COLOR #04531F

HEX: #04531F RGB: (4,83,31)

Color info

#04531F contains mainly green and blue colors. Web safe color of #04531F is #006633 (or #063).

RGB color model

#04531F color RGB value is (4,83,31).

RGB: (4,83,31) (2%, 33%, 12%)

RGB channels and saturation

R 4 of 255 = 2%
G 83 of 255 = 33%
B 31 of 255 = 12%

4
83
31

R + G + B ~ 16%. #04531F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 83 + 31 = 118 (100%)
R 4 of 118 ~ 3.39%
G 83 of 118 ~ 70.34%
B 31 of 118 ~ 26.27'%

%70.34
%26.27

CMYK color model

#04531F color CMYK value is (95,0,63,67).

  • cyan value is 95.18%
  • magenta value is 0.00%
  • yellow value is 62.65%
  • key color value is 67.45%

CMYK: (95,0,63,67)
C95M0Y63K67 (95%, 0%, 63%, 67%)
(0.95 / 0.00 / 0.63 / 0.67)

CMYK percentages

%95.18
%0
%62.65
%67.45

Codes

Color #04531F in popluar color models

04 53 1F
RGB 4 83 31
HSL 141° 90.80% 17.06%
HSB/HSV 141° 95.18% 32.55%
CMYK 95.18% 0.00% 62.65%
67.45%

Color #04531F in popluar number systems.

HEX 04 53 1F
Decimal 4 83 31
Binary 100 1010011 11111
Octal 4 123 37

Shades and tints

Shades of #04531F

#04531F
(4,83,31)
#044C1D
(4,76,29)
#04451B
(4,69,27)
#043E19
(4,62,25)
#043717
(4,55,23)
#043015
(4,48,21)
#042913
(4,41,19)
#042211
(4,34,17)
#041B0F
(4,27,15)
#04140D
(4,20,13)
#040D0B
(4,13,11)
#000000
(0,0,0)

Tints of #04531F

#04531F
(4,83,31)
#1A6233
(26,98,51)
#307147
(48,113,71)
#46805B
(70,128,91)
#5C8F6F
(92,143,111)
#729E83
(114,158,131)
#88AD97
(136,173,151)
#9EBCAB
(158,188,171)
#B4CBBF
(180,203,191)
#CADAD3
(202,218,211)
#E0E9E7
(224,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04531F color. Also use rgb(4,83,31) instead hex code.

Text Font Color

.myTextColor { color: #04531F; }

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

This text font color is #04531F.

Background Color

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

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

This div background color is #04531F.

Border color

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

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

This div border color is #04531F.

Opacity

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

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

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

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

This text has shadow with #04531F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04531F.

Preview

Color preview on black background

This text has color #04531F on black background.


Color preview on white background

This text has color #04531F on white background.


Black color preview on #04531F background

This text has black color on #04531F background.


White color preview on #04531F background

This text has white color on #04531F background.


Related colors

Complementary color

Complementary color for #hex is #FBACE0.


I love getcolorcode.com

Triadic colors

1 #1F0453 and #531F04 with #04531F are triadic colors.

2 #1F5304 and #53041F with #04531F are triadic colors.