COLOR #40250E

HEX: #40250E
RGB: (64,37,14)

Color info

#40250E contains red, green and blue colors in about the same proportion. Web safe color of #40250E is #333300 (or #330).

RGB color model

#40250E color RGB value is (64,37,14).

  • red value is 64;
  • green value is 37;
  • blue value is 14.
RGB:
(64,37,14)
(25%,15%,5%)

RGB channels and saturation

R 64 of 255 = 25%
G 37 of 255 = 15%
B 14 of 255 = 5%

64
37
14

R + G + B ~ 15%. #40250E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 37 + 14 = 115 (100%)
R 64 of 115 ~ 55.65%
G 37 of 115 ~ 32.17%
B 14 of 115 ~ 12.17%

%55.65
%32.17
%12.17

CMYK color model

#40250E color CMYK value is (0,42,78,75).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 78.13%
  • key color value is 74.90%
CMYK:
(0,42,78,75)
C0M42Y78K75 
(0%,42%,78%,75%)
(0.00/0.42/0.78/0.75)	

CMYK percentages

%0
%42.19
%78.13
%74.9

Codes

Color #40250E in popluar color models

40250E
RGB643714
HSL28°64.10%15.29%
HSB/HSV28°78.13%25.10%
CMYK0.00%42.19%78.13%
74.90%

Color #40250E in popluar number systems.

HEX40250E
Decimal643714
Binary10000001001011110
Octal1004516

Shades and tints

Shades of #40250E

#40250E
(64,37,14)
#3B220D
(59,34,13)
#361F0C
(54,31,12)
#311C0B
(49,28,11)
#2C190A
(44,25,10)
#271609
(39,22,9)
#221308
(34,19,8)
#1D1007
(29,16,7)
#180D06
(24,13,6)
#130A05
(19,10,5)
#0E0704
(14,7,4)
#000000
(0,0,0)

Tints of #40250E

#40250E
(64,37,14)
#513823
(81,56,35)
#624B38
(98,75,56)
#735E4D
(115,94,77)
#847162
(132,113,98)
#958477
(149,132,119)
#A6978C
(166,151,140)
#B7AAA1
(183,170,161)
#C8BDB6
(200,189,182)
#D9D0CB
(217,208,203)
#EAE3E0
(234,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40250E color. Also use rgb(64,37,14) instead hex code.

Text Font Color

.myTextColor { color: #40250E; }

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

This text font color is #40250E.


Background Color

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

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

This div background color is #40250E.


Border color

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

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

This div border color is #40250E.


Opacity

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

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

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

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

This text has shadow with #40250E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40250E on black background.


Color preview on white background

This text has color #40250E on white background.



Black color preview on #40250E background

This text has black color on #40250E background.


White color preview on #40250E background

This text has white color on #40250E background.