COLOR #552D30

HEX: #552D30
RGB: (85,45,48)

Color info

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

RGB color model

#552D30 color RGB value is (85,45,48).

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

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 48 of 255 = 19%

85
45
48

R + G + B ~ 23%. #552D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 48 = 178 (100%)
R 85 of 178 ~ 47.75%
G 45 of 178 ~ 25.28%
B 48 of 178 ~ 26.97%

%47.75
%25.28
%26.97

CMYK color model

#552D30 color CMYK value is (0,47,44,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 43.53%
  • key color value is 66.67%
CMYK:
(0,47,44,67)
C0M47Y44K67 
(0%,47%,44%,67%)
(0.00/0.47/0.44/0.67)	

CMYK percentages

%0
%47.06
%43.53
%66.67

Codes

Color #552D30 in popluar color models

552D30
RGB854548
HSL356°30.77%25.49%
HSB/HSV356°47.06%33.33%
CMYK0.00%47.06%43.53%
66.67%

Color #552D30 in popluar number systems.

HEX552D30
Decimal854548
Binary1010101101101110000
Octal1255560

Shades and tints

Shades of #552D30

#552D30
(85,45,48)
#4E292C
(78,41,44)
#472528
(71,37,40)
#402124
(64,33,36)
#391D20
(57,29,32)
#32191C
(50,25,28)
#2B1518
(43,21,24)
#241114
(36,17,20)
#1D0D10
(29,13,16)
#16090C
(22,9,12)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #552D30

#552D30
(85,45,48)
#644042
(100,64,66)
#735354
(115,83,84)
#826666
(130,102,102)
#917978
(145,121,120)
#A08C8A
(160,140,138)
#AF9F9C
(175,159,156)
#BEB2AE
(190,178,174)
#CDC5C0
(205,197,192)
#DCD8D2
(220,216,210)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D30; }

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

This text font color is #552D30.


Background Color

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

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

This div background color is #552D30.


Border color

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

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

This div border color is #552D30.


Opacity

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

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

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

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

This text has shadow with #552D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D30 on black background.


Color preview on white background

This text has color #552D30 on white background.



Black color preview on #552D30 background

This text has black color on #552D30 background.


White color preview on #552D30 background

This text has white color on #552D30 background.