COLOR #407B54

HEX: #407B54
RGB: (64,123,84)

Color info

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

RGB color model

#407B54 color RGB value is (64,123,84).

  • red value is 64;
  • green value is 123;
  • blue value is 84.
RGB:
(64,123,84)
(25%,48%,33%)

RGB channels and saturation

R 64 of 255 = 25%
G 123 of 255 = 48%
B 84 of 255 = 33%

64
123
84

R + G + B ~ 35%. #407B54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 123 + 84 = 271 (100%)
R 64 of 271 ~ 23.62%
G 123 of 271 ~ 45.39%
B 84 of 271 ~ 31%

%23.62
%45.39
%31

CMYK color model

#407B54 color CMYK value is (48,0,32,52).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 51.76%
CMYK:
(48,0,32,52)
C48M0Y32K52 
(48%,0%,32%,52%)
(0.48/0.00/0.32/0.52)	

CMYK percentages

%47.97
%0
%31.71
%51.76

Codes

Color #407B54 in popluar color models

407B54
RGB6412384
HSL140°31.55%36.67%
HSB/HSV140°47.97%48.24%
CMYK47.97%0.00%31.71%
51.76%

Color #407B54 in popluar number systems.

HEX407B54
Decimal6412384
Binary100000011110111010100
Octal100173124

Shades and tints

Shades of #407B54

#407B54
(64,123,84)
#3B704D
(59,112,77)
#366546
(54,101,70)
#315A3F
(49,90,63)
#2C4F38
(44,79,56)
#274431
(39,68,49)
#22392A
(34,57,42)
#1D2E23
(29,46,35)
#18231C
(24,35,28)
#131815
(19,24,21)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #407B54

#407B54
(64,123,84)
#518763
(81,135,99)
#629372
(98,147,114)
#739F81
(115,159,129)
#84AB90
(132,171,144)
#95B79F
(149,183,159)
#A6C3AE
(166,195,174)
#B7CFBD
(183,207,189)
#C8DBCC
(200,219,204)
#D9E7DB
(217,231,219)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407B54 color. Also use rgb(64,123,84) instead hex code.

Text Font Color

.myTextColor { color: #407B54; }

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

This text font color is #407B54.


Background Color

.myBgColor { background-color: #407B54; }

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

This div background color is #407B54.


Border color

.myBorderColor { border: 1px solid #407B54; }

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

This div border color is #407B54.


Opacity

.myOpacity80 { color: #407B54; opacity: 0.8; }

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

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

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

This text has shadow with #407B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407B54 on black background.


Color preview on white background

This text has color #407B54 on white background.



Black color preview on #407B54 background

This text has black color on #407B54 background.


White color preview on #407B54 background

This text has white color on #407B54 background.