COLOR #004727

HEX: #004727
RGB: (0,71,39)

Color info

#004727 contains only green and blue colors. Web safe color of #004727 is #003333 (or #033).

RGB color model

#004727 color RGB value is (0,71,39).

  • red value is 0;
  • green value is 71;
  • blue value is 39.
RGB:
(0,71,39)
(0%,28%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 39 of 255 = 15%

0
71
39

R + G + B ~ 14%. #004727 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 39 = 110 (100%)
R 0 of 110 ~ 0%
G 71 of 110 ~ 64.55%
B 39 of 110 ~ 35.45%

%64.55
%35.45

CMYK color model

#004727 color CMYK value is (100,0,45,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 72.16%
CMYK:
(100,0,45,72)
C100M0Y45K72 
(100%,0%,45%,72%)
(1.00/0.00/0.45/0.72)	

CMYK percentages

%100
%0
%45.07
%72.16

Codes

Color #004727 in popluar color models

004727
RGB07139
HSL153°100.00%13.92%
HSB/HSV153°100.00%27.84%
CMYK100.00%0.00%45.07%
72.16%

Color #004727 in popluar number systems.

HEX004727
Decimal07139
Binary01000111100111
Octal010747

Shades and tints

Shades of #004727

#004727
(0,71,39)
#004124
(0,65,36)
#003B21
(0,59,33)
#00351E
(0,53,30)
#002F1B
(0,47,27)
#002918
(0,41,24)
#002315
(0,35,21)
#001D12
(0,29,18)
#00170F
(0,23,15)
#00110C
(0,17,12)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #004727

#004727
(0,71,39)
#17573A
(23,87,58)
#2E674D
(46,103,77)
#457760
(69,119,96)
#5C8773
(92,135,115)
#739786
(115,151,134)
#8AA799
(138,167,153)
#A1B7AC
(161,183,172)
#B8C7BF
(184,199,191)
#CFD7D2
(207,215,210)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004727 color. Also use rgb(0,71,39) instead hex code.

Text Font Color

.myTextColor { color: #004727; }

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

This text font color is #004727.


Background Color

.myBgColor { background-color: #004727; }

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

This div background color is #004727.


Border color

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

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

This div border color is #004727.


Opacity

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

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

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

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

This text has shadow with #004727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004727 on black background.


Color preview on white background

This text has color #004727 on white background.



Black color preview on #004727 background

This text has black color on #004727 background.


White color preview on #004727 background

This text has white color on #004727 background.