COLOR #407322

HEX: #407322
RGB: (64,115,34)

Color info

#407322 contains mainly red and green colors. Web safe color of #407322 is #336633 (or #363).

RGB color model

#407322 color RGB value is (64,115,34).

  • red value is 64;
  • green value is 115;
  • blue value is 34.
RGB:
(64,115,34)
(25%,45%,13%)

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 34 of 255 = 13%

64
115
34

R + G + B ~ 28%. #407322 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 34 = 213 (100%)
R 64 of 213 ~ 30.05%
G 115 of 213 ~ 53.99%
B 34 of 213 ~ 15.96%

%30.05
%53.99
%15.96

CMYK color model

#407322 color CMYK value is (44,0,70,55).

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 70.43%
  • key color value is 54.90%
CMYK:
(44,0,70,55)
C44M0Y70K55 
(44%,0%,70%,55%)
(0.44/0.00/0.70/0.55)	

CMYK percentages

%44.35
%0
%70.43
%54.9

Codes

Color #407322 in popluar color models

407322
RGB6411534
HSL98°54.36%29.22%
HSB/HSV98°70.43%45.10%
CMYK44.35%0.00%70.43%
54.90%

Color #407322 in popluar number systems.

HEX407322
Decimal6411534
Binary10000001110011100010
Octal10016342

Shades and tints

Shades of #407322

#407322
(64,115,34)
#3B691F
(59,105,31)
#365F1C
(54,95,28)
#315519
(49,85,25)
#2C4B16
(44,75,22)
#274113
(39,65,19)
#223710
(34,55,16)
#1D2D0D
(29,45,13)
#18230A
(24,35,10)
#131907
(19,25,7)
#0E0F04
(14,15,4)
#000000
(0,0,0)

Tints of #407322

#407322
(64,115,34)
#517F36
(81,127,54)
#628B4A
(98,139,74)
#73975E
(115,151,94)
#84A372
(132,163,114)
#95AF86
(149,175,134)
#A6BB9A
(166,187,154)
#B7C7AE
(183,199,174)
#C8D3C2
(200,211,194)
#D9DFD6
(217,223,214)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407322 color. Also use rgb(64,115,34) instead hex code.

Text Font Color

.myTextColor { color: #407322; }

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

This text font color is #407322.


Background Color

.myBgColor { background-color: #407322; }

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

This div background color is #407322.


Border color

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

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

This div border color is #407322.


Opacity

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

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

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

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

This text has shadow with #407322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407322 on black background.


Color preview on white background

This text has color #407322 on white background.



Black color preview on #407322 background

This text has black color on #407322 background.


White color preview on #407322 background

This text has white color on #407322 background.