COLOR #407267

HEX: #407267
RGB: (64,114,103)

Color info

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

RGB color model

#407267 color RGB value is (64,114,103).

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

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 103 of 255 = 40%

64
114
103

R + G + B ~ 37%. #407267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 103 = 281 (100%)
R 64 of 281 ~ 22.78%
G 114 of 281 ~ 40.57%
B 103 of 281 ~ 36.65%

%22.78
%40.57
%36.65

CMYK color model

#407267 color CMYK value is (44,0,10,55).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 55.29%
CMYK:
(44,0,10,55)
C44M0Y10K55 
(44%,0%,10%,55%)
(0.44/0.00/0.10/0.55)	

CMYK percentages

%43.86
%0
%9.65
%55.29

Codes

Color #407267 in popluar color models

407267
RGB64114103
HSL167°28.09%34.90%
HSB/HSV167°43.86%44.71%
CMYK43.86%0.00%9.65%
55.29%

Color #407267 in popluar number systems.

HEX407267
Decimal64114103
Binary100000011100101100111
Octal100162147

Shades and tints

Shades of #407267

#407267
(64,114,103)
#3B685E
(59,104,94)
#365E55
(54,94,85)
#31544C
(49,84,76)
#2C4A43
(44,74,67)
#27403A
(39,64,58)
#223631
(34,54,49)
#1D2C28
(29,44,40)
#18221F
(24,34,31)
#131816
(19,24,22)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #407267

#407267
(64,114,103)
#517E74
(81,126,116)
#628A81
(98,138,129)
#73968E
(115,150,142)
#84A29B
(132,162,155)
#95AEA8
(149,174,168)
#A6BAB5
(166,186,181)
#B7C6C2
(183,198,194)
#C8D2CF
(200,210,207)
#D9DEDC
(217,222,220)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407267; }

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

This text font color is #407267.


Background Color

.myBgColor { background-color: #407267; }

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

This div background color is #407267.


Border color

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

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

This div border color is #407267.


Opacity

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

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

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

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

This text has shadow with #407267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407267 on black background.


Color preview on white background

This text has color #407267 on white background.



Black color preview on #407267 background

This text has black color on #407267 background.


White color preview on #407267 background

This text has white color on #407267 background.