COLOR #04762D

HEX: #04762D
RGB: (4,118,45)

Color info

#04762D contains mainly green color. Web safe color of #04762D is #006633 (or #063).

RGB color model

#04762D color RGB value is (4,118,45).

  • red value is 4;
  • green value is 118;
  • blue value is 45.
RGB:
(4,118,45)
(2%,46%,18%)

RGB channels and saturation

R 4 of 255 = 2%
G 118 of 255 = 46%
B 45 of 255 = 18%

4
118
45

R + G + B ~ 22%. #04762D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 118 + 45 = 167 (100%)
R 4 of 167 ~ 2.4%
G 118 of 167 ~ 70.66%
B 45 of 167 ~ 26.95%

%70.66
%26.95

CMYK color model

#04762D color CMYK value is (97,0,62,54).

  • cyan value is 96.61%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 53.73%
CMYK:
(97,0,62,54)
C97M0Y62K54 
(97%,0%,62%,54%)
(0.97/0.00/0.62/0.54)	

CMYK percentages

%96.61
%0
%61.86
%53.73

Codes

Color #04762D in popluar color models

04762D
RGB411845
HSL142°93.44%23.92%
HSB/HSV142°96.61%46.27%
CMYK96.61%0.00%61.86%
53.73%

Color #04762D in popluar number systems.

HEX04762D
Decimal411845
Binary1001110110101101
Octal416655

Shades and tints

Shades of #04762D

#04762D
(4,118,45)
#046C29
(4,108,41)
#046225
(4,98,37)
#045821
(4,88,33)
#044E1D
(4,78,29)
#044419
(4,68,25)
#043A15
(4,58,21)
#043011
(4,48,17)
#04260D
(4,38,13)
#041C09
(4,28,9)
#041205
(4,18,5)
#000000
(0,0,0)

Tints of #04762D

#04762D
(4,118,45)
#1A8240
(26,130,64)
#308E53
(48,142,83)
#469A66
(70,154,102)
#5CA679
(92,166,121)
#72B28C
(114,178,140)
#88BE9F
(136,190,159)
#9ECAB2
(158,202,178)
#B4D6C5
(180,214,197)
#CAE2D8
(202,226,216)
#E0EEEB
(224,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04762D; }

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

This text font color is #04762D.


Background Color

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

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

This div background color is #04762D.


Border color

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

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

This div border color is #04762D.


Opacity

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

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

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

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

This text has shadow with #04762D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04762D on black background.


Color preview on white background

This text has color #04762D on white background.



Black color preview on #04762D background

This text has black color on #04762D background.


White color preview on #04762D background

This text has white color on #04762D background.