COLOR #552C25

HEX: #552C25
RGB: (85,44,37)

Color info

#552C25 contains red, green and blue colors in about the same proportion. Web safe color of #552C25 is #663333 (or #633).

RGB color model

#552C25 color RGB value is (85,44,37).

  • red value is 85;
  • green value is 44;
  • blue value is 37.
RGB:
(85,44,37)
(33%,17%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 44 of 255 = 17%
B 37 of 255 = 15%

85
44
37

R + G + B ~ 22%. #552C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 44 + 37 = 166 (100%)
R 85 of 166 ~ 51.2%
G 44 of 166 ~ 26.51%
B 37 of 166 ~ 22.29%

%51.2
%26.51
%22.29

CMYK color model

#552C25 color CMYK value is (0,48,56,67).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,48,56,67)
C0M48Y56K67 
(0%,48%,56%,67%)
(0.00/0.48/0.56/0.67)	

CMYK percentages

%0
%48.24
%56.47
%66.67

Codes

Color #552C25 in popluar color models

552C25
RGB854437
HSL39.34%23.92%
HSB/HSV56.47%33.33%
CMYK0.00%48.24%56.47%
66.67%

Color #552C25 in popluar number systems.

HEX552C25
Decimal854437
Binary1010101101100100101
Octal1255445

Shades and tints

Shades of #552C25

#552C25
(85,44,37)
#4E2822
(78,40,34)
#47241F
(71,36,31)
#40201C
(64,32,28)
#391C19
(57,28,25)
#321816
(50,24,22)
#2B1413
(43,20,19)
#241010
(36,16,16)
#1D0C0D
(29,12,13)
#16080A
(22,8,10)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #552C25

#552C25
(85,44,37)
#643F38
(100,63,56)
#73524B
(115,82,75)
#82655E
(130,101,94)
#917871
(145,120,113)
#A08B84
(160,139,132)
#AF9E97
(175,158,151)
#BEB1AA
(190,177,170)
#CDC4BD
(205,196,189)
#DCD7D0
(220,215,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552C25 color. Also use rgb(85,44,37) instead hex code.

Text Font Color

.myTextColor { color: #552C25; }

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

This text font color is #552C25.


Background Color

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

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

This div background color is #552C25.


Border color

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

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

This div border color is #552C25.


Opacity

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

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

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

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

This text has shadow with #552C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552C25 on black background.


Color preview on white background

This text has color #552C25 on white background.



Black color preview on #552C25 background

This text has black color on #552C25 background.


White color preview on #552C25 background

This text has white color on #552C25 background.