COLOR #05481B

HEX: #05481B RGB: (5,72,27)

Color info

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

RGB color model

#05481B color RGB value is (5,72,27).

RGB: (5,72,27) (2%, 28%, 11%)

RGB channels and saturation

R 5 of 255 = 2%
G 72 of 255 = 28%
B 27 of 255 = 11%

5
72
27

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

Portions of RGB colors in percentages

R + G + B = 5 + 72 + 27 = 104 (100%)
R 5 of 104 ~ 4.81%
G 72 of 104 ~ 69.23%
B 27 of 104 ~ 25.96'%

%69.23
%25.96

CMYK color model

#05481B color CMYK value is (93,0,63,72).

  • cyan value is 93.06%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 71.76%

CMYK: (93,0,63,72)
C93M0Y63K72 (93%, 0%, 63%, 72%)
(0.93 / 0.00 / 0.63 / 0.72)

CMYK percentages

%93.06
%0
%62.5
%71.76

Codes

Color #05481B in popluar color models

05 48 1B
RGB 5 72 27
HSL 140° 87.01% 15.10%
HSB/HSV 140° 93.06% 28.24%
CMYK 93.06% 0.00% 62.50%
71.76%

Color #05481B in popluar number systems.

HEX 05 48 1B
Decimal 5 72 27
Binary 101 1001000 11011
Octal 5 110 33

Shades and tints

Shades of #05481B

#05481B
(5,72,27)
#054219
(5,66,25)
#053C17
(5,60,23)
#053615
(5,54,21)
#053013
(5,48,19)
#052A11
(5,42,17)
#05240F
(5,36,15)
#051E0D
(5,30,13)
#05180B
(5,24,11)
#051209
(5,18,9)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #05481B

#05481B
(5,72,27)
#1B582F
(27,88,47)
#316843
(49,104,67)
#477857
(71,120,87)
#5D886B
(93,136,107)
#73987F
(115,152,127)
#89A893
(137,168,147)
#9FB8A7
(159,184,167)
#B5C8BB
(181,200,187)
#CBD8CF
(203,216,207)
#E1E8E3
(225,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05481B; }

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

This text font color is #05481B.

Background Color

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

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

This div background color is #05481B.

Border color

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

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

This div border color is #05481B.

Opacity

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

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

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

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

This text has shadow with #05481B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05481B.

Preview

Color preview on black background

This text has color #05481B on black background.


Color preview on white background

This text has color #05481B on white background.


Black color preview on #05481B background

This text has black color on #05481B background.


White color preview on #05481B background

This text has white color on #05481B background.


Related colors

Complementary color

Complementary color for #hex is #FAB7E4.


I love getcolorcode.com

Triadic colors

1 #1B0548 and #481B05 with #05481B are triadic colors.

2 #1B4805 and #48051B with #05481B are triadic colors.