COLOR #407551

HEX: #407551
RGB: (64,117,81)

Color info

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

RGB color model

#407551 color RGB value is (64,117,81).

  • red value is 64;
  • green value is 117;
  • blue value is 81.
RGB:
(64,117,81)
(25%,46%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 81 of 255 = 32%

64
117
81

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

Portions of RGB colors in percentages

R + G + B =
64 + 117 + 81 = 262 (100%)
R 64 of 262 ~ 24.43%
G 117 of 262 ~ 44.66%
B 81 of 262 ~ 30.92%

%24.43
%44.66
%30.92

CMYK color model

#407551 color CMYK value is (45,0,31,54).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(45,0,31,54)
C45M0Y31K54 
(45%,0%,31%,54%)
(0.45/0.00/0.31/0.54)	

CMYK percentages

%45.3
%0
%30.77
%54.12

Codes

Color #407551 in popluar color models

407551
RGB6411781
HSL139°29.28%35.49%
HSB/HSV139°45.30%45.88%
CMYK45.30%0.00%30.77%
54.12%

Color #407551 in popluar number systems.

HEX407551
Decimal6411781
Binary100000011101011010001
Octal100165121

Shades and tints

Shades of #407551

#407551
(64,117,81)
#3B6B4A
(59,107,74)
#366143
(54,97,67)
#31573C
(49,87,60)
#2C4D35
(44,77,53)
#27432E
(39,67,46)
#223927
(34,57,39)
#1D2F20
(29,47,32)
#182519
(24,37,25)
#131B12
(19,27,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #407551

#407551
(64,117,81)
#518160
(81,129,96)
#628D6F
(98,141,111)
#73997E
(115,153,126)
#84A58D
(132,165,141)
#95B19C
(149,177,156)
#A6BDAB
(166,189,171)
#B7C9BA
(183,201,186)
#C8D5C9
(200,213,201)
#D9E1D8
(217,225,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407551 color. Also use rgb(64,117,81) instead hex code.

Text Font Color

.myTextColor { color: #407551; }

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

This text font color is #407551.


Background Color

.myBgColor { background-color: #407551; }

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

This div background color is #407551.


Border color

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

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

This div border color is #407551.


Opacity

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

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

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

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

This text has shadow with #407551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407551 on black background.


Color preview on white background

This text has color #407551 on white background.



Black color preview on #407551 background

This text has black color on #407551 background.


White color preview on #407551 background

This text has white color on #407551 background.