COLOR #05331F

HEX: #05331F RGB: (5,51,31)

Color info

#05331F contains red, green and blue colors in about the same proportion. Web safe color of #05331F is #003333 (or #033).

RGB color model

#05331F color RGB value is (5,51,31).

RGB: (5,51,31) (2%, 20%, 12%)

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 31 of 255 = 12%

5
51
31

R + G + B ~ 11%. #05331F is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 51 + 31 = 87 (100%)
R 5 of 87 ~ 5.75%
G 51 of 87 ~ 58.62%
B 31 of 87 ~ 35.63'%

%58.62
%35.63

CMYK color model

#05331F color CMYK value is (90,0,39,80).

  • cyan value is 90.20%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 80.00%
CMYK: (90,0,39,80) C90M0Y39K80 (90%,0%,39%,80%) (0.90/0.00/0.39/0.80) 

CMYK percentages

%90.2
%0
%39.22
%80

Codes

Color #05331F in popluar color models

05 33 1F
RGB 5 51 31
HSL 154° 82.14% 10.98%
HSB/HSV 154° 90.20% 20.00%
CMYK 90.20% 0.00% 39.22%
80.00%

Color #05331F in popluar number systems.

HEX 05 33 1F
Decimal 5 51 31
Binary 101 110011 11111
Octal 5 63 37

Shades and tints

Shades of #05331F

#05331F
(5,51,31)
#052F1D
(5,47,29)
#052B1B
(5,43,27)
#052719
(5,39,25)
#052317
(5,35,23)
#051F15
(5,31,21)
#051B13
(5,27,19)
#051711
(5,23,17)
#05130F
(5,19,15)
#050F0D
(5,15,13)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #05331F

#05331F
(5,51,31)
#1B4533
(27,69,51)
#315747
(49,87,71)
#47695B
(71,105,91)
#5D7B6F
(93,123,111)
#738D83
(115,141,131)
#899F97
(137,159,151)
#9FB1AB
(159,177,171)
#B5C3BF
(181,195,191)
#CBD5D3
(203,213,211)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05331F color. Also use rgb(5,51,31) instead hex code.

Text Font Color

.myTextColor { color: #05331F; }

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

This text font color is #05331F.

Background Color

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

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

This div background color is #05331F.

Border color

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

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

This div border color is #05331F.

Opacity

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

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

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

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

This text has shadow with #05331F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05331F.

Preview

Color preview on black background

This text has color #05331F on black background.


Color preview on white background

This text has color #05331F on white background.


Black color preview on #05331F background

This text has black color on #05331F background.


White color preview on #05331F background

This text has white color on #05331F background.


Related colors

Complementary color

Complementary color for #hex is #FACCE0.


I love getcolorcode.com

Triadic colors

1 #1F0533 and #331F05 with #05331F are triadic colors.

2 #1F3305 and #33051F with #05331F are triadic colors.