COLOR #406761

HEX: #406761
RGB: (64,103,97)

Color info

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

RGB color model

#406761 color RGB value is (64,103,97).

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

RGB channels and saturation

R 64 of 255 = 25%
G 103 of 255 = 40%
B 97 of 255 = 38%

64
103
97

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

Portions of RGB colors in percentages

R + G + B =
64 + 103 + 97 = 264 (100%)
R 64 of 264 ~ 24.24%
G 103 of 264 ~ 39.02%
B 97 of 264 ~ 36.74%

%24.24
%39.02
%36.74

CMYK color model

#406761 color CMYK value is (38,0,6,60).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(38,0,6,60)
C38M0Y6K60 
(38%,0%,6%,60%)
(0.38/0.00/0.06/0.60)	

CMYK percentages

%37.86
%0
%5.83
%59.61

Codes

Color #406761 in popluar color models

406761
RGB6410397
HSL171°23.35%32.75%
HSB/HSV171°37.86%40.39%
CMYK37.86%0.00%5.83%
59.61%

Color #406761 in popluar number systems.

HEX406761
Decimal6410397
Binary100000011001111100001
Octal100147141

Shades and tints

Shades of #406761

#406761
(64,103,97)
#3B5E59
(59,94,89)
#365551
(54,85,81)
#314C49
(49,76,73)
#2C4341
(44,67,65)
#273A39
(39,58,57)
#223131
(34,49,49)
#1D2829
(29,40,41)
#181F21
(24,31,33)
#131619
(19,22,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #406761

#406761
(64,103,97)
#51746F
(81,116,111)
#62817D
(98,129,125)
#738E8B
(115,142,139)
#849B99
(132,155,153)
#95A8A7
(149,168,167)
#A6B5B5
(166,181,181)
#B7C2C3
(183,194,195)
#C8CFD1
(200,207,209)
#D9DCDF
(217,220,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406761; }

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

This text font color is #406761.


Background Color

.myBgColor { background-color: #406761; }

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

This div background color is #406761.


Border color

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

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

This div border color is #406761.


Opacity

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

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

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

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

This text has shadow with #406761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406761 on black background.


Color preview on white background

This text has color #406761 on white background.



Black color preview on #406761 background

This text has black color on #406761 background.


White color preview on #406761 background

This text has white color on #406761 background.