COLOR #004830

HEX: #004830
RGB: (0,72,48)

Color info

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

RGB color model

#004830 color RGB value is (0,72,48).

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

RGB channels and saturation

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

0
72
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 72 + 48 = 120 (100%)
R 0 of 120 ~ 0%
G 72 of 120 ~ 60%
B 48 of 120 ~ 40%

%60
%40

CMYK color model

#004830 color CMYK value is (100,0,33,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(100,0,33,72)
C100M0Y33K72 
(100%,0%,33%,72%)
(1.00/0.00/0.33/0.72)	

CMYK percentages

%100
%0
%33.33
%71.76

Codes

Color #004830 in popluar color models

004830
RGB07248
HSL160°100.00%14.12%
HSB/HSV160°100.00%28.24%
CMYK100.00%0.00%33.33%
71.76%

Color #004830 in popluar number systems.

HEX004830
Decimal07248
Binary01001000110000
Octal011060

Shades and tints

Shades of #004830

#004830
(0,72,48)
#00422C
(0,66,44)
#003C28
(0,60,40)
#003624
(0,54,36)
#003020
(0,48,32)
#002A1C
(0,42,28)
#002418
(0,36,24)
#001E14
(0,30,20)
#001810
(0,24,16)
#00120C
(0,18,12)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #004830

#004830
(0,72,48)
#175842
(23,88,66)
#2E6854
(46,104,84)
#457866
(69,120,102)
#5C8878
(92,136,120)
#73988A
(115,152,138)
#8AA89C
(138,168,156)
#A1B8AE
(161,184,174)
#B8C8C0
(184,200,192)
#CFD8D2
(207,216,210)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004830; }

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

This text font color is #004830.


Background Color

.myBgColor { background-color: #004830; }

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

This div background color is #004830.


Border color

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

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

This div border color is #004830.


Opacity

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

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

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

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

This text has shadow with #004830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004830 on black background.


Color preview on white background

This text has color #004830 on white background.



Black color preview on #004830 background

This text has black color on #004830 background.


White color preview on #004830 background

This text has white color on #004830 background.