COLOR #054329

HEX: #054329
RGB: (5,67,41)

Color info

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

RGB color model

#054329 color RGB value is (5,67,41).

  • red value is 5;
  • green value is 67;
  • blue value is 41.
RGB:
(5,67,41)
(2%,26%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 67 of 255 = 26%
B 41 of 255 = 16%

5
67
41

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

Portions of RGB colors in percentages

R + G + B =
5 + 67 + 41 = 113 (100%)
R 5 of 113 ~ 4.42%
G 67 of 113 ~ 59.29%
B 41 of 113 ~ 36.28%

%59.29
%36.28

CMYK color model

#054329 color CMYK value is (93,0,39,74).

  • cyan value is 92.54%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(93,0,39,74)
C93M0Y39K74 
(93%,0%,39%,74%)
(0.93/0.00/0.39/0.74)	

CMYK percentages

%92.54
%0
%38.81
%73.73

Codes

Color #054329 in popluar color models

054329
RGB56741
HSL155°86.11%14.12%
HSB/HSV155°92.54%26.27%
CMYK92.54%0.00%38.81%
73.73%

Color #054329 in popluar number systems.

HEX054329
Decimal56741
Binary1011000011101001
Octal510351

Shades and tints

Shades of #054329

#054329
(5,67,41)
#053D26
(5,61,38)
#053723
(5,55,35)
#053120
(5,49,32)
#052B1D
(5,43,29)
#05251A
(5,37,26)
#051F17
(5,31,23)
#051914
(5,25,20)
#051311
(5,19,17)
#050D0E
(5,13,14)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #054329

#054329
(5,67,41)
#1B543C
(27,84,60)
#31654F
(49,101,79)
#477662
(71,118,98)
#5D8775
(93,135,117)
#739888
(115,152,136)
#89A99B
(137,169,155)
#9FBAAE
(159,186,174)
#B5CBC1
(181,203,193)
#CBDCD4
(203,220,212)
#E1EDE7
(225,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054329 color. Also use rgb(5,67,41) instead hex code.

Text Font Color

.myTextColor { color: #054329; }

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

This text font color is #054329.


Background Color

.myBgColor { background-color: #054329; }

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

This div background color is #054329.


Border color

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

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

This div border color is #054329.


Opacity

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

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

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

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

This text has shadow with #054329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054329 on black background.


Color preview on white background

This text has color #054329 on white background.



Black color preview on #054329 background

This text has black color on #054329 background.


White color preview on #054329 background

This text has white color on #054329 background.