COLOR #406258

HEX: #406258
RGB: (64,98,88)

Color info

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

RGB color model

#406258 color RGB value is (64,98,88).

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

RGB channels and saturation

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

64
98
88

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

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 88 = 250 (100%)
R 64 of 250 ~ 25.6%
G 98 of 250 ~ 39.2%
B 88 of 250 ~ 35.2%

%25.6
%39.2
%35.2

CMYK color model

#406258 color CMYK value is (35,0,10,62).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(35,0,10,62)
C35M0Y10K62 
(35%,0%,10%,62%)
(0.35/0.00/0.10/0.62)	

CMYK percentages

%34.69
%0
%10.2
%61.57

Codes

Color #406258 in popluar color models

406258
RGB649888
HSL162°20.99%31.76%
HSB/HSV162°34.69%38.43%
CMYK34.69%0.00%10.20%
61.57%

Color #406258 in popluar number systems.

HEX406258
Decimal649888
Binary100000011000101011000
Octal100142130

Shades and tints

Shades of #406258

#406258
(64,98,88)
#3B5A50
(59,90,80)
#365248
(54,82,72)
#314A40
(49,74,64)
#2C4238
(44,66,56)
#273A30
(39,58,48)
#223228
(34,50,40)
#1D2A20
(29,42,32)
#182218
(24,34,24)
#131A10
(19,26,16)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #406258

#406258
(64,98,88)
#517067
(81,112,103)
#627E76
(98,126,118)
#738C85
(115,140,133)
#849A94
(132,154,148)
#95A8A3
(149,168,163)
#A6B6B2
(166,182,178)
#B7C4C1
(183,196,193)
#C8D2D0
(200,210,208)
#D9E0DF
(217,224,223)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406258; }

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

This text font color is #406258.


Background Color

.myBgColor { background-color: #406258; }

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

This div background color is #406258.


Border color

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

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

This div border color is #406258.


Opacity

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

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

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

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

This text has shadow with #406258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406258 on black background.


Color preview on white background

This text has color #406258 on white background.



Black color preview on #406258 background

This text has black color on #406258 background.


White color preview on #406258 background

This text has white color on #406258 background.