COLOR #407353

HEX: #407353
RGB: (64,115,83)

Color info

#407353 contains red, green and blue colors in about the same proportion. Web safe color of #407353 is #336666 (or #366).

RGB color model

#407353 color RGB value is (64,115,83).

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

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 83 of 255 = 33%

64
115
83

R + G + B ~ 34%. #407353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 83 = 262 (100%)
R 64 of 262 ~ 24.43%
G 115 of 262 ~ 43.89%
B 83 of 262 ~ 31.68%

%24.43
%43.89
%31.68

CMYK color model

#407353 color CMYK value is (44,0,28,55).

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(44,0,28,55)
C44M0Y28K55 
(44%,0%,28%,55%)
(0.44/0.00/0.28/0.55)	

CMYK percentages

%44.35
%0
%27.83
%54.9

Codes

Color #407353 in popluar color models

407353
RGB6411583
HSL142°28.49%35.10%
HSB/HSV142°44.35%45.10%
CMYK44.35%0.00%27.83%
54.90%

Color #407353 in popluar number systems.

HEX407353
Decimal6411583
Binary100000011100111010011
Octal100163123

Shades and tints

Shades of #407353

#407353
(64,115,83)
#3B694C
(59,105,76)
#365F45
(54,95,69)
#31553E
(49,85,62)
#2C4B37
(44,75,55)
#274130
(39,65,48)
#223729
(34,55,41)
#1D2D22
(29,45,34)
#18231B
(24,35,27)
#131914
(19,25,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #407353

#407353
(64,115,83)
#517F62
(81,127,98)
#628B71
(98,139,113)
#739780
(115,151,128)
#84A38F
(132,163,143)
#95AF9E
(149,175,158)
#A6BBAD
(166,187,173)
#B7C7BC
(183,199,188)
#C8D3CB
(200,211,203)
#D9DFDA
(217,223,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407353; }

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

This text font color is #407353.


Background Color

.myBgColor { background-color: #407353; }

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

This div background color is #407353.


Border color

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

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

This div border color is #407353.


Opacity

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

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

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

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

This text has shadow with #407353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407353 on black background.


Color preview on white background

This text has color #407353 on white background.



Black color preview on #407353 background

This text has black color on #407353 background.


White color preview on #407353 background

This text has white color on #407353 background.