COLOR #407323

HEX: #407323
RGB: (64,115,35)

Color info

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

RGB color model

#407323 color RGB value is (64,115,35).

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

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 35 of 255 = 14%

64
115
35

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

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 35 = 214 (100%)
R 64 of 214 ~ 29.91%
G 115 of 214 ~ 53.74%
B 35 of 214 ~ 16.36%

%29.91
%53.74
%16.36

CMYK color model

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

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • 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
%69.57
%54.9

Codes

Color #407323 in popluar color models

407323
RGB6411535
HSL98°53.33%29.41%
HSB/HSV98°69.57%45.10%
CMYK44.35%0.00%69.57%
54.90%

Color #407323 in popluar number systems.

HEX407323
Decimal6411535
Binary10000001110011100011
Octal10016343

Shades and tints

Shades of #407323

#407323
(64,115,35)
#3B6920
(59,105,32)
#365F1D
(54,95,29)
#31551A
(49,85,26)
#2C4B17
(44,75,23)
#274114
(39,65,20)
#223711
(34,55,17)
#1D2D0E
(29,45,14)
#18230B
(24,35,11)
#131908
(19,25,8)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #407323

#407323
(64,115,35)
#517F37
(81,127,55)
#628B4B
(98,139,75)
#73975F
(115,151,95)
#84A373
(132,163,115)
#95AF87
(149,175,135)
#A6BB9B
(166,187,155)
#B7C7AF
(183,199,175)
#C8D3C3
(200,211,195)
#D9DFD7
(217,223,215)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407323; }

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

This text font color is #407323.


Background Color

.myBgColor { background-color: #407323; }

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

This div background color is #407323.


Border color

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

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

This div border color is #407323.


Opacity

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

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

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

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

This text has shadow with #407323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407323 on black background.


Color preview on white background

This text has color #407323 on white background.



Black color preview on #407323 background

This text has black color on #407323 background.


White color preview on #407323 background

This text has white color on #407323 background.