COLOR #407471

HEX: #407471
RGB: (64,116,113)

Color info

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

RGB color model

#407471 color RGB value is (64,116,113).

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

RGB channels and saturation

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

64
116
113

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

Portions of RGB colors in percentages

R + G + B =
64 + 116 + 113 = 293 (100%)
R 64 of 293 ~ 21.84%
G 116 of 293 ~ 39.59%
B 113 of 293 ~ 38.57%

%21.84
%39.59
%38.57

CMYK color model

#407471 color CMYK value is (45,0,3,55).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(45,0,3,55)
C45M0Y3K55 
(45%,0%,3%,55%)
(0.45/0.00/0.03/0.55)	

CMYK percentages

%44.83
%0
%2.59
%54.51

Codes

Color #407471 in popluar color models

407471
RGB64116113
HSL177°28.89%35.29%
HSB/HSV177°44.83%45.49%
CMYK44.83%0.00%2.59%
54.51%

Color #407471 in popluar number systems.

HEX407471
Decimal64116113
Binary100000011101001110001
Octal100164161

Shades and tints

Shades of #407471

#407471
(64,116,113)
#3B6A67
(59,106,103)
#36605D
(54,96,93)
#315653
(49,86,83)
#2C4C49
(44,76,73)
#27423F
(39,66,63)
#223835
(34,56,53)
#1D2E2B
(29,46,43)
#182421
(24,36,33)
#131A17
(19,26,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #407471

#407471
(64,116,113)
#51807D
(81,128,125)
#628C89
(98,140,137)
#739895
(115,152,149)
#84A4A1
(132,164,161)
#95B0AD
(149,176,173)
#A6BCB9
(166,188,185)
#B7C8C5
(183,200,197)
#C8D4D1
(200,212,209)
#D9E0DD
(217,224,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407471; }

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

This text font color is #407471.


Background Color

.myBgColor { background-color: #407471; }

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

This div background color is #407471.


Border color

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

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

This div border color is #407471.


Opacity

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

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

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

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

This text has shadow with #407471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407471 on black background.


Color preview on white background

This text has color #407471 on white background.



Black color preview on #407471 background

This text has black color on #407471 background.


White color preview on #407471 background

This text has white color on #407471 background.