COLOR #04630D

HEX: #04630D
RGB: (4,99,13)

Color info

#04630D contains mainly green color. Web safe color of #04630D is #006600 (or #060).

RGB color model

#04630D color RGB value is (4,99,13).

  • red value is 4;
  • green value is 99;
  • blue value is 13.
RGB:
(4,99,13)
(2%,39%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 99 of 255 = 39%
B 13 of 255 = 5%

4
99
13

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

Portions of RGB colors in percentages

R + G + B =
4 + 99 + 13 = 116 (100%)
R 4 of 116 ~ 3.45%
G 99 of 116 ~ 85.34%
B 13 of 116 ~ 11.21%

%85.34
%11.21

CMYK color model

#04630D color CMYK value is (96,0,87,61).

  • cyan value is 95.96%
  • magenta value is 0.00%
  • yellow value is 86.87%
  • key color value is 61.18%
CMYK:
(96,0,87,61)
C96M0Y87K61 
(96%,0%,87%,61%)
(0.96/0.00/0.87/0.61)	

CMYK percentages

%95.96
%0
%86.87
%61.18

Codes

Color #04630D in popluar color models

04630D
RGB49913
HSL126°92.23%20.20%
HSB/HSV126°95.96%38.82%
CMYK95.96%0.00%86.87%
61.18%

Color #04630D in popluar number systems.

HEX04630D
Decimal49913
Binary10011000111101
Octal414315

Shades and tints

Shades of #04630D

#04630D
(4,99,13)
#045A0C
(4,90,12)
#04510B
(4,81,11)
#04480A
(4,72,10)
#043F09
(4,63,9)
#043608
(4,54,8)
#042D07
(4,45,7)
#042406
(4,36,6)
#041B05
(4,27,5)
#041204
(4,18,4)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #04630D

#04630D
(4,99,13)
#1A7123
(26,113,35)
#307F39
(48,127,57)
#468D4F
(70,141,79)
#5C9B65
(92,155,101)
#72A97B
(114,169,123)
#88B791
(136,183,145)
#9EC5A7
(158,197,167)
#B4D3BD
(180,211,189)
#CAE1D3
(202,225,211)
#E0EFE9
(224,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04630D color. Also use rgb(4,99,13) instead hex code.

Text Font Color

.myTextColor { color: #04630D; }

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

This text font color is #04630D.


Background Color

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

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

This div background color is #04630D.


Border color

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

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

This div border color is #04630D.


Opacity

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

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

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

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

This text has shadow with #04630D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04630D on black background.


Color preview on white background

This text has color #04630D on white background.



Black color preview on #04630D background

This text has black color on #04630D background.


White color preview on #04630D background

This text has white color on #04630D background.