COLOR #04812D

HEX: #04812D RGB: (4,129,45)

Color info

#04812D contains mainly green color. Web safe color of #04812D is #009933 (or #093).

RGB color model

#04812D color RGB value is (4,129,45).

RGB: (4,129,45) (2%, 51%, 18%)

RGB channels and saturation

R 4 of 255 = 2%
G 129 of 255 = 51%
B 45 of 255 = 18%

4
129
45

R + G + B ~ 24%. #04812D is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 129 + 45 = 178 (100%)
R 4 of 178 ~ 2.25%
G 129 of 178 ~ 72.47%
B 45 of 178 ~ 25.28'%

%72.47
%25.28

CMYK color model

#04812D color CMYK value is (97,0,65,49).

  • cyan value is 96.90%
  • magenta value is 0.00%
  • yellow value is 65.12%
  • key color value is 49.41%
CMYK: (97,0,65,49) C97M0Y65K49 (97%,0%,65%,49%) (0.97/0.00/0.65/0.49) 

CMYK percentages

%96.9
%0
%65.12
%49.41

Codes

Color #04812D in popluar color models

04 81 2D
RGB 4 129 45
HSL 140° 93.98% 26.08%
HSB/HSV 140° 96.90% 50.59%
CMYK 96.90% 0.00% 65.12%
49.41%

Color #04812D in popluar number systems.

HEX 04 81 2D
Decimal 4 129 45
Binary 100 10000001 101101
Octal 4 201 55

Shades and tints

Shades of #04812D

#04812D
(4,129,45)
#047629
(4,118,41)
#046B25
(4,107,37)
#046021
(4,96,33)
#04551D
(4,85,29)
#044A19
(4,74,25)
#043F15
(4,63,21)
#043411
(4,52,17)
#04290D
(4,41,13)
#041E09
(4,30,9)
#041305
(4,19,5)
#000000
(0,0,0)

Tints of #04812D

#04812D
(4,129,45)
#1A8C40
(26,140,64)
#309753
(48,151,83)
#46A266
(70,162,102)
#5CAD79
(92,173,121)
#72B88C
(114,184,140)
#88C39F
(136,195,159)
#9ECEB2
(158,206,178)
#B4D9C5
(180,217,197)
#CAE4D8
(202,228,216)
#E0EFEB
(224,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04812D color. Also use rgb(4,129,45) instead hex code.

Text Font Color

.myTextColor { color: #04812D; }

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

This text font color is #04812D.

Background Color

.myBgColor { background-color: #04812D; }

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

This div background color is #04812D.

Border color

.myBorderColor { border: 1px solid #04812D; }

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

This div border color is #04812D.

Opacity

.myOpacity80 { color: #04812D; opacity: 0.8; }

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

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

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

This text has shadow with #04812D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04812D.

Preview

Color preview on black background

This text has color #04812D on black background.


Color preview on white background

This text has color #04812D on white background.


Black color preview on #04812D background

This text has black color on #04812D background.


White color preview on #04812D background

This text has white color on #04812D background.


Related colors

Complementary color

Complementary color for #hex is #FB7ED2.


I love getcolorcode.com

Triadic colors

1 #2D0481 and #812D04 with #04812D are triadic colors.

2 #2D8104 and #81042D with #04812D are triadic colors.