COLOR #40481F

HEX: #40481F RGB: (64,72,31)

Color info

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

RGB color model

#40481F color RGB value is (64,72,31).

RGB: (64,72,31) (25%, 28%, 12%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 31 of 255 = 12%

64
72
31

R + G + B ~ 22%. #40481F is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 31 = 167 (100%)
R 64 of 167 ~ 38.32%
G 72 of 167 ~ 43.11%
B 31 of 167 ~ 18.56'%

%38.32
%43.11
%18.56

CMYK color model

#40481F color CMYK value is (11,0,57,72).

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

CMYK: (11,0,57,72)
C11M0Y57K72 (11%, 0%, 57%, 72%)
(0.11 / 0.00 / 0.57 / 0.72)

CMYK percentages

%11.11
%0
%56.94
%71.76

Codes

Color #40481F in popluar color models

40 48 1F
RGB 64 72 31
HSL 72° 39.81% 20.20%
HSB/HSV 72° 56.94% 28.24%
CMYK 11.11% 0.00% 56.94%
71.76%

Color #40481F in popluar number systems.

HEX 40 48 1F
Decimal 64 72 31
Binary 1000000 1001000 11111
Octal 100 110 37

Shades and tints

Shades of #40481F

#40481F
(64,72,31)
#3B421D
(59,66,29)
#363C1B
(54,60,27)
#313619
(49,54,25)
#2C3017
(44,48,23)
#272A15
(39,42,21)
#222413
(34,36,19)
#1D1E11
(29,30,17)
#18180F
(24,24,15)
#13120D
(19,18,13)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #40481F

#40481F
(64,72,31)
#515833
(81,88,51)
#626847
(98,104,71)
#73785B
(115,120,91)
#84886F
(132,136,111)
#959883
(149,152,131)
#A6A897
(166,168,151)
#B7B8AB
(183,184,171)
#C8C8BF
(200,200,191)
#D9D8D3
(217,216,211)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40481F color. Also use rgb(64,72,31) instead hex code.

Text Font Color

.myTextColor { color: #40481F; }

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

This text font color is #40481F.

Background Color

.myBgColor { background-color: #40481F; }

<div style="background-color:#40481F">Inner text</div>

This div background color is #40481F.

Border color

.myBorderColor { border: 1px solid #40481F; }

<div style="border:3px solid #40481F">Div</div>

This div border color is #40481F.

Opacity

.myOpacity80 { color: #40481F; opacity: 0.8; }

<p style="color:#40481F;opacity:0.8;">80%</p>

Text with #40481F 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 #40481F;}

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

This text has shadow with #40481F color.


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

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

This text has shadow with #40481F primary color and red secondary color.


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

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

This text has shadow with #40481F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40481F.

Preview

Color preview on black background

This text has color #40481F on black background.


Color preview on white background

This text has color #40481F on white background.


Black color preview on #40481F background

This text has black color on #40481F background.


White color preview on #40481F background

This text has white color on #40481F background.


Related colors

Complementary color

Complementary color for #hex is #BFB7E0.


I love getcolorcode.com

Triadic colors

1 #1F4048 and #481F40 with #40481F are triadic colors.

2 #1F4840 and #48401F with #40481F are triadic colors.