COLOR #553E33

HEX: #553E33
RGB: (85,62,51)

Color info

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

RGB color model

#553E33 color RGB value is (85,62,51).

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

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 51 of 255 = 20%

85
62
51

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

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 51 = 198 (100%)
R 85 of 198 ~ 42.93%
G 62 of 198 ~ 31.31%
B 51 of 198 ~ 25.76%

%42.93
%31.31
%25.76

CMYK color model

#553E33 color CMYK value is (0,27,40,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK:
(0,27,40,67)
C0M27Y40K67 
(0%,27%,40%,67%)
(0.00/0.27/0.40/0.67)	

CMYK percentages

%0
%27.06
%40
%66.67

Codes

Color #553E33 in popluar color models

553E33
RGB856251
HSL19°25.00%26.67%
HSB/HSV19°40.00%33.33%
CMYK0.00%27.06%40.00%
66.67%

Color #553E33 in popluar number systems.

HEX553E33
Decimal856251
Binary1010101111110110011
Octal1257663

Shades and tints

Shades of #553E33

#553E33
(85,62,51)
#4E392F
(78,57,47)
#47342B
(71,52,43)
#402F27
(64,47,39)
#392A23
(57,42,35)
#32251F
(50,37,31)
#2B201B
(43,32,27)
#241B17
(36,27,23)
#1D1613
(29,22,19)
#16110F
(22,17,15)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #553E33

#553E33
(85,62,51)
#644F45
(100,79,69)
#736057
(115,96,87)
#827169
(130,113,105)
#91827B
(145,130,123)
#A0938D
(160,147,141)
#AFA49F
(175,164,159)
#BEB5B1
(190,181,177)
#CDC6C3
(205,198,195)
#DCD7D5
(220,215,213)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E33; }

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

This text font color is #553E33.


Background Color

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

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

This div background color is #553E33.


Border color

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

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

This div border color is #553E33.


Opacity

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

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

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

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

This text has shadow with #553E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E33 on black background.


Color preview on white background

This text has color #553E33 on white background.



Black color preview on #553E33 background

This text has black color on #553E33 background.


White color preview on #553E33 background

This text has white color on #553E33 background.