COLOR #854D38

HEX: #854D38
RGB: (133,77,56)

Renk bilgisi

#854D38 contains mainly red and green colors. #854D38 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#854D38 color RGB value is (133,77,56).

  • kırmız ton 133;
  • yeşil ton 77;
  • mavi ton 56.
RGB:
(133,77,56)
(52%,30%,22%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 77 of 255 = 30%
B 56 of 255 = 22%

133
77
56

R + G + B ~ 35%. #854D38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 77 + 56 = 266 (100%)
R 133 of 266 ~ 50%
G 77 of 266 ~ 28.95%
B 56 of 266 ~ 21.05%

%50
%28.95
%21.05

CMYK RENK MODELİ

#854D38 rengi CMYK tonu (0,42,58,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.11%
  • sarı tonu 57.89%
  • ana renk tonu 47.84%
CMYK:
(0,42,58,48)
C0M42Y58K48 
(0%,42%,58%,48%)
(0.00/0.42/0.58/0.48)	

CMYK yüzdeleri

%0
%42.11
%57.89
%47.84

Codes

Color #854D38 in popluar color models

854D38
RGB1337756
HSL16°40.74%37.06%
HSB/HSV16°57.89%52.16%
CMYK0.00%42.11%57.89%
47.84%

Color #854D38 in popluar number systems.

HEX854D38
Decimal1337756
Binary100001011001101111000
Octal20511570

Shades and tints

Shades of #854D38

#854D38
(133,77,56)
#794633
(121,70,51)
#6D3F2E
(109,63,46)
#613829
(97,56,41)
#553124
(85,49,36)
#492A1F
(73,42,31)
#3D231A
(61,35,26)
#311C15
(49,28,21)
#251510
(37,21,16)
#190E0B
(25,14,11)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #854D38

#854D38
(133,77,56)
#905D4A
(144,93,74)
#9B6D5C
(155,109,92)
#A67D6E
(166,125,110)
#B18D80
(177,141,128)
#BC9D92
(188,157,146)
#C7ADA4
(199,173,164)
#D2BDB6
(210,189,182)
#DDCDC8
(221,205,200)
#E8DDDA
(232,221,218)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854D38 color. Also use rgb(133,77,56) instead hex code.

Text Font Color

.myTextColor { color: #854D38; }

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

This text font color is #854D38.


Background Color

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

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

This div background color is #854D38.


Border color

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

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

This div border color is #854D38.


Opacity

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

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

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

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

This text has shadow with #854D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D38 on black background.


Color preview on white background

This text has color #854D38 on white background.



Black color preview on #854D38 background

This text has black color on #854D38 background.


White color preview on #854D38 background

This text has white color on #854D38 background.