COLOR #714134

HEX: #714134
RGB: (113,65,52)

Renk bilgisi

#714134 contains mainly red and green colors. #714134 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#714134 color RGB value is (113,65,52).

  • kırmız ton 113;
  • yeşil ton 65;
  • mavi ton 52.
RGB:
(113,65,52)
(44%,25%,20%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 65 of 255 = 25%
B 52 of 255 = 20%

113
65
52

R + G + B ~ 30%. #714134 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 65 + 52 = 230 (100%)
R 113 of 230 ~ 49.13%
G 65 of 230 ~ 28.26%
B 52 of 230 ~ 22.61%

%49.13
%28.26
%22.61

CMYK RENK MODELİ

#714134 rengi CMYK tonu (0,42,54,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.48%
  • sarı tonu 53.98%
  • ana renk tonu 55.69%
CMYK:
(0,42,54,56)
C0M42Y54K56 
(0%,42%,54%,56%)
(0.00/0.42/0.54/0.56)	

CMYK yüzdeleri

%0
%42.48
%53.98
%55.69

Codes

Color #714134 in popluar color models

714134
RGB1136552
HSL13°36.97%32.35%
HSB/HSV13°53.98%44.31%
CMYK0.00%42.48%53.98%
55.69%

Color #714134 in popluar number systems.

HEX714134
Decimal1136552
Binary11100011000001110100
Octal16110164

Shades and tints

Shades of #714134

#714134
(113,65,52)
#673C30
(103,60,48)
#5D372C
(93,55,44)
#533228
(83,50,40)
#492D24
(73,45,36)
#3F2820
(63,40,32)
#35231C
(53,35,28)
#2B1E18
(43,30,24)
#211914
(33,25,20)
#171410
(23,20,16)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #714134

#714134
(113,65,52)
#7D5246
(125,82,70)
#896358
(137,99,88)
#95746A
(149,116,106)
#A1857C
(161,133,124)
#AD968E
(173,150,142)
#B9A7A0
(185,167,160)
#C5B8B2
(197,184,178)
#D1C9C4
(209,201,196)
#DDDAD6
(221,218,214)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714134 color. Also use rgb(113,65,52) instead hex code.

Text Font Color

.myTextColor { color: #714134; }

<p style="color:#714134">This sample text font color is #714134.</p>

This text font color is #714134.


Background Color

.myBgColor { background-color: #714134; }

<div style="background-color:#714134">Inner text</div>

This div background color is #714134.


Border color

.myBorderColor { border: 1px solid #714134; }

<div style="border:3px solid #714134">Div</div>

This div border color is #714134.


Opacity

.myOpacity80 { color: #714134; opacity: 0.8; }

<p style="color:#714134;opacity:0.8;">80%</p>

Text with #714134 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #714134;}

<p style="text-shadow: 3px 3px 1px #714134">Text here.</p>

This text has shadow with #714134 color.

.textShadow {text-shadow: 3px 3px 1px #714134, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #714134, 5px 5px 20px red">Text here.</p>

This text has shadow with #714134 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714134, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#714134, Direction=45, Strength=4)">Text</p>

This text has shadow with #714134 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #714134;
  -webkit-box-shadow:	1px 1px 3px 2px #714134;
  box-shadow:		1px 1px 3px 2px #714134;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714134;
-webkit-box-shadow: 1px 1px 3px 2px #714134;
box-shadow:1px 1px 3px 2px #714134;">
Div content here</div>
This div box has shadow with color #714134.

Preview

Color preview on black background

This text has color #714134 on black background.


Color preview on white background

This text has color #714134 on white background.



Black color preview on #714134 background

This text has black color on #714134 background.


White color preview on #714134 background

This text has white color on #714134 background.