COLOR #40774B

HEX: #40774B
RGB: (64,119,75)

Color info

#40774B contains red, green and blue colors in about the same proportion. Web safe color of #40774B is #336633 (or #363).

RGB color model

#40774B color RGB value is (64,119,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 75 of 255 = 29%

64
119
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 75 = 258 (100%)
R 64 of 258 ~ 24.81%
G 119 of 258 ~ 46.12%
B 75 of 258 ~ 29.07%

%24.81
%46.12
%29.07

CMYK color model

#40774B color CMYK value is (46,0,37,53).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(46,0,37,53)
C46M0Y37K53 
(46%,0%,37%,53%)
(0.46/0.00/0.37/0.53)	

CMYK percentages

%46.22
%0
%36.97
%53.33

Codes

Color #40774B in popluar color models

40774B
RGB6411975
HSL132°30.05%35.88%
HSB/HSV132°46.22%46.67%
CMYK46.22%0.00%36.97%
53.33%

Color #40774B in popluar number systems.

HEX40774B
Decimal6411975
Binary100000011101111001011
Octal100167113

Shades and tints

Shades of #40774B

#40774B
(64,119,75)
#3B6D45
(59,109,69)
#36633F
(54,99,63)
#315939
(49,89,57)
#2C4F33
(44,79,51)
#27452D
(39,69,45)
#223B27
(34,59,39)
#1D3121
(29,49,33)
#18271B
(24,39,27)
#131D15
(19,29,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #40774B

#40774B
(64,119,75)
#51835B
(81,131,91)
#628F6B
(98,143,107)
#739B7B
(115,155,123)
#84A78B
(132,167,139)
#95B39B
(149,179,155)
#A6BFAB
(166,191,171)
#B7CBBB
(183,203,187)
#C8D7CB
(200,215,203)
#D9E3DB
(217,227,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40774B; }

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

This text font color is #40774B.


Background Color

.myBgColor { background-color: #40774B; }

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

This div background color is #40774B.


Border color

.myBorderColor { border: 1px solid #40774B; }

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

This div border color is #40774B.


Opacity

.myOpacity80 { color: #40774B; opacity: 0.8; }

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

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

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

This text has shadow with #40774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40774B on black background.


Color preview on white background

This text has color #40774B on white background.



Black color preview on #40774B background

This text has black color on #40774B background.


White color preview on #40774B background

This text has white color on #40774B background.