COLOR #406848

HEX: #406848
RGB: (64,104,72)

Color info

#406848 contains red, green and blue colors in about the same proportion. Web safe color of #406848 is #336633 (or #363).

RGB color model

#406848 color RGB value is (64,104,72).

  • red value is 64;
  • green value is 104;
  • blue value is 72.
RGB:
(64,104,72)
(25%,41%,28%)

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 72 of 255 = 28%

64
104
72

R + G + B ~ 31%. #406848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 72 = 240 (100%)
R 64 of 240 ~ 26.67%
G 104 of 240 ~ 43.33%
B 72 of 240 ~ 30%

%26.67
%43.33
%30

CMYK color model

#406848 color CMYK value is (38,0,31,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 59.22%
CMYK:
(38,0,31,59)
C38M0Y31K59 
(38%,0%,31%,59%)
(0.38/0.00/0.31/0.59)	

CMYK percentages

%38.46
%0
%30.77
%59.22

Codes

Color #406848 in popluar color models

406848
RGB6410472
HSL132°23.81%32.94%
HSB/HSV132°38.46%40.78%
CMYK38.46%0.00%30.77%
59.22%

Color #406848 in popluar number systems.

HEX406848
Decimal6410472
Binary100000011010001001000
Octal100150110

Shades and tints

Shades of #406848

#406848
(64,104,72)
#3B5F42
(59,95,66)
#36563C
(54,86,60)
#314D36
(49,77,54)
#2C4430
(44,68,48)
#273B2A
(39,59,42)
#223224
(34,50,36)
#1D291E
(29,41,30)
#182018
(24,32,24)
#131712
(19,23,18)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #406848

#406848
(64,104,72)
#517558
(81,117,88)
#628268
(98,130,104)
#738F78
(115,143,120)
#849C88
(132,156,136)
#95A998
(149,169,152)
#A6B6A8
(166,182,168)
#B7C3B8
(183,195,184)
#C8D0C8
(200,208,200)
#D9DDD8
(217,221,216)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406848 color. Also use rgb(64,104,72) instead hex code.

Text Font Color

.myTextColor { color: #406848; }

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

This text font color is #406848.


Background Color

.myBgColor { background-color: #406848; }

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

This div background color is #406848.


Border color

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

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

This div border color is #406848.


Opacity

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

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

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

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

This text has shadow with #406848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406848 on black background.


Color preview on white background

This text has color #406848 on white background.



Black color preview on #406848 background

This text has black color on #406848 background.


White color preview on #406848 background

This text has white color on #406848 background.