COLOR #04960F

HEX: #04960F RGB: (4,150,15)

Color info

#04960F contains mainly green color. Web safe color of #04960F is #009900 (or #090).

RGB color model

#04960F color RGB value is (4,150,15).

RGB: (4,150,15) (2%, 59%, 6%)

RGB channels and saturation

R 4 of 255 = 2%
G 150 of 255 = 59%
B 15 of 255 = 6%

4
150
15

R + G + B ~ 22%. #04960F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 150 + 15 = 169 (100%)
R 4 of 169 ~ 2.37%
G 150 of 169 ~ 88.76%
B 15 of 169 ~ 8.88'%

%88.76

CMYK color model

#04960F color CMYK value is (97,0,90,41).

  • cyan value is 97.33%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 41.18%

CMYK: (97,0,90,41)
C97M0Y90K41 (97%, 0%, 90%, 41%)
(0.97 / 0.00 / 0.90 / 0.41)

CMYK percentages

%97.33
%0
%90
%41.18

Codes

Color #04960F in popluar color models

04 96 0F
RGB 4 150 15
HSL 125° 94.81% 30.20%
HSB/HSV 125° 97.33% 58.82%
CMYK 97.33% 0.00% 90.00%
41.18%

Color #04960F in popluar number systems.

HEX 04 96 0F
Decimal 4 150 15
Binary 100 10010110 1111
Octal 4 226 17

Shades and tints

Shades of #04960F

#04960F
(4,150,15)
#04890E
(4,137,14)
#047C0D
(4,124,13)
#046F0C
(4,111,12)
#04620B
(4,98,11)
#04550A
(4,85,10)
#044809
(4,72,9)
#043B08
(4,59,8)
#042E07
(4,46,7)
#042106
(4,33,6)
#041405
(4,20,5)
#000000
(0,0,0)

Tints of #04960F

#04960F
(4,150,15)
#1A9F24
(26,159,36)
#30A839
(48,168,57)
#46B14E
(70,177,78)
#5CBA63
(92,186,99)
#72C378
(114,195,120)
#88CC8D
(136,204,141)
#9ED5A2
(158,213,162)
#B4DEB7
(180,222,183)
#CAE7CC
(202,231,204)
#E0F0E1
(224,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04960F color. Also use rgb(4,150,15) instead hex code.

Text Font Color

.myTextColor { color: #04960F; }

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

This text font color is #04960F.

Background Color

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

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

This div background color is #04960F.

Border color

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

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

This div border color is #04960F.

Opacity

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

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

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

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

This text has shadow with #04960F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04960F.

Preview

Color preview on black background

This text has color #04960F on black background.


Color preview on white background

This text has color #04960F on white background.


Black color preview on #04960F background

This text has black color on #04960F background.


White color preview on #04960F background

This text has white color on #04960F background.


Related colors

Complementary color

Complementary color for #hex is #FB69F0.


I love getcolorcode.com

Triadic colors

1 #0F0496 and #960F04 with #04960F are triadic colors.

2 #0F9604 and #96040F with #04960F are triadic colors.