COLOR #046629

HEX: #046629
RGB: (4,102,41)

Color info

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

RGB color model

#046629 color RGB value is (4,102,41).

  • red value is 4;
  • green value is 102;
  • blue value is 41.
RGB:
(4,102,41)
(2%,40%,16%)

RGB channels and saturation

R 4 of 255 = 2%
G 102 of 255 = 40%
B 41 of 255 = 16%

4
102
41

R + G + B ~ 19%. #046629 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 102 + 41 = 147 (100%)
R 4 of 147 ~ 2.72%
G 102 of 147 ~ 69.39%
B 41 of 147 ~ 27.89%

%69.39
%27.89

CMYK color model

#046629 color CMYK value is (96,0,60,60).

  • cyan value is 96.08%
  • magenta value is 0.00%
  • yellow value is 59.80%
  • key color value is 60.00%
CMYK:
(96,0,60,60)
C96M0Y60K60 
(96%,0%,60%,60%)
(0.96/0.00/0.60/0.60)	

CMYK percentages

%96.08
%0
%59.8
%60

Codes

Color #046629 in popluar color models

046629
RGB410241
HSL143°92.45%20.78%
HSB/HSV143°96.08%40.00%
CMYK96.08%0.00%59.80%
60.00%

Color #046629 in popluar number systems.

HEX046629
Decimal410241
Binary1001100110101001
Octal414651

Shades and tints

Shades of #046629

#046629
(4,102,41)
#045D26
(4,93,38)
#045423
(4,84,35)
#044B20
(4,75,32)
#04421D
(4,66,29)
#04391A
(4,57,26)
#043017
(4,48,23)
#042714
(4,39,20)
#041E11
(4,30,17)
#04150E
(4,21,14)
#040C0B
(4,12,11)
#000000
(0,0,0)

Tints of #046629

#046629
(4,102,41)
#1A733C
(26,115,60)
#30804F
(48,128,79)
#468D62
(70,141,98)
#5C9A75
(92,154,117)
#72A788
(114,167,136)
#88B49B
(136,180,155)
#9EC1AE
(158,193,174)
#B4CEC1
(180,206,193)
#CADBD4
(202,219,212)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #046629 color. Also use rgb(4,102,41) instead hex code.

Text Font Color

.myTextColor { color: #046629; }

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

This text font color is #046629.


Background Color

.myBgColor { background-color: #046629; }

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

This div background color is #046629.


Border color

.myBorderColor { border: 1px solid #046629; }

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

This div border color is #046629.


Opacity

.myOpacity80 { color: #046629; opacity: 0.8; }

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

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

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

This text has shadow with #046629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046629 on black background.


Color preview on white background

This text has color #046629 on white background.



Black color preview on #046629 background

This text has black color on #046629 background.


White color preview on #046629 background

This text has white color on #046629 background.