COLOR #40755C

HEX: #40755C
RGB: (64,117,92)

Color info

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

RGB color model

#40755C color RGB value is (64,117,92).

  • red value is 64;
  • green value is 117;
  • blue value is 92.
RGB:
(64,117,92)
(25%,46%,36%)

RGB channels and saturation

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

64
117
92

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

Portions of RGB colors in percentages

R + G + B =
64 + 117 + 92 = 273 (100%)
R 64 of 273 ~ 23.44%
G 117 of 273 ~ 42.86%
B 92 of 273 ~ 33.7%

%23.44
%42.86
%33.7

CMYK color model

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

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • 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
%21.37
%54.12

Codes

Color #40755C in popluar color models

40755C
RGB6411792
HSL152°29.28%35.49%
HSB/HSV152°45.30%45.88%
CMYK45.30%0.00%21.37%
54.12%

Color #40755C in popluar number systems.

HEX40755C
Decimal6411792
Binary100000011101011011100
Octal100165134

Shades and tints

Shades of #40755C

#40755C
(64,117,92)
#3B6B54
(59,107,84)
#36614C
(54,97,76)
#315744
(49,87,68)
#2C4D3C
(44,77,60)
#274334
(39,67,52)
#22392C
(34,57,44)
#1D2F24
(29,47,36)
#18251C
(24,37,28)
#131B14
(19,27,20)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #40755C

#40755C
(64,117,92)
#51816A
(81,129,106)
#628D78
(98,141,120)
#739986
(115,153,134)
#84A594
(132,165,148)
#95B1A2
(149,177,162)
#A6BDB0
(166,189,176)
#B7C9BE
(183,201,190)
#C8D5CC
(200,213,204)
#D9E1DA
(217,225,218)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40755C; }

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

This text font color is #40755C.


Background Color

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

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

This div background color is #40755C.


Border color

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

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

This div border color is #40755C.


Opacity

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

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

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

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

This text has shadow with #40755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40755C on black background.


Color preview on white background

This text has color #40755C on white background.



Black color preview on #40755C background

This text has black color on #40755C background.


White color preview on #40755C background

This text has white color on #40755C background.