COLOR #40755D

HEX: #40755D RGB: (64,117,93)

Color info

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

RGB color model

#40755D color RGB value is (64,117,93).

RGB: (64,117,93) (25%, 46%, 36%)

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 93 of 255 = 36%

64
117
93

R + G + B ~ 36%. #40755D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 117 + 93 = 274 (100%)
R 64 of 274 ~ 23.36%
G 117 of 274 ~ 42.7%
B 93 of 274 ~ 33.94'%

%23.36
%42.7
%33.94

CMYK color model

#40755D color CMYK value is (45,0,21,54).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (45,0,21,54)
C45M0Y21K54 (45%, 0%, 21%, 54%)
(0.45 / 0.00 / 0.21 / 0.54)

CMYK percentages

%45.3
%0
%20.51
%54.12

Codes

Color #40755D in popluar color models

40 75 5D
RGB 64 117 93
HSL 153° 29.28% 35.49%
HSB/HSV 153° 45.30% 45.88%
CMYK 45.30% 0.00% 20.51%
54.12%

Color #40755D in popluar number systems.

HEX 40 75 5D
Decimal 64 117 93
Binary 1000000 1110101 1011101
Octal 100 165 135

Shades and tints

Shades of #40755D

#40755D
(64,117,93)
#3B6B55
(59,107,85)
#36614D
(54,97,77)
#315745
(49,87,69)
#2C4D3D
(44,77,61)
#274335
(39,67,53)
#22392D
(34,57,45)
#1D2F25
(29,47,37)
#18251D
(24,37,29)
#131B15
(19,27,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #40755D

#40755D
(64,117,93)
#51816B
(81,129,107)
#628D79
(98,141,121)
#739987
(115,153,135)
#84A595
(132,165,149)
#95B1A3
(149,177,163)
#A6BDB1
(166,189,177)
#B7C9BF
(183,201,191)
#C8D5CD
(200,213,205)
#D9E1DB
(217,225,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40755D color. Also use rgb(64,117,93) instead hex code.

Text Font Color

.myTextColor { color: #40755D; }

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

This text font color is #40755D.

Background Color

.myBgColor { background-color: #40755D; }

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

This div background color is #40755D.

Border color

.myBorderColor { border: 1px solid #40755D; }

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

This div border color is #40755D.

Opacity

.myOpacity80 { color: #40755D; opacity: 0.8; }

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

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

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

This text has shadow with #40755D color.


.textShadow {text-shadow: 3px 3px 1px #40755D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40755D; -webkit-box-shadow: 1px 1px 3px 2px #40755D; box-shadow:1px 1px 3px 2px #40755D;">
Div content here
</div>

This div box has shadow with color #40755D.

Preview

Color preview on black background

This text has color #40755D on black background.


Color preview on white background

This text has color #40755D on white background.


Black color preview on #40755D background

This text has black color on #40755D background.


White color preview on #40755D background

This text has white color on #40755D background.


Related colors

Complementary color

Complementary color for #hex is #BF8AA2.


I love getcolorcode.com

Triadic colors

1 #5D4075 and #755D40 with #40755D are triadic colors.

2 #5D7540 and #75405D with #40755D are triadic colors.