COLOR #004726

HEX: #004726
RGB: (0,71,38)

Color info

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

RGB color model

#004726 color RGB value is (0,71,38).

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

RGB channels and saturation

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

0
71
38

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

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 38 = 109 (100%)
R 0 of 109 ~ 0%
G 71 of 109 ~ 65.14%
B 38 of 109 ~ 34.86%

%65.14
%34.86

CMYK color model

#004726 color CMYK value is (100,0,46,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(100,0,46,72)
C100M0Y46K72 
(100%,0%,46%,72%)
(1.00/0.00/0.46/0.72)	

CMYK percentages

%100
%0
%46.48
%72.16

Codes

Color #004726 in popluar color models

004726
RGB07138
HSL152°100.00%13.92%
HSB/HSV152°100.00%27.84%
CMYK100.00%0.00%46.48%
72.16%

Color #004726 in popluar number systems.

HEX004726
Decimal07138
Binary01000111100110
Octal010746

Shades and tints

Shades of #004726

#004726
(0,71,38)
#004123
(0,65,35)
#003B20
(0,59,32)
#00351D
(0,53,29)
#002F1A
(0,47,26)
#002917
(0,41,23)
#002314
(0,35,20)
#001D11
(0,29,17)
#00170E
(0,23,14)
#00110B
(0,17,11)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #004726

#004726
(0,71,38)
#175739
(23,87,57)
#2E674C
(46,103,76)
#45775F
(69,119,95)
#5C8772
(92,135,114)
#739785
(115,151,133)
#8AA798
(138,167,152)
#A1B7AB
(161,183,171)
#B8C7BE
(184,199,190)
#CFD7D1
(207,215,209)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004726; }

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

This text font color is #004726.


Background Color

.myBgColor { background-color: #004726; }

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

This div background color is #004726.


Border color

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

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

This div border color is #004726.


Opacity

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

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

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

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

This text has shadow with #004726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004726 on black background.


Color preview on white background

This text has color #004726 on white background.



Black color preview on #004726 background

This text has black color on #004726 background.


White color preview on #004726 background

This text has white color on #004726 background.