COLOR #553B30

HEX: #553B30 RGB: (85,59,48)

Color info

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

RGB color model

#553B30 color RGB value is (85,59,48).

RGB: (85,59,48) (33%, 23%, 19%)

RGB channels and saturation

R 85 of 255 = 33%
G 59 of 255 = 23%
B 48 of 255 = 19%

85
59
48

R + G + B ~ 25%. #553B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 59 + 48 = 192 (100%)
R 85 of 192 ~ 44.27%
G 59 of 192 ~ 30.73%
B 48 of 192 ~ 25'%

%44.27
%30.73
%25

CMYK color model

#553B30 color CMYK value is (0,31,44,67).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 43.53%
  • key color value is 66.67%

CMYK: (0,31,44,67)
C0M31Y44K67 (0%, 31%, 44%, 67%)
(0.00 / 0.31 / 0.44 / 0.67)

CMYK percentages

%0
%30.59
%43.53
%66.67

Codes

Color #553B30 in popluar color models

55 3B 30
RGB 85 59 48
HSL 18° 27.82% 26.08%
HSB/HSV 18° 43.53% 33.33%
CMYK 0.00% 30.59% 43.53%
66.67%

Color #553B30 in popluar number systems.

HEX 55 3B 30
Decimal 85 59 48
Binary 1010101 111011 110000
Octal 125 73 60

Shades and tints

Shades of #553B30

#553B30
(85,59,48)
#4E362C
(78,54,44)
#473128
(71,49,40)
#402C24
(64,44,36)
#392720
(57,39,32)
#32221C
(50,34,28)
#2B1D18
(43,29,24)
#241814
(36,24,20)
#1D1310
(29,19,16)
#160E0C
(22,14,12)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #553B30

#553B30
(85,59,48)
#644C42
(100,76,66)
#735D54
(115,93,84)
#826E66
(130,110,102)
#917F78
(145,127,120)
#A0908A
(160,144,138)
#AFA19C
(175,161,156)
#BEB2AE
(190,178,174)
#CDC3C0
(205,195,192)
#DCD4D2
(220,212,210)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553B30 color. Also use rgb(85,59,48) instead hex code.

Text Font Color

.myTextColor { color: #553B30; }

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

This text font color is #553B30.

Background Color

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

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

This div background color is #553B30.

Border color

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

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

This div border color is #553B30.

Opacity

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

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

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

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

This text has shadow with #553B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553B30.

Preview

Color preview on black background

This text has color #553B30 on black background.


Color preview on white background

This text has color #553B30 on white background.


Black color preview on #553B30 background

This text has black color on #553B30 background.


White color preview on #553B30 background

This text has white color on #553B30 background.


Related colors

Complementary color

Complementary color for #hex is #AAC4CF.


I love getcolorcode.com

Triadic colors

1 #30553B and #3B3055 with #553B30 are triadic colors.

2 #303B55 and #3B5530 with #553B30 are triadic colors.