COLOR #406158

HEX: #406158
RGB: (64,97,88)

Color info

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

RGB color model

#406158 color RGB value is (64,97,88).

  • red value is 64;
  • green value is 97;
  • blue value is 88.
RGB:
(64,97,88)
(25%,38%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 88 of 255 = 35%

64
97
88

R + G + B ~ 33%. #406158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 88 = 249 (100%)
R 64 of 249 ~ 25.7%
G 97 of 249 ~ 38.96%
B 88 of 249 ~ 35.34%

%25.7
%38.96
%35.34

CMYK color model

#406158 color CMYK value is (34,0,9,62).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(34,0,9,62)
C34M0Y9K62 
(34%,0%,9%,62%)
(0.34/0.00/0.09/0.62)	

CMYK percentages

%34.02
%0
%9.28
%61.96

Codes

Color #406158 in popluar color models

406158
RGB649788
HSL164°20.50%31.57%
HSB/HSV164°34.02%38.04%
CMYK34.02%0.00%9.28%
61.96%

Color #406158 in popluar number systems.

HEX406158
Decimal649788
Binary100000011000011011000
Octal100141130

Shades and tints

Shades of #406158

#406158
(64,97,88)
#3B5950
(59,89,80)
#365148
(54,81,72)
#314940
(49,73,64)
#2C4138
(44,65,56)
#273930
(39,57,48)
#223128
(34,49,40)
#1D2920
(29,41,32)
#182118
(24,33,24)
#131910
(19,25,16)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #406158

#406158
(64,97,88)
#516F67
(81,111,103)
#627D76
(98,125,118)
#738B85
(115,139,133)
#849994
(132,153,148)
#95A7A3
(149,167,163)
#A6B5B2
(166,181,178)
#B7C3C1
(183,195,193)
#C8D1D0
(200,209,208)
#D9DFDF
(217,223,223)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406158 color. Also use rgb(64,97,88) instead hex code.

Text Font Color

.myTextColor { color: #406158; }

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

This text font color is #406158.


Background Color

.myBgColor { background-color: #406158; }

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

This div background color is #406158.


Border color

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

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

This div border color is #406158.


Opacity

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

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

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

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

This text has shadow with #406158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406158 on black background.


Color preview on white background

This text has color #406158 on white background.



Black color preview on #406158 background

This text has black color on #406158 background.


White color preview on #406158 background

This text has white color on #406158 background.