COLOR #004330

HEX: #004330
RGB: (0,67,48)

Color info

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

RGB color model

#004330 color RGB value is (0,67,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 67 of 255 = 26%
B 48 of 255 = 19%

0
67
48

R + G + B ~ 15%. #004330 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 67 + 48 = 115 (100%)
R 0 of 115 ~ 0%
G 67 of 115 ~ 58.26%
B 48 of 115 ~ 41.74%

%58.26
%41.74

CMYK color model

#004330 color CMYK value is (100,0,28,74).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 73.73%
CMYK:
(100,0,28,74)
C100M0Y28K74 
(100%,0%,28%,74%)
(1.00/0.00/0.28/0.74)	

CMYK percentages

%100
%0
%28.36
%73.73

Codes

Color #004330 in popluar color models

004330
RGB06748
HSL163°100.00%13.14%
HSB/HSV163°100.00%26.27%
CMYK100.00%0.00%28.36%
73.73%

Color #004330 in popluar number systems.

HEX004330
Decimal06748
Binary01000011110000
Octal010360

Shades and tints

Shades of #004330

#004330
(0,67,48)
#003D2C
(0,61,44)
#003728
(0,55,40)
#003124
(0,49,36)
#002B20
(0,43,32)
#00251C
(0,37,28)
#001F18
(0,31,24)
#001914
(0,25,20)
#001310
(0,19,16)
#000D0C
(0,13,12)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #004330

#004330
(0,67,48)
#175442
(23,84,66)
#2E6554
(46,101,84)
#457666
(69,118,102)
#5C8778
(92,135,120)
#73988A
(115,152,138)
#8AA99C
(138,169,156)
#A1BAAE
(161,186,174)
#B8CBC0
(184,203,192)
#CFDCD2
(207,220,210)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004330; }

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

This text font color is #004330.


Background Color

.myBgColor { background-color: #004330; }

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

This div background color is #004330.


Border color

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

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

This div border color is #004330.


Opacity

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

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

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

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

This text has shadow with #004330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004330 on black background.


Color preview on white background

This text has color #004330 on white background.



Black color preview on #004330 background

This text has black color on #004330 background.


White color preview on #004330 background

This text has white color on #004330 background.