COLOR #04631F

HEX: #04631F
RGB: (4,99,31)

Color info

#04631F contains mainly green color. Web safe color of #04631F is #006633 (or #063).

RGB color model

#04631F color RGB value is (4,99,31).

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

RGB channels and saturation

R 4 of 255 = 2%
G 99 of 255 = 39%
B 31 of 255 = 12%

4
99
31

R + G + B ~ 18%. #04631F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 99 + 31 = 134 (100%)
R 4 of 134 ~ 2.99%
G 99 of 134 ~ 73.88%
B 31 of 134 ~ 23.13%

%73.88
%23.13

CMYK color model

#04631F color CMYK value is (96,0,69,61).

  • cyan value is 95.96%
  • magenta value is 0.00%
  • yellow value is 68.69%
  • key color value is 61.18%
CMYK:
(96,0,69,61)
C96M0Y69K61 
(96%,0%,69%,61%)
(0.96/0.00/0.69/0.61)	

CMYK percentages

%95.96
%0
%68.69
%61.18

Codes

Color #04631F in popluar color models

04631F
RGB49931
HSL137°92.23%20.20%
HSB/HSV137°95.96%38.82%
CMYK95.96%0.00%68.69%
61.18%

Color #04631F in popluar number systems.

HEX04631F
Decimal49931
Binary100110001111111
Octal414337

Shades and tints

Shades of #04631F

#04631F
(4,99,31)
#045A1D
(4,90,29)
#04511B
(4,81,27)
#044819
(4,72,25)
#043F17
(4,63,23)
#043615
(4,54,21)
#042D13
(4,45,19)
#042411
(4,36,17)
#041B0F
(4,27,15)
#04120D
(4,18,13)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #04631F

#04631F
(4,99,31)
#1A7133
(26,113,51)
#307F47
(48,127,71)
#468D5B
(70,141,91)
#5C9B6F
(92,155,111)
#72A983
(114,169,131)
#88B797
(136,183,151)
#9EC5AB
(158,197,171)
#B4D3BF
(180,211,191)
#CAE1D3
(202,225,211)
#E0EFE7
(224,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04631F; }

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

This text font color is #04631F.


Background Color

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

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

This div background color is #04631F.


Border color

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

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

This div border color is #04631F.


Opacity

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

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

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

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

This text has shadow with #04631F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04631F on black background.


Color preview on white background

This text has color #04631F on white background.



Black color preview on #04631F background

This text has black color on #04631F background.


White color preview on #04631F background

This text has white color on #04631F background.