COLOR #553E38

HEX: #553E38
RGB: (85,62,56)

Color info

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

RGB color model

#553E38 color RGB value is (85,62,56).

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

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 56 of 255 = 22%

85
62
56

R + G + B ~ 26%. #553E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 56 = 203 (100%)
R 85 of 203 ~ 41.87%
G 62 of 203 ~ 30.54%
B 56 of 203 ~ 27.59%

%41.87
%30.54
%27.59

CMYK color model

#553E38 color CMYK value is (0,27,34,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,27,34,67)
C0M27Y34K67 
(0%,27%,34%,67%)
(0.00/0.27/0.34/0.67)	

CMYK percentages

%0
%27.06
%34.12
%66.67

Codes

Color #553E38 in popluar color models

553E38
RGB856256
HSL12°20.57%27.65%
HSB/HSV12°34.12%33.33%
CMYK0.00%27.06%34.12%
66.67%

Color #553E38 in popluar number systems.

HEX553E38
Decimal856256
Binary1010101111110111000
Octal1257670

Shades and tints

Shades of #553E38

#553E38
(85,62,56)
#4E3933
(78,57,51)
#47342E
(71,52,46)
#402F29
(64,47,41)
#392A24
(57,42,36)
#32251F
(50,37,31)
#2B201A
(43,32,26)
#241B15
(36,27,21)
#1D1610
(29,22,16)
#16110B
(22,17,11)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #553E38

#553E38
(85,62,56)
#644F4A
(100,79,74)
#73605C
(115,96,92)
#82716E
(130,113,110)
#918280
(145,130,128)
#A09392
(160,147,146)
#AFA4A4
(175,164,164)
#BEB5B6
(190,181,182)
#CDC6C8
(205,198,200)
#DCD7DA
(220,215,218)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E38; }

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

This text font color is #553E38.


Background Color

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

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

This div background color is #553E38.


Border color

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

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

This div border color is #553E38.


Opacity

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

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

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

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

This text has shadow with #553E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E38 on black background.


Color preview on white background

This text has color #553E38 on white background.



Black color preview on #553E38 background

This text has black color on #553E38 background.


White color preview on #553E38 background

This text has white color on #553E38 background.