COLOR #407371

HEX: #407371
RGB: (64,115,113)

Color info

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

RGB color model

#407371 color RGB value is (64,115,113).

  • red value is 64;
  • green value is 115;
  • blue value is 113.
RGB:
(64,115,113)
(25%,45%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 113 of 255 = 44%

64
115
113

R + G + B ~ 38%. #407371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 113 = 292 (100%)
R 64 of 292 ~ 21.92%
G 115 of 292 ~ 39.38%
B 113 of 292 ~ 38.7%

%21.92
%39.38
%38.7

CMYK color model

#407371 color CMYK value is (44,0,2,55).

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(44,0,2,55)
C44M0Y2K55 
(44%,0%,2%,55%)
(0.44/0.00/0.02/0.55)	

CMYK percentages

%44.35
%0
%1.74
%54.9

Codes

Color #407371 in popluar color models

407371
RGB64115113
HSL178°28.49%35.10%
HSB/HSV178°44.35%45.10%
CMYK44.35%0.00%1.74%
54.90%

Color #407371 in popluar number systems.

HEX407371
Decimal64115113
Binary100000011100111110001
Octal100163161

Shades and tints

Shades of #407371

#407371
(64,115,113)
#3B6967
(59,105,103)
#365F5D
(54,95,93)
#315553
(49,85,83)
#2C4B49
(44,75,73)
#27413F
(39,65,63)
#223735
(34,55,53)
#1D2D2B
(29,45,43)
#182321
(24,35,33)
#131917
(19,25,23)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #407371

#407371
(64,115,113)
#517F7D
(81,127,125)
#628B89
(98,139,137)
#739795
(115,151,149)
#84A3A1
(132,163,161)
#95AFAD
(149,175,173)
#A6BBB9
(166,187,185)
#B7C7C5
(183,199,197)
#C8D3D1
(200,211,209)
#D9DFDD
(217,223,221)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407371 color. Also use rgb(64,115,113) instead hex code.

Text Font Color

.myTextColor { color: #407371; }

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

This text font color is #407371.


Background Color

.myBgColor { background-color: #407371; }

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

This div background color is #407371.


Border color

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

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

This div border color is #407371.


Opacity

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

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

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

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

This text has shadow with #407371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407371 on black background.


Color preview on white background

This text has color #407371 on white background.



Black color preview on #407371 background

This text has black color on #407371 background.


White color preview on #407371 background

This text has white color on #407371 background.