COLOR #40484A

HEX: #40484A
RGB: (64,72,74)

Color info

#40484A contains red, green and blue colors in about the same proportion. Web safe color of #40484A is #333333 (or #333).

RGB color model

#40484A color RGB value is (64,72,74).

  • red value is 64;
  • green value is 72;
  • blue value is 74.
RGB:
(64,72,74)
(25%,28%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 74 of 255 = 29%

64
72
74

R + G + B ~ 27%. #40484A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 74 = 210 (100%)
R 64 of 210 ~ 30.48%
G 72 of 210 ~ 34.29%
B 74 of 210 ~ 35.24%

%30.48
%34.29
%35.24

CMYK color model

#40484A color CMYK value is (14,3,0,71).

  • cyan value is 13.51%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(14,3,0,71)
C14M3Y0K71 
(14%,3%,0%,71%)
(0.14/0.03/0.00/0.71)	

CMYK percentages

%13.51
%2.7
%0
%70.98

Codes

Color #40484A in popluar color models

40484A
RGB647274
HSL192°7.25%27.06%
HSB/HSV192°13.51%29.02%
CMYK13.51%2.70%0.00%
70.98%

Color #40484A in popluar number systems.

HEX40484A
Decimal647274
Binary100000010010001001010
Octal100110112

Shades and tints

Shades of #40484A

#40484A
(64,72,74)
#3B4244
(59,66,68)
#363C3E
(54,60,62)
#313638
(49,54,56)
#2C3032
(44,48,50)
#272A2C
(39,42,44)
#222426
(34,36,38)
#1D1E20
(29,30,32)
#18181A
(24,24,26)
#131214
(19,18,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #40484A

#40484A
(64,72,74)
#51585A
(81,88,90)
#62686A
(98,104,106)
#73787A
(115,120,122)
#84888A
(132,136,138)
#95989A
(149,152,154)
#A6A8AA
(166,168,170)
#B7B8BA
(183,184,186)
#C8C8CA
(200,200,202)
#D9D8DA
(217,216,218)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40484A color. Also use rgb(64,72,74) instead hex code.

Text Font Color

.myTextColor { color: #40484A; }

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

This text font color is #40484A.


Background Color

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

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

This div background color is #40484A.


Border color

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

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

This div border color is #40484A.


Opacity

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

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

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

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

This text has shadow with #40484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40484A on black background.


Color preview on white background

This text has color #40484A on white background.



Black color preview on #40484A background

This text has black color on #40484A background.


White color preview on #40484A background

This text has white color on #40484A background.