COLOR #05491B

HEX: #05491B
RGB: (5,73,27)

Color info

#05491B contains mainly green and blue colors. Web safe color of #05491B is #003333 (or #033).

RGB color model

#05491B color RGB value is (5,73,27).

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

RGB channels and saturation

R 5 of 255 = 2%
G 73 of 255 = 29%
B 27 of 255 = 11%

5
73
27

R + G + B ~ 14%. #05491B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 73 + 27 = 105 (100%)
R 5 of 105 ~ 4.76%
G 73 of 105 ~ 69.52%
B 27 of 105 ~ 25.71%

%69.52
%25.71

CMYK color model

#05491B color CMYK value is (93,0,63,71).

  • cyan value is 93.15%
  • magenta value is 0.00%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(93,0,63,71)
C93M0Y63K71 
(93%,0%,63%,71%)
(0.93/0.00/0.63/0.71)	

CMYK percentages

%93.15
%0
%63.01
%71.37

Codes

Color #05491B in popluar color models

05491B
RGB57327
HSL139°87.18%15.29%
HSB/HSV139°93.15%28.63%
CMYK93.15%0.00%63.01%
71.37%

Color #05491B in popluar number systems.

HEX05491B
Decimal57327
Binary101100100111011
Octal511133

Shades and tints

Shades of #05491B

#05491B
(5,73,27)
#054319
(5,67,25)
#053D17
(5,61,23)
#053715
(5,55,21)
#053113
(5,49,19)
#052B11
(5,43,17)
#05250F
(5,37,15)
#051F0D
(5,31,13)
#05190B
(5,25,11)
#051309
(5,19,9)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #05491B

#05491B
(5,73,27)
#1B592F
(27,89,47)
#316943
(49,105,67)
#477957
(71,121,87)
#5D896B
(93,137,107)
#73997F
(115,153,127)
#89A993
(137,169,147)
#9FB9A7
(159,185,167)
#B5C9BB
(181,201,187)
#CBD9CF
(203,217,207)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05491B; }

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

This text font color is #05491B.


Background Color

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

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

This div background color is #05491B.


Border color

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

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

This div border color is #05491B.


Opacity

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

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

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

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

This text has shadow with #05491B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05491B on black background.


Color preview on white background

This text has color #05491B on white background.



Black color preview on #05491B background

This text has black color on #05491B background.


White color preview on #05491B background

This text has white color on #05491B background.