COLOR #004122

HEX: #004122
RGB: (0,65,34)

Color info

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

RGB color model

#004122 color RGB value is (0,65,34).

  • red value is 0;
  • green value is 65;
  • blue value is 34.
RGB:
(0,65,34)
(0%,25%,13%)

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 34 of 255 = 13%

0
65
34

R + G + B ~ 13%. #004122 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 65 + 34 = 99 (100%)
R 0 of 99 ~ 0%
G 65 of 99 ~ 65.66%
B 34 of 99 ~ 34.34%

%65.66
%34.34

CMYK color model

#004122 color CMYK value is (100,0,48,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.69%
  • key color value is 74.51%
CMYK:
(100,0,48,75)
C100M0Y48K75 
(100%,0%,48%,75%)
(1.00/0.00/0.48/0.75)	

CMYK percentages

%100
%0
%47.69
%74.51

Codes

Color #004122 in popluar color models

004122
RGB06534
HSL151°100.00%12.75%
HSB/HSV151°100.00%25.49%
CMYK100.00%0.00%47.69%
74.51%

Color #004122 in popluar number systems.

HEX004122
Decimal06534
Binary01000001100010
Octal010142

Shades and tints

Shades of #004122

#004122
(0,65,34)
#003C1F
(0,60,31)
#00371C
(0,55,28)
#003219
(0,50,25)
#002D16
(0,45,22)
#002813
(0,40,19)
#002310
(0,35,16)
#001E0D
(0,30,13)
#00190A
(0,25,10)
#001407
(0,20,7)
#000F04
(0,15,4)
#000000
(0,0,0)

Tints of #004122

#004122
(0,65,34)
#175236
(23,82,54)
#2E634A
(46,99,74)
#45745E
(69,116,94)
#5C8572
(92,133,114)
#739686
(115,150,134)
#8AA79A
(138,167,154)
#A1B8AE
(161,184,174)
#B8C9C2
(184,201,194)
#CFDAD6
(207,218,214)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004122 color. Also use rgb(0,65,34) instead hex code.

Text Font Color

.myTextColor { color: #004122; }

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

This text font color is #004122.


Background Color

.myBgColor { background-color: #004122; }

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

This div background color is #004122.


Border color

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

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

This div border color is #004122.


Opacity

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

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

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

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

This text has shadow with #004122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004122 on black background.


Color preview on white background

This text has color #004122 on white background.



Black color preview on #004122 background

This text has black color on #004122 background.


White color preview on #004122 background

This text has white color on #004122 background.