COLOR #40744B

HEX: #40744B
RGB: (64,116,75)

Color info

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

RGB color model

#40744B color RGB value is (64,116,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 116 of 255 = 45%
B 75 of 255 = 29%

64
116
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 116 + 75 = 255 (100%)
R 64 of 255 ~ 25.1%
G 116 of 255 ~ 45.49%
B 75 of 255 ~ 29.41%

%25.1
%45.49
%29.41

CMYK color model

#40744B color CMYK value is (45,0,35,55).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(45,0,35,55)
C45M0Y35K55 
(45%,0%,35%,55%)
(0.45/0.00/0.35/0.55)	

CMYK percentages

%44.83
%0
%35.34
%54.51

Codes

Color #40744B in popluar color models

40744B
RGB6411675
HSL133°28.89%35.29%
HSB/HSV133°44.83%45.49%
CMYK44.83%0.00%35.34%
54.51%

Color #40744B in popluar number systems.

HEX40744B
Decimal6411675
Binary100000011101001001011
Octal100164113

Shades and tints

Shades of #40744B

#40744B
(64,116,75)
#3B6A45
(59,106,69)
#36603F
(54,96,63)
#315639
(49,86,57)
#2C4C33
(44,76,51)
#27422D
(39,66,45)
#223827
(34,56,39)
#1D2E21
(29,46,33)
#18241B
(24,36,27)
#131A15
(19,26,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #40744B

#40744B
(64,116,75)
#51805B
(81,128,91)
#628C6B
(98,140,107)
#73987B
(115,152,123)
#84A48B
(132,164,139)
#95B09B
(149,176,155)
#A6BCAB
(166,188,171)
#B7C8BB
(183,200,187)
#C8D4CB
(200,212,203)
#D9E0DB
(217,224,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40744B; }

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

This text font color is #40744B.


Background Color

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

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

This div background color is #40744B.


Border color

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

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

This div border color is #40744B.


Opacity

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

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

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

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

This text has shadow with #40744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40744B on black background.


Color preview on white background

This text has color #40744B on white background.



Black color preview on #40744B background

This text has black color on #40744B background.


White color preview on #40744B background

This text has white color on #40744B background.