COLOR #05331B

HEX: #05331B
RGB: (5,51,27)

Color info

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

RGB color model

#05331B color RGB value is (5,51,27).

  • red value is 5;
  • green value is 51;
  • blue value is 27.
RGB:
(5,51,27)
(2%,20%,11%)

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 27 of 255 = 11%

5
51
27

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

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 27 = 83 (100%)
R 5 of 83 ~ 6.02%
G 51 of 83 ~ 61.45%
B 27 of 83 ~ 32.53%

%61.45
%32.53

CMYK color model

#05331B color CMYK value is (90,0,47,80).

  • cyan value is 90.20%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 80.00%
CMYK:
(90,0,47,80)
C90M0Y47K80 
(90%,0%,47%,80%)
(0.90/0.00/0.47/0.80)	

CMYK percentages

%90.2
%0
%47.06
%80

Codes

Color #05331B in popluar color models

05331B
RGB55127
HSL149°82.14%10.98%
HSB/HSV149°90.20%20.00%
CMYK90.20%0.00%47.06%
80.00%

Color #05331B in popluar number systems.

HEX05331B
Decimal55127
Binary10111001111011
Octal56333

Shades and tints

Shades of #05331B

#05331B
(5,51,27)
#052F19
(5,47,25)
#052B17
(5,43,23)
#052715
(5,39,21)
#052313
(5,35,19)
#051F11
(5,31,17)
#051B0F
(5,27,15)
#05170D
(5,23,13)
#05130B
(5,19,11)
#050F09
(5,15,9)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #05331B

#05331B
(5,51,27)
#1B452F
(27,69,47)
#315743
(49,87,67)
#476957
(71,105,87)
#5D7B6B
(93,123,107)
#738D7F
(115,141,127)
#899F93
(137,159,147)
#9FB1A7
(159,177,167)
#B5C3BB
(181,195,187)
#CBD5CF
(203,213,207)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05331B; }

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

This text font color is #05331B.


Background Color

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

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

This div background color is #05331B.


Border color

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

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

This div border color is #05331B.


Opacity

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

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

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

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

This text has shadow with #05331B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05331B on black background.


Color preview on white background

This text has color #05331B on white background.



Black color preview on #05331B background

This text has black color on #05331B background.


White color preview on #05331B background

This text has white color on #05331B background.