COLOR #40746C

HEX: #40746C
RGB: (64,116,108)

Color info

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

RGB color model

#40746C color RGB value is (64,116,108).

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

RGB channels and saturation

R 64 of 255 = 25%
G 116 of 255 = 45%
B 108 of 255 = 42%

64
116
108

R + G + B ~ 37%. #40746C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 116 + 108 = 288 (100%)
R 64 of 288 ~ 22.22%
G 116 of 288 ~ 40.28%
B 108 of 288 ~ 37.5%

%22.22
%40.28
%37.5

CMYK color model

#40746C color CMYK value is (45,0,7,55).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(45,0,7,55)
C45M0Y7K55 
(45%,0%,7%,55%)
(0.45/0.00/0.07/0.55)	

CMYK percentages

%44.83
%0
%6.9
%54.51

Codes

Color #40746C in popluar color models

40746C
RGB64116108
HSL171°28.89%35.29%
HSB/HSV171°44.83%45.49%
CMYK44.83%0.00%6.90%
54.51%

Color #40746C in popluar number systems.

HEX40746C
Decimal64116108
Binary100000011101001101100
Octal100164154

Shades and tints

Shades of #40746C

#40746C
(64,116,108)
#3B6A63
(59,106,99)
#36605A
(54,96,90)
#315651
(49,86,81)
#2C4C48
(44,76,72)
#27423F
(39,66,63)
#223836
(34,56,54)
#1D2E2D
(29,46,45)
#182424
(24,36,36)
#131A1B
(19,26,27)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #40746C

#40746C
(64,116,108)
#518079
(81,128,121)
#628C86
(98,140,134)
#739893
(115,152,147)
#84A4A0
(132,164,160)
#95B0AD
(149,176,173)
#A6BCBA
(166,188,186)
#B7C8C7
(183,200,199)
#C8D4D4
(200,212,212)
#D9E0E1
(217,224,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40746C color. Also use rgb(64,116,108) instead hex code.

Text Font Color

.myTextColor { color: #40746C; }

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

This text font color is #40746C.


Background Color

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

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

This div background color is #40746C.


Border color

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

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

This div border color is #40746C.


Opacity

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

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

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

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

This text has shadow with #40746C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40746C on black background.


Color preview on white background

This text has color #40746C on white background.



Black color preview on #40746C background

This text has black color on #40746C background.


White color preview on #40746C background

This text has white color on #40746C background.