COLOR #551F2A

HEX: #551F2A
RGB: (85,31,42)

Color info

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

RGB color model

#551F2A color RGB value is (85,31,42).

  • red value is 85;
  • green value is 31;
  • blue value is 42.
RGB:
(85,31,42)
(33%,12%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 31 of 255 = 12%
B 42 of 255 = 16%

85
31
42

R + G + B ~ 20%. #551F2A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 31 + 42 = 158 (100%)
R 85 of 158 ~ 53.8%
G 31 of 158 ~ 19.62%
B 42 of 158 ~ 26.58%

%53.8
%19.62
%26.58

CMYK color model

#551F2A color CMYK value is (0,64,51,67).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(0,64,51,67)
C0M64Y51K67 
(0%,64%,51%,67%)
(0.00/0.64/0.51/0.67)	

CMYK percentages

%0
%63.53
%50.59
%66.67

Codes

Color #551F2A in popluar color models

551F2A
RGB853142
HSL348°46.55%22.75%
HSB/HSV348°63.53%33.33%
CMYK0.00%63.53%50.59%
66.67%

Color #551F2A in popluar number systems.

HEX551F2A
Decimal853142
Binary101010111111101010
Octal1253752

Shades and tints

Shades of #551F2A

#551F2A
(85,31,42)
#4E1D27
(78,29,39)
#471B24
(71,27,36)
#401921
(64,25,33)
#39171E
(57,23,30)
#32151B
(50,21,27)
#2B1318
(43,19,24)
#241115
(36,17,21)
#1D0F12
(29,15,18)
#160D0F
(22,13,15)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #551F2A

#551F2A
(85,31,42)
#64333D
(100,51,61)
#734750
(115,71,80)
#825B63
(130,91,99)
#916F76
(145,111,118)
#A08389
(160,131,137)
#AF979C
(175,151,156)
#BEABAF
(190,171,175)
#CDBFC2
(205,191,194)
#DCD3D5
(220,211,213)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551F2A color. Also use rgb(85,31,42) instead hex code.

Text Font Color

.myTextColor { color: #551F2A; }

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

This text font color is #551F2A.


Background Color

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

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

This div background color is #551F2A.


Border color

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

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

This div border color is #551F2A.


Opacity

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

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

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

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

This text has shadow with #551F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F2A on black background.


Color preview on white background

This text has color #551F2A on white background.



Black color preview on #551F2A background

This text has black color on #551F2A background.


White color preview on #551F2A background

This text has white color on #551F2A background.