COLOR #552409

HEX: #552409 RGB: (85,36,9)

Color info

#552409 contains mainly red and green colors. Web safe color of #552409 is #663300 (or #630).

RGB color model

#552409 color RGB value is (85,36,9).

RGB: (85,36,9) (33%, 14%, 4%)

RGB channels and saturation

R 85 of 255 = 33%
G 36 of 255 = 14%
B 9 of 255 = 4%

85
36
9

R + G + B ~ 17%. #552409 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 36 + 9 = 130 (100%)
R 85 of 130 ~ 65.38%
G 36 of 130 ~ 27.69%
B 9 of 130 ~ 6.92'%

%65.38
%27.69

CMYK color model

#552409 color CMYK value is (0,58,89,67).

  • cyan value is 0.00%
  • magenta value is 57.65%
  • yellow value is 89.41%
  • key color value is 66.67%

CMYK: (0,58,89,67)
C0M58Y89K67 (0%, 58%, 89%, 67%)
(0.00 / 0.58 / 0.89 / 0.67)

CMYK percentages

%0
%57.65
%89.41
%66.67

Codes

Color #552409 in popluar color models

55 24 09
RGB 85 36 9
HSL 21° 80.85% 18.43%
HSB/HSV 21° 89.41% 33.33%
CMYK 0.00% 57.65% 89.41%
66.67%

Color #552409 in popluar number systems.

HEX 55 24 09
Decimal 85 36 9
Binary 1010101 100100 1001
Octal 125 44 11

Shades and tints

Shades of #552409

#552409
(85,36,9)
#4E2109
(78,33,9)
#471E09
(71,30,9)
#401B09
(64,27,9)
#391809
(57,24,9)
#321509
(50,21,9)
#2B1209
(43,18,9)
#240F09
(36,15,9)
#1D0C09
(29,12,9)
#160909
(22,9,9)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #552409

#552409
(85,36,9)
#64371F
(100,55,31)
#734A35
(115,74,53)
#825D4B
(130,93,75)
#917061
(145,112,97)
#A08377
(160,131,119)
#AF968D
(175,150,141)
#BEA9A3
(190,169,163)
#CDBCB9
(205,188,185)
#DCCFCF
(220,207,207)
#EBE2E5
(235,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552409 color. Also use rgb(85,36,9) instead hex code.

Text Font Color

.myTextColor { color: #552409; }

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

This text font color is #552409.

Background Color

.myBgColor { background-color: #552409; }

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

This div background color is #552409.

Border color

.myBorderColor { border: 1px solid #552409; }

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

This div border color is #552409.

Opacity

.myOpacity80 { color: #552409; opacity: 0.8; }

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

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

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

This text has shadow with #552409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552409.

Preview

Color preview on black background

This text has color #552409 on black background.


Color preview on white background

This text has color #552409 on white background.


Black color preview on #552409 background

This text has black color on #552409 background.


White color preview on #552409 background

This text has white color on #552409 background.


Related colors

Complementary color

Complementary color for #hex is #AADBF6.


I love getcolorcode.com

Triadic colors

1 #095524 and #240955 with #552409 are triadic colors.

2 #092455 and #245509 with #552409 are triadic colors.