COLOR #552F3E

HEX: #552F3E RGB: (85,47,62)

Color info

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

RGB color model

#552F3E color RGB value is (85,47,62).

RGB: (85,47,62) (33%, 18%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 47 of 255 = 18%
B 62 of 255 = 24%

85
47
62

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

Portions of RGB colors in percentages

R + G + B = 85 + 47 + 62 = 194 (100%)
R 85 of 194 ~ 43.81%
G 47 of 194 ~ 24.23%
B 62 of 194 ~ 31.96'%

%43.81
%24.23
%31.96

CMYK color model

#552F3E color CMYK value is (0,45,27,67).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 27.06%
  • key color value is 66.67%

CMYK: (0,45,27,67)
C0M45Y27K67 (0%, 45%, 27%, 67%)
(0.00 / 0.45 / 0.27 / 0.67)

CMYK percentages

%0
%44.71
%27.06
%66.67

Codes

Color #552F3E in popluar color models

55 2F 3E
RGB 85 47 62
HSL 336° 28.79% 25.88%
HSB/HSV 336° 44.71% 33.33%
CMYK 0.00% 44.71% 27.06%
66.67%

Color #552F3E in popluar number systems.

HEX 55 2F 3E
Decimal 85 47 62
Binary 1010101 101111 111110
Octal 125 57 76

Shades and tints

Shades of #552F3E

#552F3E
(85,47,62)
#4E2B39
(78,43,57)
#472734
(71,39,52)
#40232F
(64,35,47)
#391F2A
(57,31,42)
#321B25
(50,27,37)
#2B1720
(43,23,32)
#24131B
(36,19,27)
#1D0F16
(29,15,22)
#160B11
(22,11,17)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #552F3E

#552F3E
(85,47,62)
#64414F
(100,65,79)
#735360
(115,83,96)
#826571
(130,101,113)
#917782
(145,119,130)
#A08993
(160,137,147)
#AF9BA4
(175,155,164)
#BEADB5
(190,173,181)
#CDBFC6
(205,191,198)
#DCD1D7
(220,209,215)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552F3E; }

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

This text font color is #552F3E.

Background Color

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

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

This div background color is #552F3E.

Border color

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

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

This div border color is #552F3E.

Opacity

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

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

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

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

This text has shadow with #552F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552F3E.

Preview

Color preview on black background

This text has color #552F3E on black background.


Color preview on white background

This text has color #552F3E on white background.


Black color preview on #552F3E background

This text has black color on #552F3E background.


White color preview on #552F3E background

This text has white color on #552F3E background.


Related colors

Complementary color

Complementary color for #hex is #AAD0C1.


I love getcolorcode.com

Triadic colors

1 #3E552F and #2F3E55 with #552F3E are triadic colors.

2 #3E2F55 and #2F553E with #552F3E are triadic colors.