COLOR #551E2F

HEX: #551E2F RGB: (85,30,47)

Color info

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

RGB color model

#551E2F color RGB value is (85,30,47).

RGB: (85,30,47) (33%, 12%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 47 of 255 = 18%

85
30
47

R + G + B ~ 21%. #551E2F is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 30 + 47 = 162 (100%)
R 85 of 162 ~ 52.47%
G 30 of 162 ~ 18.52%
B 47 of 162 ~ 29.01'%

%52.47
%18.52
%29.01

CMYK color model

#551E2F color CMYK value is (0,65,45,67).

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

CMYK: (0,65,45,67)
C0M65Y45K67 (0%, 65%, 45%, 67%)
(0.00 / 0.65 / 0.45 / 0.67)

CMYK percentages

%0
%64.71
%44.71
%66.67

Codes

Color #551E2F in popluar color models

55 1E 2F
RGB 85 30 47
HSL 341° 47.83% 22.55%
HSB/HSV 341° 64.71% 33.33%
CMYK 0.00% 64.71% 44.71%
66.67%

Color #551E2F in popluar number systems.

HEX 55 1E 2F
Decimal 85 30 47
Binary 1010101 11110 101111
Octal 125 36 57

Shades and tints

Shades of #551E2F

#551E2F
(85,30,47)
#4E1C2B
(78,28,43)
#471A27
(71,26,39)
#401823
(64,24,35)
#39161F
(57,22,31)
#32141B
(50,20,27)
#2B1217
(43,18,23)
#241013
(36,16,19)
#1D0E0F
(29,14,15)
#160C0B
(22,12,11)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #551E2F

#551E2F
(85,30,47)
#643241
(100,50,65)
#734653
(115,70,83)
#825A65
(130,90,101)
#916E77
(145,110,119)
#A08289
(160,130,137)
#AF969B
(175,150,155)
#BEAAAD
(190,170,173)
#CDBEBF
(205,190,191)
#DCD2D1
(220,210,209)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551E2F color. Also use rgb(85,30,47) instead hex code.

Text Font Color

.myTextColor { color: #551E2F; }

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

This text font color is #551E2F.

Background Color

.myBgColor { background-color: #551E2F; }

<div style="background-color:#551E2F">Inner text</div>

This div background color is #551E2F.

Border color

.myBorderColor { border: 1px solid #551E2F; }

<div style="border:3px solid #551E2F">Div</div>

This div border color is #551E2F.

Opacity

.myOpacity80 { color: #551E2F; opacity: 0.8; }

<p style="color:#551E2F;opacity:0.8;">80%</p>

Text with #551E2F 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 #551E2F;}

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

This text has shadow with #551E2F color.


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

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

This text has shadow with #551E2F primary color and red secondary color.


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

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

This text has shadow with #551E2F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #551E2F.

Preview

Color preview on black background

This text has color #551E2F on black background.


Color preview on white background

This text has color #551E2F on white background.


Black color preview on #551E2F background

This text has black color on #551E2F background.


White color preview on #551E2F background

This text has white color on #551E2F background.


Related colors

Complementary color

Complementary color for #hex is #AAE1D0.


I love getcolorcode.com

Triadic colors

1 #2F551E and #1E2F55 with #551E2F are triadic colors.

2 #2F1E55 and #1E552F with #551E2F are triadic colors.