COLOR #407765

HEX: #407765
RGB: (64,119,101)

Color info

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

RGB color model

#407765 color RGB value is (64,119,101).

  • red value is 64;
  • green value is 119;
  • blue value is 101.
RGB:
(64,119,101)
(25%,47%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 101 of 255 = 40%

64
119
101

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

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 101 = 284 (100%)
R 64 of 284 ~ 22.54%
G 119 of 284 ~ 41.9%
B 101 of 284 ~ 35.56%

%22.54
%41.9
%35.56

CMYK color model

#407765 color CMYK value is (46,0,15,53).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(46,0,15,53)
C46M0Y15K53 
(46%,0%,15%,53%)
(0.46/0.00/0.15/0.53)	

CMYK percentages

%46.22
%0
%15.13
%53.33

Codes

Color #407765 in popluar color models

407765
RGB64119101
HSL160°30.05%35.88%
HSB/HSV160°46.22%46.67%
CMYK46.22%0.00%15.13%
53.33%

Color #407765 in popluar number systems.

HEX407765
Decimal64119101
Binary100000011101111100101
Octal100167145

Shades and tints

Shades of #407765

#407765
(64,119,101)
#3B6D5C
(59,109,92)
#366353
(54,99,83)
#31594A
(49,89,74)
#2C4F41
(44,79,65)
#274538
(39,69,56)
#223B2F
(34,59,47)
#1D3126
(29,49,38)
#18271D
(24,39,29)
#131D14
(19,29,20)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #407765

#407765
(64,119,101)
#518373
(81,131,115)
#628F81
(98,143,129)
#739B8F
(115,155,143)
#84A79D
(132,167,157)
#95B3AB
(149,179,171)
#A6BFB9
(166,191,185)
#B7CBC7
(183,203,199)
#C8D7D5
(200,215,213)
#D9E3E3
(217,227,227)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407765 color. Also use rgb(64,119,101) instead hex code.

Text Font Color

.myTextColor { color: #407765; }

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

This text font color is #407765.


Background Color

.myBgColor { background-color: #407765; }

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

This div background color is #407765.


Border color

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

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

This div border color is #407765.


Opacity

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

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

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

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

This text has shadow with #407765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407765 on black background.


Color preview on white background

This text has color #407765 on white background.



Black color preview on #407765 background

This text has black color on #407765 background.


White color preview on #407765 background

This text has white color on #407765 background.