COLOR #004731

HEX: #004731
RGB: (0,71,49)

Color info

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

RGB color model

#004731 color RGB value is (0,71,49).

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

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 49 of 255 = 19%

0
71
49

R + G + B ~ 16%. #004731 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 49 = 120 (100%)
R 0 of 120 ~ 0%
G 71 of 120 ~ 59.17%
B 49 of 120 ~ 40.83%

%59.17
%40.83

CMYK color model

#004731 color CMYK value is (100,0,31,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(100,0,31,72)
C100M0Y31K72 
(100%,0%,31%,72%)
(1.00/0.00/0.31/0.72)	

CMYK percentages

%100
%0
%30.99
%72.16

Codes

Color #004731 in popluar color models

004731
RGB07149
HSL161°100.00%13.92%
HSB/HSV161°100.00%27.84%
CMYK100.00%0.00%30.99%
72.16%

Color #004731 in popluar number systems.

HEX004731
Decimal07149
Binary01000111110001
Octal010761

Shades and tints

Shades of #004731

#004731
(0,71,49)
#00412D
(0,65,45)
#003B29
(0,59,41)
#003525
(0,53,37)
#002F21
(0,47,33)
#00291D
(0,41,29)
#002319
(0,35,25)
#001D15
(0,29,21)
#001711
(0,23,17)
#00110D
(0,17,13)
#000B09
(0,11,9)
#000000
(0,0,0)

Tints of #004731

#004731
(0,71,49)
#175743
(23,87,67)
#2E6755
(46,103,85)
#457767
(69,119,103)
#5C8779
(92,135,121)
#73978B
(115,151,139)
#8AA79D
(138,167,157)
#A1B7AF
(161,183,175)
#B8C7C1
(184,199,193)
#CFD7D3
(207,215,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004731; }

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

This text font color is #004731.


Background Color

.myBgColor { background-color: #004731; }

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

This div background color is #004731.


Border color

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

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

This div border color is #004731.


Opacity

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

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

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

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

This text has shadow with #004731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004731 on black background.


Color preview on white background

This text has color #004731 on white background.



Black color preview on #004731 background

This text has black color on #004731 background.


White color preview on #004731 background

This text has white color on #004731 background.