COLOR #054224

HEX: #054224
RGB: (5,66,36)

Color info

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

RGB color model

#054224 color RGB value is (5,66,36).

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

RGB channels and saturation

R 5 of 255 = 2%
G 66 of 255 = 26%
B 36 of 255 = 14%

5
66
36

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

Portions of RGB colors in percentages

R + G + B =
5 + 66 + 36 = 107 (100%)
R 5 of 107 ~ 4.67%
G 66 of 107 ~ 61.68%
B 36 of 107 ~ 33.64%

%61.68
%33.64

CMYK color model

#054224 color CMYK value is (92,0,45,74).

  • cyan value is 92.42%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(92,0,45,74)
C92M0Y45K74 
(92%,0%,45%,74%)
(0.92/0.00/0.45/0.74)	

CMYK percentages

%92.42
%0
%45.45
%74.12

Codes

Color #054224 in popluar color models

054224
RGB56636
HSL150°85.92%13.92%
HSB/HSV150°92.42%25.88%
CMYK92.42%0.00%45.45%
74.12%

Color #054224 in popluar number systems.

HEX054224
Decimal56636
Binary1011000010100100
Octal510244

Shades and tints

Shades of #054224

#054224
(5,66,36)
#053C21
(5,60,33)
#05361E
(5,54,30)
#05301B
(5,48,27)
#052A18
(5,42,24)
#052415
(5,36,21)
#051E12
(5,30,18)
#05180F
(5,24,15)
#05120C
(5,18,12)
#050C09
(5,12,9)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #054224

#054224
(5,66,36)
#1B5337
(27,83,55)
#31644A
(49,100,74)
#47755D
(71,117,93)
#5D8670
(93,134,112)
#739783
(115,151,131)
#89A896
(137,168,150)
#9FB9A9
(159,185,169)
#B5CABC
(181,202,188)
#CBDBCF
(203,219,207)
#E1ECE2
(225,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054224; }

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

This text font color is #054224.


Background Color

.myBgColor { background-color: #054224; }

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

This div background color is #054224.


Border color

.myBorderColor { border: 1px solid #054224; }

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

This div border color is #054224.


Opacity

.myOpacity80 { color: #054224; opacity: 0.8; }

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

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

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

This text has shadow with #054224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054224 on black background.


Color preview on white background

This text has color #054224 on white background.



Black color preview on #054224 background

This text has black color on #054224 background.


White color preview on #054224 background

This text has white color on #054224 background.