COLOR #40301D

HEX: #40301D
RGB: (64,48,29)

Color info

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

RGB color model

#40301D color RGB value is (64,48,29).

  • red value is 64;
  • green value is 48;
  • blue value is 29.
RGB:
(64,48,29)
(25%,19%,11%)

RGB channels and saturation

R 64 of 255 = 25%
G 48 of 255 = 19%
B 29 of 255 = 11%

64
48
29

R + G + B ~ 18%. #40301D is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 48 + 29 = 141 (100%)
R 64 of 141 ~ 45.39%
G 48 of 141 ~ 34.04%
B 29 of 141 ~ 20.57%

%45.39
%34.04
%20.57

CMYK color model

#40301D color CMYK value is (0,25,55,75).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(0,25,55,75)
C0M25Y55K75 
(0%,25%,55%,75%)
(0.00/0.25/0.55/0.75)	

CMYK percentages

%0
%25
%54.69
%74.9

Codes

Color #40301D in popluar color models

40301D
RGB644829
HSL33°37.63%18.24%
HSB/HSV33°54.69%25.10%
CMYK0.00%25.00%54.69%
74.90%

Color #40301D in popluar number systems.

HEX40301D
Decimal644829
Binary100000011000011101
Octal1006035

Shades and tints

Shades of #40301D

#40301D
(64,48,29)
#3B2C1B
(59,44,27)
#362819
(54,40,25)
#312417
(49,36,23)
#2C2015
(44,32,21)
#271C13
(39,28,19)
#221811
(34,24,17)
#1D140F
(29,20,15)
#18100D
(24,16,13)
#130C0B
(19,12,11)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #40301D

#40301D
(64,48,29)
#514231
(81,66,49)
#625445
(98,84,69)
#736659
(115,102,89)
#84786D
(132,120,109)
#958A81
(149,138,129)
#A69C95
(166,156,149)
#B7AEA9
(183,174,169)
#C8C0BD
(200,192,189)
#D9D2D1
(217,210,209)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40301D color. Also use rgb(64,48,29) instead hex code.

Text Font Color

.myTextColor { color: #40301D; }

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

This text font color is #40301D.


Background Color

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

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

This div background color is #40301D.


Border color

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

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

This div border color is #40301D.


Opacity

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

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

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

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

This text has shadow with #40301D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40301D on black background.


Color preview on white background

This text has color #40301D on white background.



Black color preview on #40301D background

This text has black color on #40301D background.


White color preview on #40301D background

This text has white color on #40301D background.