COLOR #40482D

HEX: #40482D RGB: (64,72,45)

Color info

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

RGB color model

#40482D color RGB value is (64,72,45).

RGB: (64,72,45) (25%, 28%, 18%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 45 of 255 = 18%

64
72
45

R + G + B ~ 24%. #40482D is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 45 = 181 (100%)
R 64 of 181 ~ 35.36%
G 72 of 181 ~ 39.78%
B 45 of 181 ~ 24.86'%

%35.36
%39.78
%24.86

CMYK color model

#40482D color CMYK value is (11,0,38,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (11,0,38,72)
C11M0Y38K72 (11%, 0%, 38%, 72%)
(0.11 / 0.00 / 0.38 / 0.72)

CMYK percentages

%11.11
%0
%37.5
%71.76

Codes

Color #40482D in popluar color models

40 48 2D
RGB 64 72 45
HSL 78° 23.08% 22.94%
HSB/HSV 78° 37.50% 28.24%
CMYK 11.11% 0.00% 37.50%
71.76%

Color #40482D in popluar number systems.

HEX 40 48 2D
Decimal 64 72 45
Binary 1000000 1001000 101101
Octal 100 110 55

Shades and tints

Shades of #40482D

#40482D
(64,72,45)
#3B4229
(59,66,41)
#363C25
(54,60,37)
#313621
(49,54,33)
#2C301D
(44,48,29)
#272A19
(39,42,25)
#222415
(34,36,21)
#1D1E11
(29,30,17)
#18180D
(24,24,13)
#131209
(19,18,9)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #40482D

#40482D
(64,72,45)
#515840
(81,88,64)
#626853
(98,104,83)
#737866
(115,120,102)
#848879
(132,136,121)
#95988C
(149,152,140)
#A6A89F
(166,168,159)
#B7B8B2
(183,184,178)
#C8C8C5
(200,200,197)
#D9D8D8
(217,216,216)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40482D color. Also use rgb(64,72,45) instead hex code.

Text Font Color

.myTextColor { color: #40482D; }

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

This text font color is #40482D.

Background Color

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

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

This div background color is #40482D.

Border color

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

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

This div border color is #40482D.

Opacity

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

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

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

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

This text has shadow with #40482D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40482D.

Preview

Color preview on black background

This text has color #40482D on black background.


Color preview on white background

This text has color #40482D on white background.


Black color preview on #40482D background

This text has black color on #40482D background.


White color preview on #40482D background

This text has white color on #40482D background.


Related colors

Complementary color

Complementary color for #hex is #BFB7D2.


I love getcolorcode.com

Triadic colors

1 #2D4048 and #482D40 with #40482D are triadic colors.

2 #2D4840 and #48402D with #40482D are triadic colors.