COLOR #40755A

HEX: #40755A RGB: (64,117,90)

Color info

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

RGB color model

#40755A color RGB value is (64,117,90).

RGB: (64,117,90) (25%, 46%, 35%)

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 90 of 255 = 35%

64
117
90

R + G + B ~ 35%. #40755A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 117 + 90 = 271 (100%)
R 64 of 271 ~ 23.62%
G 117 of 271 ~ 43.17%
B 90 of 271 ~ 33.21'%

%23.62
%43.17
%33.21

CMYK color model

#40755A color CMYK value is (45,0,23,54).

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

CMYK: (45,0,23,54)
C45M0Y23K54 (45%, 0%, 23%, 54%)
(0.45 / 0.00 / 0.23 / 0.54)

CMYK percentages

%45.3
%0
%23.08
%54.12

Codes

Color #40755A in popluar color models

40 75 5A
RGB 64 117 90
HSL 149° 29.28% 35.49%
HSB/HSV 149° 45.30% 45.88%
CMYK 45.30% 0.00% 23.08%
54.12%

Color #40755A in popluar number systems.

HEX 40 75 5A
Decimal 64 117 90
Binary 1000000 1110101 1011010
Octal 100 165 132

Shades and tints

Shades of #40755A

#40755A
(64,117,90)
#3B6B52
(59,107,82)
#36614A
(54,97,74)
#315742
(49,87,66)
#2C4D3A
(44,77,58)
#274332
(39,67,50)
#22392A
(34,57,42)
#1D2F22
(29,47,34)
#18251A
(24,37,26)
#131B12
(19,27,18)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #40755A

#40755A
(64,117,90)
#518169
(81,129,105)
#628D78
(98,141,120)
#739987
(115,153,135)
#84A596
(132,165,150)
#95B1A5
(149,177,165)
#A6BDB4
(166,189,180)
#B7C9C3
(183,201,195)
#C8D5D2
(200,213,210)
#D9E1E1
(217,225,225)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40755A; }

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

This text font color is #40755A.

Background Color

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

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

This div background color is #40755A.

Border color

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

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

This div border color is #40755A.

Opacity

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

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

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

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

This text has shadow with #40755A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40755A.

Preview

Color preview on black background

This text has color #40755A on black background.


Color preview on white background

This text has color #40755A on white background.


Black color preview on #40755A background

This text has black color on #40755A background.


White color preview on #40755A background

This text has white color on #40755A background.


Related colors

Complementary color

Complementary color for #hex is #BF8AA5.


I love getcolorcode.com

Triadic colors

1 #5A4075 and #755A40 with #40755A are triadic colors.

2 #5A7540 and #75405A with #40755A are triadic colors.