COLOR #552D1A

HEX: #552D1A
RGB: (85,45,26)

Color info

#552D1A contains red, green and blue colors in about the same proportion. Web safe color of #552D1A is #663300 (or #630).

RGB color model

#552D1A color RGB value is (85,45,26).

  • red value is 85;
  • green value is 45;
  • blue value is 26.
RGB:
(85,45,26)
(33%,18%,10%)

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 26 of 255 = 10%

85
45
26

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

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 26 = 156 (100%)
R 85 of 156 ~ 54.49%
G 45 of 156 ~ 28.85%
B 26 of 156 ~ 16.67%

%54.49
%28.85
%16.67

CMYK color model

#552D1A color CMYK value is (0,47,69,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 69.41%
  • key color value is 66.67%
CMYK:
(0,47,69,67)
C0M47Y69K67 
(0%,47%,69%,67%)
(0.00/0.47/0.69/0.67)	

CMYK percentages

%0
%47.06
%69.41
%66.67

Codes

Color #552D1A in popluar color models

552D1A
RGB854526
HSL19°53.15%21.76%
HSB/HSV19°69.41%33.33%
CMYK0.00%47.06%69.41%
66.67%

Color #552D1A in popluar number systems.

HEX552D1A
Decimal854526
Binary101010110110111010
Octal1255532

Shades and tints

Shades of #552D1A

#552D1A
(85,45,26)
#4E2918
(78,41,24)
#472516
(71,37,22)
#402114
(64,33,20)
#391D12
(57,29,18)
#321910
(50,25,16)
#2B150E
(43,21,14)
#24110C
(36,17,12)
#1D0D0A
(29,13,10)
#160908
(22,9,8)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #552D1A

#552D1A
(85,45,26)
#64402E
(100,64,46)
#735342
(115,83,66)
#826656
(130,102,86)
#91796A
(145,121,106)
#A08C7E
(160,140,126)
#AF9F92
(175,159,146)
#BEB2A6
(190,178,166)
#CDC5BA
(205,197,186)
#DCD8CE
(220,216,206)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552D1A color. Also use rgb(85,45,26) instead hex code.

Text Font Color

.myTextColor { color: #552D1A; }

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

This text font color is #552D1A.


Background Color

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

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

This div background color is #552D1A.


Border color

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

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

This div border color is #552D1A.


Opacity

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

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

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

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

This text has shadow with #552D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D1A on black background.


Color preview on white background

This text has color #552D1A on white background.



Black color preview on #552D1A background

This text has black color on #552D1A background.


White color preview on #552D1A background

This text has white color on #552D1A background.