COLOR #40482B

HEX: #40482B RGB: (64,72,43)

Color info

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

RGB color model

#40482B color RGB value is (64,72,43).

RGB: (64,72,43) (25%, 28%, 17%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 43 of 255 = 17%

64
72
43

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

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 43 = 179 (100%)
R 64 of 179 ~ 35.75%
G 72 of 179 ~ 40.22%
B 43 of 179 ~ 24.02'%

%35.75
%40.22
%24.02

CMYK color model

#40482B color CMYK value is (11,0,40,72).

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

CMYK: (11,0,40,72)
C11M0Y40K72 (11%, 0%, 40%, 72%)
(0.11 / 0.00 / 0.40 / 0.72)

CMYK percentages

%11.11
%0
%40.28
%71.76

Codes

Color #40482B in popluar color models

40 48 2B
RGB 64 72 43
HSL 77° 25.22% 22.55%
HSB/HSV 77° 40.28% 28.24%
CMYK 11.11% 0.00% 40.28%
71.76%

Color #40482B in popluar number systems.

HEX 40 48 2B
Decimal 64 72 43
Binary 1000000 1001000 101011
Octal 100 110 53

Shades and tints

Shades of #40482B

#40482B
(64,72,43)
#3B4228
(59,66,40)
#363C25
(54,60,37)
#313622
(49,54,34)
#2C301F
(44,48,31)
#272A1C
(39,42,28)
#222419
(34,36,25)
#1D1E16
(29,30,22)
#181813
(24,24,19)
#131210
(19,18,16)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #40482B

#40482B
(64,72,43)
#51583E
(81,88,62)
#626851
(98,104,81)
#737864
(115,120,100)
#848877
(132,136,119)
#95988A
(149,152,138)
#A6A89D
(166,168,157)
#B7B8B0
(183,184,176)
#C8C8C3
(200,200,195)
#D9D8D6
(217,216,214)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40482B; }

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

This text font color is #40482B.

Background Color

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

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

This div background color is #40482B.

Border color

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

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

This div border color is #40482B.

Opacity

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

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

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

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

This text has shadow with #40482B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40482B.

Preview

Color preview on black background

This text has color #40482B on black background.


Color preview on white background

This text has color #40482B on white background.


Black color preview on #40482B background

This text has black color on #40482B background.


White color preview on #40482B background

This text has white color on #40482B background.


Related colors

Complementary color

Complementary color for #hex is #BFB7D4.


I love getcolorcode.com

Triadic colors

1 #2B4048 and #482B40 with #40482B are triadic colors.

2 #2B4840 and #48402B with #40482B are triadic colors.