COLOR #552E14

HEX: #552E14
RGB: (85,46,20)

Color info

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

RGB color model

#552E14 color RGB value is (85,46,20).

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

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 20 of 255 = 8%

85
46
20

R + G + B ~ 20%. #552E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 20 = 151 (100%)
R 85 of 151 ~ 56.29%
G 46 of 151 ~ 30.46%
B 20 of 151 ~ 13.25%

%56.29
%30.46
%13.25

CMYK color model

#552E14 color CMYK value is (0,46,76,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(0,46,76,67)
C0M46Y76K67 
(0%,46%,76%,67%)
(0.00/0.46/0.76/0.67)	

CMYK percentages

%0
%45.88
%76.47
%66.67

Codes

Color #552E14 in popluar color models

552E14
RGB854620
HSL24°61.90%20.59%
HSB/HSV24°76.47%33.33%
CMYK0.00%45.88%76.47%
66.67%

Color #552E14 in popluar number systems.

HEX552E14
Decimal854620
Binary101010110111010100
Octal1255624

Shades and tints

Shades of #552E14

#552E14
(85,46,20)
#4E2A13
(78,42,19)
#472612
(71,38,18)
#402211
(64,34,17)
#391E10
(57,30,16)
#321A0F
(50,26,15)
#2B160E
(43,22,14)
#24120D
(36,18,13)
#1D0E0C
(29,14,12)
#160A0B
(22,10,11)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #552E14

#552E14
(85,46,20)
#644129
(100,65,41)
#73543E
(115,84,62)
#826753
(130,103,83)
#917A68
(145,122,104)
#A08D7D
(160,141,125)
#AFA092
(175,160,146)
#BEB3A7
(190,179,167)
#CDC6BC
(205,198,188)
#DCD9D1
(220,217,209)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E14; }

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

This text font color is #552E14.


Background Color

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

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

This div background color is #552E14.


Border color

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

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

This div border color is #552E14.


Opacity

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

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

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

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

This text has shadow with #552E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E14 on black background.


Color preview on white background

This text has color #552E14 on white background.



Black color preview on #552E14 background

This text has black color on #552E14 background.


White color preview on #552E14 background

This text has white color on #552E14 background.