COLOR #552F40

HEX: #552F40
RGB: (85,47,64)

Color info

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

RGB color model

#552F40 color RGB value is (85,47,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 47 of 255 = 18%
B 64 of 255 = 25%

85
47
64

R + G + B ~ 25%. #552F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 47 + 64 = 196 (100%)
R 85 of 196 ~ 43.37%
G 47 of 196 ~ 23.98%
B 64 of 196 ~ 32.65%

%43.37
%23.98
%32.65

CMYK color model

#552F40 color CMYK value is (0,45,25,67).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,45,25,67)
C0M45Y25K67 
(0%,45%,25%,67%)
(0.00/0.45/0.25/0.67)	

CMYK percentages

%0
%44.71
%24.71
%66.67

Codes

Color #552F40 in popluar color models

552F40
RGB854764
HSL333°28.79%25.88%
HSB/HSV333°44.71%33.33%
CMYK0.00%44.71%24.71%
66.67%

Color #552F40 in popluar number systems.

HEX552F40
Decimal854764
Binary10101011011111000000
Octal12557100

Shades and tints

Shades of #552F40

#552F40
(85,47,64)
#4E2B3B
(78,43,59)
#472736
(71,39,54)
#402331
(64,35,49)
#391F2C
(57,31,44)
#321B27
(50,27,39)
#2B1722
(43,23,34)
#24131D
(36,19,29)
#1D0F18
(29,15,24)
#160B13
(22,11,19)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #552F40

#552F40
(85,47,64)
#644151
(100,65,81)
#735362
(115,83,98)
#826573
(130,101,115)
#917784
(145,119,132)
#A08995
(160,137,149)
#AF9BA6
(175,155,166)
#BEADB7
(190,173,183)
#CDBFC8
(205,191,200)
#DCD1D9
(220,209,217)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552F40; }

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

This text font color is #552F40.


Background Color

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

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

This div background color is #552F40.


Border color

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

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

This div border color is #552F40.


Opacity

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

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

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

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

This text has shadow with #552F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552F40 on black background.


Color preview on white background

This text has color #552F40 on white background.



Black color preview on #552F40 background

This text has black color on #552F40 background.


White color preview on #552F40 background

This text has white color on #552F40 background.