COLOR #552E09

HEX: #552E09
RGB: (85,46,9)

Color info

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

RGB color model

#552E09 color RGB value is (85,46,9).

  • red value is 85;
  • green value is 46;
  • blue value is 9.
RGB:
(85,46,9)
(33%,18%,4%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 9 of 255 = 4%

85
46
9

R + G + B ~ 18%. #552E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 9 = 140 (100%)
R 85 of 140 ~ 60.71%
G 46 of 140 ~ 32.86%
B 9 of 140 ~ 6.43%

%60.71
%32.86

CMYK color model

#552E09 color CMYK value is (0,46,89,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 89.41%
  • key color value is 66.67%
CMYK:
(0,46,89,67)
C0M46Y89K67 
(0%,46%,89%,67%)
(0.00/0.46/0.89/0.67)	

CMYK percentages

%0
%45.88
%89.41
%66.67

Codes

Color #552E09 in popluar color models

552E09
RGB85469
HSL29°80.85%18.43%
HSB/HSV29°89.41%33.33%
CMYK0.00%45.88%89.41%
66.67%

Color #552E09 in popluar number systems.

HEX552E09
Decimal85469
Binary10101011011101001
Octal1255611

Shades and tints

Shades of #552E09

#552E09
(85,46,9)
#4E2A09
(78,42,9)
#472609
(71,38,9)
#402209
(64,34,9)
#391E09
(57,30,9)
#321A09
(50,26,9)
#2B1609
(43,22,9)
#241209
(36,18,9)
#1D0E09
(29,14,9)
#160A09
(22,10,9)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #552E09

#552E09
(85,46,9)
#64411F
(100,65,31)
#735435
(115,84,53)
#82674B
(130,103,75)
#917A61
(145,122,97)
#A08D77
(160,141,119)
#AFA08D
(175,160,141)
#BEB3A3
(190,179,163)
#CDC6B9
(205,198,185)
#DCD9CF
(220,217,207)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E09; }

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

This text font color is #552E09.


Background Color

.myBgColor { background-color: #552E09; }

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

This div background color is #552E09.


Border color

.myBorderColor { border: 1px solid #552E09; }

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

This div border color is #552E09.


Opacity

.myOpacity80 { color: #552E09; opacity: 0.8; }

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

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

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

This text has shadow with #552E09 color.

.textShadow {text-shadow: 3px 3px 1px #552E09, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E09 on black background.


Color preview on white background

This text has color #552E09 on white background.



Black color preview on #552E09 background

This text has black color on #552E09 background.


White color preview on #552E09 background

This text has white color on #552E09 background.