COLOR #40775C

HEX: #40775C
RGB: (64,119,92)

Color info

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

RGB color model

#40775C color RGB value is (64,119,92).

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

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 92 of 255 = 36%

64
119
92

R + G + B ~ 36%. #40775C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 92 = 275 (100%)
R 64 of 275 ~ 23.27%
G 119 of 275 ~ 43.27%
B 92 of 275 ~ 33.45%

%23.27
%43.27
%33.45

CMYK color model

#40775C color CMYK value is (46,0,23,53).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(46,0,23,53)
C46M0Y23K53 
(46%,0%,23%,53%)
(0.46/0.00/0.23/0.53)	

CMYK percentages

%46.22
%0
%22.69
%53.33

Codes

Color #40775C in popluar color models

40775C
RGB6411992
HSL151°30.05%35.88%
HSB/HSV151°46.22%46.67%
CMYK46.22%0.00%22.69%
53.33%

Color #40775C in popluar number systems.

HEX40775C
Decimal6411992
Binary100000011101111011100
Octal100167134

Shades and tints

Shades of #40775C

#40775C
(64,119,92)
#3B6D54
(59,109,84)
#36634C
(54,99,76)
#315944
(49,89,68)
#2C4F3C
(44,79,60)
#274534
(39,69,52)
#223B2C
(34,59,44)
#1D3124
(29,49,36)
#18271C
(24,39,28)
#131D14
(19,29,20)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #40775C

#40775C
(64,119,92)
#51836A
(81,131,106)
#628F78
(98,143,120)
#739B86
(115,155,134)
#84A794
(132,167,148)
#95B3A2
(149,179,162)
#A6BFB0
(166,191,176)
#B7CBBE
(183,203,190)
#C8D7CC
(200,215,204)
#D9E3DA
(217,227,218)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40775C; }

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

This text font color is #40775C.


Background Color

.myBgColor { background-color: #40775C; }

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

This div background color is #40775C.


Border color

.myBorderColor { border: 1px solid #40775C; }

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

This div border color is #40775C.


Opacity

.myOpacity80 { color: #40775C; opacity: 0.8; }

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

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

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

This text has shadow with #40775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40775C on black background.


Color preview on white background

This text has color #40775C on white background.



Black color preview on #40775C background

This text has black color on #40775C background.


White color preview on #40775C background

This text has white color on #40775C background.