COLOR #40250F

HEX: #40250F
RGB: (64,37,15)

Color info

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

RGB color model

#40250F color RGB value is (64,37,15).

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

RGB channels and saturation

R 64 of 255 = 25%
G 37 of 255 = 15%
B 15 of 255 = 6%

64
37
15

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

Portions of RGB colors in percentages

R + G + B =
64 + 37 + 15 = 116 (100%)
R 64 of 116 ~ 55.17%
G 37 of 116 ~ 31.9%
B 15 of 116 ~ 12.93%

%55.17
%31.9
%12.93

CMYK color model

#40250F color CMYK value is (0,42,77,75).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 76.56%
  • key color value is 74.90%
CMYK:
(0,42,77,75)
C0M42Y77K75 
(0%,42%,77%,75%)
(0.00/0.42/0.77/0.75)	

CMYK percentages

%0
%42.19
%76.56
%74.9

Codes

Color #40250F in popluar color models

40250F
RGB643715
HSL27°62.03%15.49%
HSB/HSV27°76.56%25.10%
CMYK0.00%42.19%76.56%
74.90%

Color #40250F in popluar number systems.

HEX40250F
Decimal643715
Binary10000001001011111
Octal1004517

Shades and tints

Shades of #40250F

#40250F
(64,37,15)
#3B220E
(59,34,14)
#361F0D
(54,31,13)
#311C0C
(49,28,12)
#2C190B
(44,25,11)
#27160A
(39,22,10)
#221309
(34,19,9)
#1D1008
(29,16,8)
#180D07
(24,13,7)
#130A06
(19,10,6)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #40250F

#40250F
(64,37,15)
#513824
(81,56,36)
#624B39
(98,75,57)
#735E4E
(115,94,78)
#847163
(132,113,99)
#958478
(149,132,120)
#A6978D
(166,151,141)
#B7AAA2
(183,170,162)
#C8BDB7
(200,189,183)
#D9D0CC
(217,208,204)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40250F; }

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

This text font color is #40250F.


Background Color

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

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

This div background color is #40250F.


Border color

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

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

This div border color is #40250F.


Opacity

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

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

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

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

This text has shadow with #40250F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40250F on black background.


Color preview on white background

This text has color #40250F on white background.



Black color preview on #40250F background

This text has black color on #40250F background.


White color preview on #40250F background

This text has white color on #40250F background.