COLOR #552F34

HEX: #552F34
RGB: (85,47,52)

Color info

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

RGB color model

#552F34 color RGB value is (85,47,52).

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

RGB channels and saturation

R 85 of 255 = 33%
G 47 of 255 = 18%
B 52 of 255 = 20%

85
47
52

R + G + B ~ 24%. #552F34 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 47 + 52 = 184 (100%)
R 85 of 184 ~ 46.2%
G 47 of 184 ~ 25.54%
B 52 of 184 ~ 28.26%

%46.2
%25.54
%28.26

CMYK color model

#552F34 color CMYK value is (0,45,39,67).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 38.82%
  • key color value is 66.67%
CMYK:
(0,45,39,67)
C0M45Y39K67 
(0%,45%,39%,67%)
(0.00/0.45/0.39/0.67)	

CMYK percentages

%0
%44.71
%38.82
%66.67

Codes

Color #552F34 in popluar color models

552F34
RGB854752
HSL352°28.79%25.88%
HSB/HSV352°44.71%33.33%
CMYK0.00%44.71%38.82%
66.67%

Color #552F34 in popluar number systems.

HEX552F34
Decimal854752
Binary1010101101111110100
Octal1255764

Shades and tints

Shades of #552F34

#552F34
(85,47,52)
#4E2B30
(78,43,48)
#47272C
(71,39,44)
#402328
(64,35,40)
#391F24
(57,31,36)
#321B20
(50,27,32)
#2B171C
(43,23,28)
#241318
(36,19,24)
#1D0F14
(29,15,20)
#160B10
(22,11,16)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #552F34

#552F34
(85,47,52)
#644146
(100,65,70)
#735358
(115,83,88)
#82656A
(130,101,106)
#91777C
(145,119,124)
#A0898E
(160,137,142)
#AF9BA0
(175,155,160)
#BEADB2
(190,173,178)
#CDBFC4
(205,191,196)
#DCD1D6
(220,209,214)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552F34 color. Also use rgb(85,47,52) instead hex code.

Text Font Color

.myTextColor { color: #552F34; }

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

This text font color is #552F34.


Background Color

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

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

This div background color is #552F34.


Border color

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

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

This div border color is #552F34.


Opacity

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

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

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

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

This text has shadow with #552F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552F34 on black background.


Color preview on white background

This text has color #552F34 on white background.



Black color preview on #552F34 background

This text has black color on #552F34 background.


White color preview on #552F34 background

This text has white color on #552F34 background.