COLOR #40482A

HEX: #40482A
RGB: (64,72,42)

Color info

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

RGB color model

#40482A color RGB value is (64,72,42).

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

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 42 of 255 = 16%

64
72
42

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

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 42 = 178 (100%)
R 64 of 178 ~ 35.96%
G 72 of 178 ~ 40.45%
B 42 of 178 ~ 23.6%

%35.96
%40.45
%23.6

CMYK color model

#40482A color CMYK value is (11,0,42,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(11,0,42,72)
C11M0Y42K72 
(11%,0%,42%,72%)
(0.11/0.00/0.42/0.72)	

CMYK percentages

%11.11
%0
%41.67
%71.76

Codes

Color #40482A in popluar color models

40482A
RGB647242
HSL76°26.32%22.35%
HSB/HSV76°41.67%28.24%
CMYK11.11%0.00%41.67%
71.76%

Color #40482A in popluar number systems.

HEX40482A
Decimal647242
Binary10000001001000101010
Octal10011052

Shades and tints

Shades of #40482A

#40482A
(64,72,42)
#3B4227
(59,66,39)
#363C24
(54,60,36)
#313621
(49,54,33)
#2C301E
(44,48,30)
#272A1B
(39,42,27)
#222418
(34,36,24)
#1D1E15
(29,30,21)
#181812
(24,24,18)
#13120F
(19,18,15)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #40482A

#40482A
(64,72,42)
#51583D
(81,88,61)
#626850
(98,104,80)
#737863
(115,120,99)
#848876
(132,136,118)
#959889
(149,152,137)
#A6A89C
(166,168,156)
#B7B8AF
(183,184,175)
#C8C8C2
(200,200,194)
#D9D8D5
(217,216,213)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40482A; }

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

This text font color is #40482A.


Background Color

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

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

This div background color is #40482A.


Border color

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

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

This div border color is #40482A.


Opacity

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

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

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

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

This text has shadow with #40482A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40482A on black background.


Color preview on white background

This text has color #40482A on white background.



Black color preview on #40482A background

This text has black color on #40482A background.


White color preview on #40482A background

This text has white color on #40482A background.