COLOR #05422F

HEX: #05422F
RGB: (5,66,47)

Color info

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

RGB color model

#05422F color RGB value is (5,66,47).

  • red value is 5;
  • green value is 66;
  • blue value is 47.
RGB:
(5,66,47)
(2%,26%,18%)

RGB channels and saturation

R 5 of 255 = 2%
G 66 of 255 = 26%
B 47 of 255 = 18%

5
66
47

R + G + B ~ 15%. #05422F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 66 + 47 = 118 (100%)
R 5 of 118 ~ 4.24%
G 66 of 118 ~ 55.93%
B 47 of 118 ~ 39.83%

%55.93
%39.83

CMYK color model

#05422F color CMYK value is (92,0,29,74).

  • cyan value is 92.42%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 74.12%
CMYK:
(92,0,29,74)
C92M0Y29K74 
(92%,0%,29%,74%)
(0.92/0.00/0.29/0.74)	

CMYK percentages

%92.42
%0
%28.79
%74.12

Codes

Color #05422F in popluar color models

05422F
RGB56647
HSL161°85.92%13.92%
HSB/HSV161°92.42%25.88%
CMYK92.42%0.00%28.79%
74.12%

Color #05422F in popluar number systems.

HEX05422F
Decimal56647
Binary1011000010101111
Octal510257

Shades and tints

Shades of #05422F

#05422F
(5,66,47)
#053C2B
(5,60,43)
#053627
(5,54,39)
#053023
(5,48,35)
#052A1F
(5,42,31)
#05241B
(5,36,27)
#051E17
(5,30,23)
#051813
(5,24,19)
#05120F
(5,18,15)
#050C0B
(5,12,11)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #05422F

#05422F
(5,66,47)
#1B5341
(27,83,65)
#316453
(49,100,83)
#477565
(71,117,101)
#5D8677
(93,134,119)
#739789
(115,151,137)
#89A89B
(137,168,155)
#9FB9AD
(159,185,173)
#B5CABF
(181,202,191)
#CBDBD1
(203,219,209)
#E1ECE3
(225,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05422F color. Also use rgb(5,66,47) instead hex code.

Text Font Color

.myTextColor { color: #05422F; }

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

This text font color is #05422F.


Background Color

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

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

This div background color is #05422F.


Border color

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

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

This div border color is #05422F.


Opacity

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

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

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

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

This text has shadow with #05422F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05422F on black background.


Color preview on white background

This text has color #05422F on white background.



Black color preview on #05422F background

This text has black color on #05422F background.


White color preview on #05422F background

This text has white color on #05422F background.