COLOR #55232F

HEX: #55232F RGB: (85,35,47)

Color info

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

RGB color model

#55232F color RGB value is (85,35,47).

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

RGB channels and saturation

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

85
35
47

R + G + B ~ 22%. #55232F is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 35 + 47 = 167 (100%)
R 85 of 167 ~ 50.9%
G 35 of 167 ~ 20.96%
B 47 of 167 ~ 28.14'%

%50.9
%20.96
%28.14

CMYK color model

#55232F color CMYK value is (0,59,45,67).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK: (0,59,45,67) C0M59Y45K67 (0%,59%,45%,67%) (0.00/0.59/0.45/0.67) 

CMYK percentages

%0
%58.82
%44.71
%66.67

Codes

Color #55232F in popluar color models

55 23 2F
RGB 85 35 47
HSL 346° 41.67% 23.53%
HSB/HSV 346° 58.82% 33.33%
CMYK 0.00% 58.82% 44.71%
66.67%

Color #55232F in popluar number systems.

HEX 55 23 2F
Decimal 85 35 47
Binary 1010101 100011 101111
Octal 125 43 57

Shades and tints

Shades of #55232F

#55232F
(85,35,47)
#4E202B
(78,32,43)
#471D27
(71,29,39)
#401A23
(64,26,35)
#39171F
(57,23,31)
#32141B
(50,20,27)
#2B1117
(43,17,23)
#240E13
(36,14,19)
#1D0B0F
(29,11,15)
#16080B
(22,8,11)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #55232F

#55232F
(85,35,47)
#643741
(100,55,65)
#734B53
(115,75,83)
#825F65
(130,95,101)
#917377
(145,115,119)
#A08789
(160,135,137)
#AF9B9B
(175,155,155)
#BEAFAD
(190,175,173)
#CDC3BF
(205,195,191)
#DCD7D1
(220,215,209)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55232F color. Also use rgb(85,35,47) instead hex code.

Text Font Color

.myTextColor { color: #55232F; }

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

This text font color is #55232F.

Background Color

.myBgColor { background-color: #55232F; }

<div style="background-color:#55232F">Inner text</div>

This div background color is #55232F.

Border color

.myBorderColor { border: 1px solid #55232F; }

<div style="border:3px solid #55232F">Div</div>

This div border color is #55232F.

Opacity

.myOpacity80 { color: #55232F; opacity: 0.8; }

<p style="color:#55232F;opacity:0.8;">80%</p>

Text with #55232F 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 #55232F;}

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

This text has shadow with #55232F color.


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

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

This text has shadow with #55232F primary color and red secondary color.


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

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

This text has shadow with #55232F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55232F.

Preview

Color preview on black background

This text has color #55232F on black background.


Color preview on white background

This text has color #55232F on white background.


Black color preview on #55232F background

This text has black color on #55232F background.


White color preview on #55232F background

This text has white color on #55232F background.


Related colors

Complementary color

Complementary color for #hex is #AADCD0.


I love getcolorcode.com

Triadic colors

1 #2F5523 and #232F55 with #55232F are triadic colors.

2 #2F2355 and #23552F with #55232F are triadic colors.