COLOR #054A34

HEX: #054A34
RGB: (5,74,52)

Color info

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

RGB color model

#054A34 color RGB value is (5,74,52).

  • red value is 5;
  • green value is 74;
  • blue value is 52.
RGB:
(5,74,52)
(2%,29%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 74 of 255 = 29%
B 52 of 255 = 20%

5
74
52

R + G + B ~ 17%. #054A34 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 74 + 52 = 131 (100%)
R 5 of 131 ~ 3.82%
G 74 of 131 ~ 56.49%
B 52 of 131 ~ 39.69%

%56.49
%39.69

CMYK color model

#054A34 color CMYK value is (93,0,30,71).

  • cyan value is 93.24%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 70.98%
CMYK:
(93,0,30,71)
C93M0Y30K71 
(93%,0%,30%,71%)
(0.93/0.00/0.30/0.71)	

CMYK percentages

%93.24
%0
%29.73
%70.98

Codes

Color #054A34 in popluar color models

054A34
RGB57452
HSL161°87.34%15.49%
HSB/HSV161°93.24%29.02%
CMYK93.24%0.00%29.73%
70.98%

Color #054A34 in popluar number systems.

HEX054A34
Decimal57452
Binary1011001010110100
Octal511264

Shades and tints

Shades of #054A34

#054A34
(5,74,52)
#054430
(5,68,48)
#053E2C
(5,62,44)
#053828
(5,56,40)
#053224
(5,50,36)
#052C20
(5,44,32)
#05261C
(5,38,28)
#052018
(5,32,24)
#051A14
(5,26,20)
#051410
(5,20,16)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #054A34

#054A34
(5,74,52)
#1B5A46
(27,90,70)
#316A58
(49,106,88)
#477A6A
(71,122,106)
#5D8A7C
(93,138,124)
#739A8E
(115,154,142)
#89AAA0
(137,170,160)
#9FBAB2
(159,186,178)
#B5CAC4
(181,202,196)
#CBDAD6
(203,218,214)
#E1EAE8
(225,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054A34 color. Also use rgb(5,74,52) instead hex code.

Text Font Color

.myTextColor { color: #054A34; }

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

This text font color is #054A34.


Background Color

.myBgColor { background-color: #054A34; }

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

This div background color is #054A34.


Border color

.myBorderColor { border: 1px solid #054A34; }

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

This div border color is #054A34.


Opacity

.myOpacity80 { color: #054A34; opacity: 0.8; }

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

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

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

This text has shadow with #054A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054A34 on black background.


Color preview on white background

This text has color #054A34 on white background.



Black color preview on #054A34 background

This text has black color on #054A34 background.


White color preview on #054A34 background

This text has white color on #054A34 background.