COLOR #04A46E

HEX: #04A46E
RGB: (4,164,110)

Color info

#04A46E contains mainly green and blue colors. Web safe color of #04A46E is #009966 (or #096).

RGB color model

#04A46E color RGB value is (4,164,110).

  • red value is 4;
  • green value is 164;
  • blue value is 110.
RGB:
(4,164,110)
(2%,64%,43%)

RGB channels and saturation

R 4 of 255 = 2%
G 164 of 255 = 64%
B 110 of 255 = 43%

4
164
110

R + G + B ~ 36%. #04A46E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 164 + 110 = 278 (100%)
R 4 of 278 ~ 1.44%
G 164 of 278 ~ 58.99%
B 110 of 278 ~ 39.57%

%58.99
%39.57

CMYK color model

#04A46E color CMYK value is (98,0,33,36).

  • cyan value is 97.56%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 35.69%
CMYK:
(98,0,33,36)
C98M0Y33K36 
(98%,0%,33%,36%)
(0.98/0.00/0.33/0.36)	

CMYK percentages

%97.56
%0
%32.93
%35.69

Codes

Color #04A46E in popluar color models

04A46E
RGB4164110
HSL160°95.24%32.94%
HSB/HSV160°97.56%64.31%
CMYK97.56%0.00%32.93%
35.69%

Color #04A46E in popluar number systems.

HEX04A46E
Decimal4164110
Binary100101001001101110
Octal4244156

Shades and tints

Shades of #04A46E

#04A46E
(4,164,110)
#049664
(4,150,100)
#04885A
(4,136,90)
#047A50
(4,122,80)
#046C46
(4,108,70)
#045E3C
(4,94,60)
#045032
(4,80,50)
#044228
(4,66,40)
#04341E
(4,52,30)
#042614
(4,38,20)
#04180A
(4,24,10)
#000000
(0,0,0)

Tints of #04A46E

#04A46E
(4,164,110)
#1AAC7B
(26,172,123)
#30B488
(48,180,136)
#46BC95
(70,188,149)
#5CC4A2
(92,196,162)
#72CCAF
(114,204,175)
#88D4BC
(136,212,188)
#9EDCC9
(158,220,201)
#B4E4D6
(180,228,214)
#CAECE3
(202,236,227)
#E0F4F0
(224,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A46E color. Also use rgb(4,164,110) instead hex code.

Text Font Color

.myTextColor { color: #04A46E; }

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

This text font color is #04A46E.


Background Color

.myBgColor { background-color: #04A46E; }

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

This div background color is #04A46E.


Border color

.myBorderColor { border: 1px solid #04A46E; }

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

This div border color is #04A46E.


Opacity

.myOpacity80 { color: #04A46E; opacity: 0.8; }

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

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

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

This text has shadow with #04A46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A46E on black background.


Color preview on white background

This text has color #04A46E on white background.



Black color preview on #04A46E background

This text has black color on #04A46E background.


White color preview on #04A46E background

This text has white color on #04A46E background.