COLOR #40764A

HEX: #40764A
RGB: (64,118,74)

Color info

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

RGB color model

#40764A color RGB value is (64,118,74).

  • red value is 64;
  • green value is 118;
  • blue value is 74.
RGB:
(64,118,74)
(25%,46%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 118 of 255 = 46%
B 74 of 255 = 29%

64
118
74

R + G + B ~ 33%. #40764A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 118 + 74 = 256 (100%)
R 64 of 256 ~ 25%
G 118 of 256 ~ 46.09%
B 74 of 256 ~ 28.91%

%25
%46.09
%28.91

CMYK color model

#40764A color CMYK value is (46,0,37,54).

  • cyan value is 45.76%
  • magenta value is 0.00%
  • yellow value is 37.29%
  • key color value is 53.73%
CMYK:
(46,0,37,54)
C46M0Y37K54 
(46%,0%,37%,54%)
(0.46/0.00/0.37/0.54)	

CMYK percentages

%45.76
%0
%37.29
%53.73

Codes

Color #40764A in popluar color models

40764A
RGB6411874
HSL131°29.67%35.69%
HSB/HSV131°45.76%46.27%
CMYK45.76%0.00%37.29%
53.73%

Color #40764A in popluar number systems.

HEX40764A
Decimal6411874
Binary100000011101101001010
Octal100166112

Shades and tints

Shades of #40764A

#40764A
(64,118,74)
#3B6C44
(59,108,68)
#36623E
(54,98,62)
#315838
(49,88,56)
#2C4E32
(44,78,50)
#27442C
(39,68,44)
#223A26
(34,58,38)
#1D3020
(29,48,32)
#18261A
(24,38,26)
#131C14
(19,28,20)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #40764A

#40764A
(64,118,74)
#51825A
(81,130,90)
#628E6A
(98,142,106)
#739A7A
(115,154,122)
#84A68A
(132,166,138)
#95B29A
(149,178,154)
#A6BEAA
(166,190,170)
#B7CABA
(183,202,186)
#C8D6CA
(200,214,202)
#D9E2DA
(217,226,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40764A color. Also use rgb(64,118,74) instead hex code.

Text Font Color

.myTextColor { color: #40764A; }

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

This text font color is #40764A.


Background Color

.myBgColor { background-color: #40764A; }

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

This div background color is #40764A.


Border color

.myBorderColor { border: 1px solid #40764A; }

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

This div border color is #40764A.


Opacity

.myOpacity80 { color: #40764A; opacity: 0.8; }

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

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

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

This text has shadow with #40764A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40764A on black background.


Color preview on white background

This text has color #40764A on white background.



Black color preview on #40764A background

This text has black color on #40764A background.


White color preview on #40764A background

This text has white color on #40764A background.