COLOR #034221

HEX: #034221
RGB: (3,66,33)

Color info

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

RGB color model

#034221 color RGB value is (3,66,33).

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

RGB channels and saturation

R 3 of 255 = 1%
G 66 of 255 = 26%
B 33 of 255 = 13%

3
66
33

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

Portions of RGB colors in percentages

R + G + B =
3 + 66 + 33 = 102 (100%)
R 3 of 102 ~ 2.94%
G 66 of 102 ~ 64.71%
B 33 of 102 ~ 32.35%

%64.71
%32.35

CMYK color model

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

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(95,0,50,74)
C95M0Y50K74 
(95%,0%,50%,74%)
(0.95/0.00/0.50/0.74)	

CMYK percentages

%95.45
%0
%50
%74.12

Codes

Color #034221 in popluar color models

034221
RGB36633
HSL149°91.30%13.53%
HSB/HSV149°95.45%25.88%
CMYK95.45%0.00%50.00%
74.12%

Color #034221 in popluar number systems.

HEX034221
Decimal36633
Binary111000010100001
Octal310241

Shades and tints

Shades of #034221

#034221
(3,66,33)
#033C1E
(3,60,30)
#03361B
(3,54,27)
#033018
(3,48,24)
#032A15
(3,42,21)
#032412
(3,36,18)
#031E0F
(3,30,15)
#03180C
(3,24,12)
#031209
(3,18,9)
#030C06
(3,12,6)
#030603
(3,6,3)
#000000
(0,0,0)

Tints of #034221

#034221
(3,66,33)
#195335
(25,83,53)
#2F6449
(47,100,73)
#45755D
(69,117,93)
#5B8671
(91,134,113)
#719785
(113,151,133)
#87A899
(135,168,153)
#9DB9AD
(157,185,173)
#B3CAC1
(179,202,193)
#C9DBD5
(201,219,213)
#DFECE9
(223,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034221; }

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

This text font color is #034221.


Background Color

.myBgColor { background-color: #034221; }

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

This div background color is #034221.


Border color

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

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

This div border color is #034221.


Opacity

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

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

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

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

This text has shadow with #034221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034221 on black background.


Color preview on white background

This text has color #034221 on white background.



Black color preview on #034221 background

This text has black color on #034221 background.


White color preview on #034221 background

This text has white color on #034221 background.