COLOR #552E23

HEX: #552E23 RGB: (85,46,35)

Color info

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

RGB color model

#552E23 color RGB value is (85,46,35).

RGB: (85,46,35) (33%, 18%, 14%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 35 of 255 = 14%

85
46
35

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

Portions of RGB colors in percentages

R + G + B = 85 + 46 + 35 = 166 (100%)
R 85 of 166 ~ 51.2%
G 46 of 166 ~ 27.71%
B 35 of 166 ~ 21.08'%

%51.2
%27.71
%21.08

CMYK color model

#552E23 color CMYK value is (0,46,59,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 58.82%
  • key color value is 66.67%

CMYK: (0,46,59,67)
C0M46Y59K67 (0%, 46%, 59%, 67%)
(0.00 / 0.46 / 0.59 / 0.67)

CMYK percentages

%0
%45.88
%58.82
%66.67

Codes

Color #552E23 in popluar color models

55 2E 23
RGB 85 46 35
HSL 13° 41.67% 23.53%
HSB/HSV 13° 58.82% 33.33%
CMYK 0.00% 45.88% 58.82%
66.67%

Color #552E23 in popluar number systems.

HEX 55 2E 23
Decimal 85 46 35
Binary 1010101 101110 100011
Octal 125 56 43

Shades and tints

Shades of #552E23

#552E23
(85,46,35)
#4E2A20
(78,42,32)
#47261D
(71,38,29)
#40221A
(64,34,26)
#391E17
(57,30,23)
#321A14
(50,26,20)
#2B1611
(43,22,17)
#24120E
(36,18,14)
#1D0E0B
(29,14,11)
#160A08
(22,10,8)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #552E23

#552E23
(85,46,35)
#644137
(100,65,55)
#73544B
(115,84,75)
#82675F
(130,103,95)
#917A73
(145,122,115)
#A08D87
(160,141,135)
#AFA09B
(175,160,155)
#BEB3AF
(190,179,175)
#CDC6C3
(205,198,195)
#DCD9D7
(220,217,215)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552E23 color. Also use rgb(85,46,35) instead hex code.

Text Font Color

.myTextColor { color: #552E23; }

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

This text font color is #552E23.

Background Color

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

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

This div background color is #552E23.

Border color

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

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

This div border color is #552E23.

Opacity

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

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

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

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

This text has shadow with #552E23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552E23.

Preview

Color preview on black background

This text has color #552E23 on black background.


Color preview on white background

This text has color #552E23 on white background.


Black color preview on #552E23 background

This text has black color on #552E23 background.


White color preview on #552E23 background

This text has white color on #552E23 background.


Related colors

Complementary color

Complementary color for #hex is #AAD1DC.


I love getcolorcode.com

Triadic colors

1 #23552E and #2E2355 with #552E23 are triadic colors.

2 #232E55 and #2E5523 with #552E23 are triadic colors.