COLOR #552B0E

HEX: #552B0E
RGB: (85,43,14)

Color info

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

RGB color model

#552B0E color RGB value is (85,43,14).

  • red value is 85;
  • green value is 43;
  • blue value is 14.
RGB:
(85,43,14)
(33%,17%,5%)

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 14 of 255 = 5%

85
43
14

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

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 14 = 142 (100%)
R 85 of 142 ~ 59.86%
G 43 of 142 ~ 30.28%
B 14 of 142 ~ 9.86%

%59.86
%30.28
%9.86

CMYK color model

#552B0E color CMYK value is (0,49,84,67).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 83.53%
  • key color value is 66.67%
CMYK:
(0,49,84,67)
C0M49Y84K67 
(0%,49%,84%,67%)
(0.00/0.49/0.84/0.67)	

CMYK percentages

%0
%49.41
%83.53
%66.67

Codes

Color #552B0E in popluar color models

552B0E
RGB854314
HSL25°71.72%19.41%
HSB/HSV25°83.53%33.33%
CMYK0.00%49.41%83.53%
66.67%

Color #552B0E in popluar number systems.

HEX552B0E
Decimal854314
Binary10101011010111110
Octal1255316

Shades and tints

Shades of #552B0E

#552B0E
(85,43,14)
#4E280D
(78,40,13)
#47250C
(71,37,12)
#40220B
(64,34,11)
#391F0A
(57,31,10)
#321C09
(50,28,9)
#2B1908
(43,25,8)
#241607
(36,22,7)
#1D1306
(29,19,6)
#161005
(22,16,5)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #552B0E

#552B0E
(85,43,14)
#643E23
(100,62,35)
#735138
(115,81,56)
#82644D
(130,100,77)
#917762
(145,119,98)
#A08A77
(160,138,119)
#AF9D8C
(175,157,140)
#BEB0A1
(190,176,161)
#CDC3B6
(205,195,182)
#DCD6CB
(220,214,203)
#EBE9E0
(235,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552B0E color. Also use rgb(85,43,14) instead hex code.

Text Font Color

.myTextColor { color: #552B0E; }

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

This text font color is #552B0E.


Background Color

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

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

This div background color is #552B0E.


Border color

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

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

This div border color is #552B0E.


Opacity

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

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

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

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

This text has shadow with #552B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B0E on black background.


Color preview on white background

This text has color #552B0E on white background.



Black color preview on #552B0E background

This text has black color on #552B0E background.


White color preview on #552B0E background

This text has white color on #552B0E background.