COLOR #004E34

HEX: #004E34
RGB: (0,78,52)

Color info

#004E34 contains only green and blue colors. Web safe color of #004E34 is #006633 (or #063).

RGB color model

#004E34 color RGB value is (0,78,52).

  • red value is 0;
  • green value is 78;
  • blue value is 52.
RGB:
(0,78,52)
(0%,31%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 52 of 255 = 20%

0
78
52

R + G + B ~ 17%. #004E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 52 = 130 (100%)
R 0 of 130 ~ 0%
G 78 of 130 ~ 60%
B 52 of 130 ~ 40%

%60
%40

CMYK color model

#004E34 color CMYK value is (100,0,33,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 69.41%
CMYK:
(100,0,33,69)
C100M0Y33K69 
(100%,0%,33%,69%)
(1.00/0.00/0.33/0.69)	

CMYK percentages

%100
%0
%33.33
%69.41

Codes

Color #004E34 in popluar color models

004E34
RGB07852
HSL160°100.00%15.29%
HSB/HSV160°100.00%30.59%
CMYK100.00%0.00%33.33%
69.41%

Color #004E34 in popluar number systems.

HEX004E34
Decimal07852
Binary01001110110100
Octal011664

Shades and tints

Shades of #004E34

#004E34
(0,78,52)
#004730
(0,71,48)
#00402C
(0,64,44)
#003928
(0,57,40)
#003224
(0,50,36)
#002B20
(0,43,32)
#00241C
(0,36,28)
#001D18
(0,29,24)
#001614
(0,22,20)
#000F10
(0,15,16)
#00080C
(0,8,12)
#000000
(0,0,0)

Tints of #004E34

#004E34
(0,78,52)
#175E46
(23,94,70)
#2E6E58
(46,110,88)
#457E6A
(69,126,106)
#5C8E7C
(92,142,124)
#739E8E
(115,158,142)
#8AAEA0
(138,174,160)
#A1BEB2
(161,190,178)
#B8CEC4
(184,206,196)
#CFDED6
(207,222,214)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004E34 color. Also use rgb(0,78,52) instead hex code.

Text Font Color

.myTextColor { color: #004E34; }

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

This text font color is #004E34.


Background Color

.myBgColor { background-color: #004E34; }

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

This div background color is #004E34.


Border color

.myBorderColor { border: 1px solid #004E34; }

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

This div border color is #004E34.


Opacity

.myOpacity80 { color: #004E34; opacity: 0.8; }

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

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

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

This text has shadow with #004E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E34 on black background.


Color preview on white background

This text has color #004E34 on white background.



Black color preview on #004E34 background

This text has black color on #004E34 background.


White color preview on #004E34 background

This text has white color on #004E34 background.