COLOR #004730

HEX: #004730
RGB: (0,71,48)

Color info

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

RGB color model

#004730 color RGB value is (0,71,48).

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

RGB channels and saturation

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

0
71
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 48 = 119 (100%)
R 0 of 119 ~ 0%
G 71 of 119 ~ 59.66%
B 48 of 119 ~ 40.34%

%59.66
%40.34

CMYK color model

#004730 color CMYK value is (100,0,32,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 72.16%
CMYK:
(100,0,32,72)
C100M0Y32K72 
(100%,0%,32%,72%)
(1.00/0.00/0.32/0.72)	

CMYK percentages

%100
%0
%32.39
%72.16

Codes

Color #004730 in popluar color models

004730
RGB07148
HSL161°100.00%13.92%
HSB/HSV161°100.00%27.84%
CMYK100.00%0.00%32.39%
72.16%

Color #004730 in popluar number systems.

HEX004730
Decimal07148
Binary01000111110000
Octal010760

Shades and tints

Shades of #004730

#004730
(0,71,48)
#00412C
(0,65,44)
#003B28
(0,59,40)
#003524
(0,53,36)
#002F20
(0,47,32)
#00291C
(0,41,28)
#002318
(0,35,24)
#001D14
(0,29,20)
#001710
(0,23,16)
#00110C
(0,17,12)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #004730

#004730
(0,71,48)
#175742
(23,87,66)
#2E6754
(46,103,84)
#457766
(69,119,102)
#5C8778
(92,135,120)
#73978A
(115,151,138)
#8AA79C
(138,167,156)
#A1B7AE
(161,183,174)
#B8C7C0
(184,199,192)
#CFD7D2
(207,215,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004730; }

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

This text font color is #004730.


Background Color

.myBgColor { background-color: #004730; }

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

This div background color is #004730.


Border color

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

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

This div border color is #004730.


Opacity

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

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

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

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

This text has shadow with #004730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004730 on black background.


Color preview on white background

This text has color #004730 on white background.



Black color preview on #004730 background

This text has black color on #004730 background.


White color preview on #004730 background

This text has white color on #004730 background.