COLOR #553E1B

HEX: #553E1B
RGB: (85,62,27)

Color info

#553E1B contains red, green and blue colors in about the same proportion. Web safe color of #553E1B is #663333 (or #633).

RGB color model

#553E1B color RGB value is (85,62,27).

  • red value is 85;
  • green value is 62;
  • blue value is 27.
RGB:
(85,62,27)
(33%,24%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 27 of 255 = 11%

85
62
27

R + G + B ~ 23%. #553E1B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 27 = 174 (100%)
R 85 of 174 ~ 48.85%
G 62 of 174 ~ 35.63%
B 27 of 174 ~ 15.52%

%48.85
%35.63
%15.52

CMYK color model

#553E1B color CMYK value is (0,27,68,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 68.24%
  • key color value is 66.67%
CMYK:
(0,27,68,67)
C0M27Y68K67 
(0%,27%,68%,67%)
(0.00/0.27/0.68/0.67)	

CMYK percentages

%0
%27.06
%68.24
%66.67

Codes

Color #553E1B in popluar color models

553E1B
RGB856227
HSL36°51.79%21.96%
HSB/HSV36°68.24%33.33%
CMYK0.00%27.06%68.24%
66.67%

Color #553E1B in popluar number systems.

HEX553E1B
Decimal856227
Binary101010111111011011
Octal1257633

Shades and tints

Shades of #553E1B

#553E1B
(85,62,27)
#4E3919
(78,57,25)
#473417
(71,52,23)
#402F15
(64,47,21)
#392A13
(57,42,19)
#322511
(50,37,17)
#2B200F
(43,32,15)
#241B0D
(36,27,13)
#1D160B
(29,22,11)
#161109
(22,17,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #553E1B

#553E1B
(85,62,27)
#644F2F
(100,79,47)
#736043
(115,96,67)
#827157
(130,113,87)
#91826B
(145,130,107)
#A0937F
(160,147,127)
#AFA493
(175,164,147)
#BEB5A7
(190,181,167)
#CDC6BB
(205,198,187)
#DCD7CF
(220,215,207)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553E1B color. Also use rgb(85,62,27) instead hex code.

Text Font Color

.myTextColor { color: #553E1B; }

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

This text font color is #553E1B.


Background Color

.myBgColor { background-color: #553E1B; }

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

This div background color is #553E1B.


Border color

.myBorderColor { border: 1px solid #553E1B; }

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

This div border color is #553E1B.


Opacity

.myOpacity80 { color: #553E1B; opacity: 0.8; }

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

Text with #553E1B 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 #553E1B;}

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

This text has shadow with #553E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E1B on black background.


Color preview on white background

This text has color #553E1B on white background.



Black color preview on #553E1B background

This text has black color on #553E1B background.


White color preview on #553E1B background

This text has white color on #553E1B background.