COLOR #034211

HEX: #034211
RGB: (3,66,17)

Color info

#034211 contains mainly green and blue colors. Web safe color of #034211 is #003300 (or #030).

RGB color model

#034211 color RGB value is (3,66,17).

  • red value is 3;
  • green value is 66;
  • blue value is 17.
RGB:
(3,66,17)
(1%,26%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 66 of 255 = 26%
B 17 of 255 = 7%

3
66
17

R + G + B ~ 11%. #034211 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 66 + 17 = 86 (100%)
R 3 of 86 ~ 3.49%
G 66 of 86 ~ 76.74%
B 17 of 86 ~ 19.77%

%76.74
%19.77

CMYK color model

#034211 color CMYK value is (95,0,74,74).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK:
(95,0,74,74)
C95M0Y74K74 
(95%,0%,74%,74%)
(0.95/0.00/0.74/0.74)	

CMYK percentages

%95.45
%0
%74.24
%74.12

Codes

Color #034211 in popluar color models

034211
RGB36617
HSL133°91.30%13.53%
HSB/HSV133°95.45%25.88%
CMYK95.45%0.00%74.24%
74.12%

Color #034211 in popluar number systems.

HEX034211
Decimal36617
Binary11100001010001
Octal310221

Shades and tints

Shades of #034211

#034211
(3,66,17)
#033C10
(3,60,16)
#03360F
(3,54,15)
#03300E
(3,48,14)
#032A0D
(3,42,13)
#03240C
(3,36,12)
#031E0B
(3,30,11)
#03180A
(3,24,10)
#031209
(3,18,9)
#030C08
(3,12,8)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #034211

#034211
(3,66,17)
#195326
(25,83,38)
#2F643B
(47,100,59)
#457550
(69,117,80)
#5B8665
(91,134,101)
#71977A
(113,151,122)
#87A88F
(135,168,143)
#9DB9A4
(157,185,164)
#B3CAB9
(179,202,185)
#C9DBCE
(201,219,206)
#DFECE3
(223,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034211 color. Also use rgb(3,66,17) instead hex code.

Text Font Color

.myTextColor { color: #034211; }

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

This text font color is #034211.


Background Color

.myBgColor { background-color: #034211; }

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

This div background color is #034211.


Border color

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

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

This div border color is #034211.


Opacity

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

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

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

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

This text has shadow with #034211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034211 on black background.


Color preview on white background

This text has color #034211 on white background.



Black color preview on #034211 background

This text has black color on #034211 background.


White color preview on #034211 background

This text has white color on #034211 background.