COLOR #553E2A

HEX: #553E2A
RGB: (85,62,42)

Color info

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

RGB color model

#553E2A color RGB value is (85,62,42).

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

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 42 of 255 = 16%

85
62
42

R + G + B ~ 24%. #553E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 42 = 189 (100%)
R 85 of 189 ~ 44.97%
G 62 of 189 ~ 32.8%
B 42 of 189 ~ 22.22%

%44.97
%32.8
%22.22

CMYK color model

#553E2A color CMYK value is (0,27,51,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(0,27,51,67)
C0M27Y51K67 
(0%,27%,51%,67%)
(0.00/0.27/0.51/0.67)	

CMYK percentages

%0
%27.06
%50.59
%66.67

Codes

Color #553E2A in popluar color models

553E2A
RGB856242
HSL28°33.86%24.90%
HSB/HSV28°50.59%33.33%
CMYK0.00%27.06%50.59%
66.67%

Color #553E2A in popluar number systems.

HEX553E2A
Decimal856242
Binary1010101111110101010
Octal1257652

Shades and tints

Shades of #553E2A

#553E2A
(85,62,42)
#4E3927
(78,57,39)
#473424
(71,52,36)
#402F21
(64,47,33)
#392A1E
(57,42,30)
#32251B
(50,37,27)
#2B2018
(43,32,24)
#241B15
(36,27,21)
#1D1612
(29,22,18)
#16110F
(22,17,15)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #553E2A

#553E2A
(85,62,42)
#644F3D
(100,79,61)
#736050
(115,96,80)
#827163
(130,113,99)
#918276
(145,130,118)
#A09389
(160,147,137)
#AFA49C
(175,164,156)
#BEB5AF
(190,181,175)
#CDC6C2
(205,198,194)
#DCD7D5
(220,215,213)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E2A; }

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

This text font color is #553E2A.


Background Color

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

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

This div background color is #553E2A.


Border color

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

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

This div border color is #553E2A.


Opacity

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

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

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

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

This text has shadow with #553E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E2A on black background.


Color preview on white background

This text has color #553E2A on white background.



Black color preview on #553E2A background

This text has black color on #553E2A background.


White color preview on #553E2A background

This text has white color on #553E2A background.