COLOR #40481B

HEX: #40481B RGB: (64,72,27)

Color info

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

RGB color model

#40481B color RGB value is (64,72,27).

RGB: (64,72,27) (25%, 28%, 11%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 27 of 255 = 11%

64
72
27

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

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 27 = 163 (100%)
R 64 of 163 ~ 39.26%
G 72 of 163 ~ 44.17%
B 27 of 163 ~ 16.56'%

%39.26
%44.17
%16.56

CMYK color model

#40481B color CMYK value is (11,0,63,72).

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

CMYK: (11,0,63,72)
C11M0Y63K72 (11%, 0%, 63%, 72%)
(0.11 / 0.00 / 0.63 / 0.72)

CMYK percentages

%11.11
%0
%62.5
%71.76

Codes

Color #40481B in popluar color models

40 48 1B
RGB 64 72 27
HSL 71° 45.45% 19.41%
HSB/HSV 71° 62.50% 28.24%
CMYK 11.11% 0.00% 62.50%
71.76%

Color #40481B in popluar number systems.

HEX 40 48 1B
Decimal 64 72 27
Binary 1000000 1001000 11011
Octal 100 110 33

Shades and tints

Shades of #40481B

#40481B
(64,72,27)
#3B4219
(59,66,25)
#363C17
(54,60,23)
#313615
(49,54,21)
#2C3013
(44,48,19)
#272A11
(39,42,17)
#22240F
(34,36,15)
#1D1E0D
(29,30,13)
#18180B
(24,24,11)
#131209
(19,18,9)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #40481B

#40481B
(64,72,27)
#51582F
(81,88,47)
#626843
(98,104,67)
#737857
(115,120,87)
#84886B
(132,136,107)
#95987F
(149,152,127)
#A6A893
(166,168,147)
#B7B8A7
(183,184,167)
#C8C8BB
(200,200,187)
#D9D8CF
(217,216,207)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40481B; }

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

This text font color is #40481B.

Background Color

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

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

This div background color is #40481B.

Border color

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

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

This div border color is #40481B.

Opacity

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

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

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

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

This text has shadow with #40481B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40481B.

Preview

Color preview on black background

This text has color #40481B on black background.


Color preview on white background

This text has color #40481B on white background.


Black color preview on #40481B background

This text has black color on #40481B background.


White color preview on #40481B background

This text has white color on #40481B background.


Related colors

Complementary color

Complementary color for #hex is #BFB7E4.


I love getcolorcode.com

Triadic colors

1 #1B4048 and #481B40 with #40481B are triadic colors.

2 #1B4840 and #48401B with #40481B are triadic colors.