COLOR #40381E

HEX: #40381E
RGB: (64,56,30)

Color info

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

RGB color model

#40381E color RGB value is (64,56,30).

  • red value is 64;
  • green value is 56;
  • blue value is 30.
RGB:
(64,56,30)
(25%,22%,12%)

RGB channels and saturation

R 64 of 255 = 25%
G 56 of 255 = 22%
B 30 of 255 = 12%

64
56
30

R + G + B ~ 20%. #40381E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 56 + 30 = 150 (100%)
R 64 of 150 ~ 42.67%
G 56 of 150 ~ 37.33%
B 30 of 150 ~ 20%

%42.67
%37.33
%20

CMYK color model

#40381E color CMYK value is (0,13,53,75).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 53.13%
  • key color value is 74.90%
CMYK:
(0,13,53,75)
C0M13Y53K75 
(0%,13%,53%,75%)
(0.00/0.13/0.53/0.75)	

CMYK percentages

%0
%12.5
%53.13
%74.9

Codes

Color #40381E in popluar color models

40381E
RGB645630
HSL46°36.17%18.43%
HSB/HSV46°53.13%25.10%
CMYK0.00%12.50%53.13%
74.90%

Color #40381E in popluar number systems.

HEX40381E
Decimal645630
Binary100000011100011110
Octal1007036

Shades and tints

Shades of #40381E

#40381E
(64,56,30)
#3B331C
(59,51,28)
#362E1A
(54,46,26)
#312918
(49,41,24)
#2C2416
(44,36,22)
#271F14
(39,31,20)
#221A12
(34,26,18)
#1D1510
(29,21,16)
#18100E
(24,16,14)
#130B0C
(19,11,12)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #40381E

#40381E
(64,56,30)
#514A32
(81,74,50)
#625C46
(98,92,70)
#736E5A
(115,110,90)
#84806E
(132,128,110)
#959282
(149,146,130)
#A6A496
(166,164,150)
#B7B6AA
(183,182,170)
#C8C8BE
(200,200,190)
#D9DAD2
(217,218,210)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40381E color. Also use rgb(64,56,30) instead hex code.

Text Font Color

.myTextColor { color: #40381E; }

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

This text font color is #40381E.


Background Color

.myBgColor { background-color: #40381E; }

<div style="background-color:#40381E">Inner text</div>

This div background color is #40381E.


Border color

.myBorderColor { border: 1px solid #40381E; }

<div style="border:3px solid #40381E">Div</div>

This div border color is #40381E.


Opacity

.myOpacity80 { color: #40381E; opacity: 0.8; }

<p style="color:#40381E;opacity:0.8;">80%</p>

Text with #40381E 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 #40381E;}

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

This text has shadow with #40381E color.

.textShadow {text-shadow: 3px 3px 1px #40381E, 3px 3px 1px red;}

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

This text has shadow with #40381E primary color and red secondary color.


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

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

This text has shadow with #40381E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40381E on black background.


Color preview on white background

This text has color #40381E on white background.



Black color preview on #40381E background

This text has black color on #40381E background.


White color preview on #40381E background

This text has white color on #40381E background.