COLOR #854E14

HEX: #854E14
RGB: (133,78,20)

Renk bilgisi

#854E14 contains mainly red and green colors. #854E14 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#854E14 color RGB value is (133,78,20).

  • kırmız ton 133;
  • yeşil ton 78;
  • mavi ton 20.
RGB:
(133,78,20)
(52%,31%,8%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 78 of 255 = 31%
B 20 of 255 = 8%

133
78
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 78 + 20 = 231 (100%)
R 133 of 231 ~ 57.58%
G 78 of 231 ~ 33.77%
B 20 of 231 ~ 8.66%

%57.58
%33.77

CMYK RENK MODELİ

#854E14 rengi CMYK tonu (0,41,85,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.35%
  • sarı tonu 84.96%
  • ana renk tonu 47.84%
CMYK:
(0,41,85,48)
C0M41Y85K48 
(0%,41%,85%,48%)
(0.00/0.41/0.85/0.48)	

CMYK yüzdeleri

%0
%41.35
%84.96
%47.84

Codes

Color #854E14 in popluar color models

854E14
RGB1337820
HSL31°73.86%30.00%
HSB/HSV31°84.96%52.16%
CMYK0.00%41.35%84.96%
47.84%

Color #854E14 in popluar number systems.

HEX854E14
Decimal1337820
Binary10000101100111010100
Octal20511624

Shades and tints

Shades of #854E14

#854E14
(133,78,20)
#794713
(121,71,19)
#6D4012
(109,64,18)
#613911
(97,57,17)
#553210
(85,50,16)
#492B0F
(73,43,15)
#3D240E
(61,36,14)
#311D0D
(49,29,13)
#25160C
(37,22,12)
#190F0B
(25,15,11)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #854E14

#854E14
(133,78,20)
#905E29
(144,94,41)
#9B6E3E
(155,110,62)
#A67E53
(166,126,83)
#B18E68
(177,142,104)
#BC9E7D
(188,158,125)
#C7AE92
(199,174,146)
#D2BEA7
(210,190,167)
#DDCEBC
(221,206,188)
#E8DED1
(232,222,209)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854E14 color. Also use rgb(133,78,20) instead hex code.

Text Font Color

.myTextColor { color: #854E14; }

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

This text font color is #854E14.


Background Color

.myBgColor { background-color: #854E14; }

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

This div background color is #854E14.


Border color

.myBorderColor { border: 1px solid #854E14; }

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

This div border color is #854E14.


Opacity

.myOpacity80 { color: #854E14; opacity: 0.8; }

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

Text with #854E14 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 #854E14;}

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

This text has shadow with #854E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854E14 on black background.


Color preview on white background

This text has color #854E14 on white background.



Black color preview on #854E14 background

This text has black color on #854E14 background.


White color preview on #854E14 background

This text has white color on #854E14 background.