COLOR #04B479

HEX: #04B479
RGB: (4,180,121)

Color info

#04B479 contains mainly green and blue colors. Web safe color of #04B479 is #00CC66 (or #0C6).

RGB color model

#04B479 color RGB value is (4,180,121).

  • red value is 4;
  • green value is 180;
  • blue value is 121.
RGB:
(4,180,121)
(2%,71%,47%)

RGB channels and saturation

R 4 of 255 = 2%
G 180 of 255 = 71%
B 121 of 255 = 47%

4
180
121

R + G + B ~ 40%. #04B479 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 180 + 121 = 305 (100%)
R 4 of 305 ~ 1.31%
G 180 of 305 ~ 59.02%
B 121 of 305 ~ 39.67%

%59.02
%39.67

CMYK color model

#04B479 color CMYK value is (98,0,33,29).

  • cyan value is 97.78%
  • magenta value is 0.00%
  • yellow value is 32.78%
  • key color value is 29.41%
CMYK:
(98,0,33,29)
C98M0Y33K29 
(98%,0%,33%,29%)
(0.98/0.00/0.33/0.29)	

CMYK percentages

%97.78
%0
%32.78
%29.41

Codes

Color #04B479 in popluar color models

04B479
RGB4180121
HSL160°95.65%36.08%
HSB/HSV160°97.78%70.59%
CMYK97.78%0.00%32.78%
29.41%

Color #04B479 in popluar number systems.

HEX04B479
Decimal4180121
Binary100101101001111001
Octal4264171

Shades and tints

Shades of #04B479

#04B479
(4,180,121)
#04A46E
(4,164,110)
#049463
(4,148,99)
#048458
(4,132,88)
#04744D
(4,116,77)
#046442
(4,100,66)
#045437
(4,84,55)
#04442C
(4,68,44)
#043421
(4,52,33)
#042416
(4,36,22)
#04140B
(4,20,11)
#000000
(0,0,0)

Tints of #04B479

#04B479
(4,180,121)
#1ABA85
(26,186,133)
#30C091
(48,192,145)
#46C69D
(70,198,157)
#5CCCA9
(92,204,169)
#72D2B5
(114,210,181)
#88D8C1
(136,216,193)
#9EDECD
(158,222,205)
#B4E4D9
(180,228,217)
#CAEAE5
(202,234,229)
#E0F0F1
(224,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04B479 color. Also use rgb(4,180,121) instead hex code.

Text Font Color

.myTextColor { color: #04B479; }

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

This text font color is #04B479.


Background Color

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

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

This div background color is #04B479.


Border color

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

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

This div border color is #04B479.


Opacity

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

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

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

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

This text has shadow with #04B479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04B479 on black background.


Color preview on white background

This text has color #04B479 on white background.



Black color preview on #04B479 background

This text has black color on #04B479 background.


White color preview on #04B479 background

This text has white color on #04B479 background.