COLOR #04763C

HEX: #04763C RGB: (4,118,60)

Color info

#04763C contains mainly green and blue colors. Web safe color of #04763C is #006633 (or #063).

RGB color model

#04763C color RGB value is (4,118,60).

RGB: (4,118,60) (2%, 46%, 24%)

RGB channels and saturation

R 4 of 255 = 2%
G 118 of 255 = 46%
B 60 of 255 = 24%

4
118
60

R + G + B ~ 24%. #04763C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 118 + 60 = 182 (100%)
R 4 of 182 ~ 2.2%
G 118 of 182 ~ 64.84%
B 60 of 182 ~ 32.97'%

%64.84
%32.97

CMYK color model

#04763C color CMYK value is (97,0,49,54).

  • cyan value is 96.61%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 53.73%

CMYK: (97,0,49,54)
C97M0Y49K54 (97%, 0%, 49%, 54%)
(0.97 / 0.00 / 0.49 / 0.54)

CMYK percentages

%96.61
%0
%49.15
%53.73

Codes

Color #04763C in popluar color models

04 76 3C
RGB 4 118 60
HSL 149° 93.44% 23.92%
HSB/HSV 149° 96.61% 46.27%
CMYK 96.61% 0.00% 49.15%
53.73%

Color #04763C in popluar number systems.

HEX 04 76 3C
Decimal 4 118 60
Binary 100 1110110 111100
Octal 4 166 74

Shades and tints

Shades of #04763C

#04763C
(4,118,60)
#046C37
(4,108,55)
#046232
(4,98,50)
#04582D
(4,88,45)
#044E28
(4,78,40)
#044423
(4,68,35)
#043A1E
(4,58,30)
#043019
(4,48,25)
#042614
(4,38,20)
#041C0F
(4,28,15)
#04120A
(4,18,10)
#000000
(0,0,0)

Tints of #04763C

#04763C
(4,118,60)
#1A824D
(26,130,77)
#308E5E
(48,142,94)
#469A6F
(70,154,111)
#5CA680
(92,166,128)
#72B291
(114,178,145)
#88BEA2
(136,190,162)
#9ECAB3
(158,202,179)
#B4D6C4
(180,214,196)
#CAE2D5
(202,226,213)
#E0EEE6
(224,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04763C color. Also use rgb(4,118,60) instead hex code.

Text Font Color

.myTextColor { color: #04763C; }

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

This text font color is #04763C.

Background Color

.myBgColor { background-color: #04763C; }

<div style="background-color:#04763C">Inner text</div>

This div background color is #04763C.

Border color

.myBorderColor { border: 1px solid #04763C; }

<div style="border:3px solid #04763C">Div</div>

This div border color is #04763C.

Opacity

.myOpacity80 { color: #04763C; opacity: 0.8; }

<p style="color:#04763C;opacity:0.8;">80%</p>

Text with #04763C 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 #04763C;}

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

This text has shadow with #04763C color.


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

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

This text has shadow with #04763C primary color and red secondary color.


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

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

This text has shadow with #04763C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #04763C.

Preview

Color preview on black background

This text has color #04763C on black background.


Color preview on white background

This text has color #04763C on white background.


Black color preview on #04763C background

This text has black color on #04763C background.


White color preview on #04763C background

This text has white color on #04763C background.


Related colors

Complementary color

Complementary color for #hex is #FB89C3.


I love getcolorcode.com

Triadic colors

1 #3C0476 and #763C04 with #04763C are triadic colors.

2 #3C7604 and #76043C with #04763C are triadic colors.