COLOR #40250A

HEX: #40250A
RGB: (64,37,10)

Color info

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

RGB color model

#40250A color RGB value is (64,37,10).

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

RGB channels and saturation

R 64 of 255 = 25%
G 37 of 255 = 15%
B 10 of 255 = 4%

64
37
10

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

Portions of RGB colors in percentages

R + G + B =
64 + 37 + 10 = 111 (100%)
R 64 of 111 ~ 57.66%
G 37 of 111 ~ 33.33%
B 10 of 111 ~ 9.01%

%57.66
%33.33

CMYK color model

#40250A color CMYK value is (0,42,84,75).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 84.38%
  • key color value is 74.90%
CMYK:
(0,42,84,75)
C0M42Y84K75 
(0%,42%,84%,75%)
(0.00/0.42/0.84/0.75)	

CMYK percentages

%0
%42.19
%84.38
%74.9

Codes

Color #40250A in popluar color models

40250A
RGB643710
HSL30°72.97%14.51%
HSB/HSV30°84.38%25.10%
CMYK0.00%42.19%84.38%
74.90%

Color #40250A in popluar number systems.

HEX40250A
Decimal643710
Binary10000001001011010
Octal1004512

Shades and tints

Shades of #40250A

#40250A
(64,37,10)
#3B220A
(59,34,10)
#361F0A
(54,31,10)
#311C0A
(49,28,10)
#2C190A
(44,25,10)
#27160A
(39,22,10)
#22130A
(34,19,10)
#1D100A
(29,16,10)
#180D0A
(24,13,10)
#130A0A
(19,10,10)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #40250A

#40250A
(64,37,10)
#513820
(81,56,32)
#624B36
(98,75,54)
#735E4C
(115,94,76)
#847162
(132,113,98)
#958478
(149,132,120)
#A6978E
(166,151,142)
#B7AAA4
(183,170,164)
#C8BDBA
(200,189,186)
#D9D0D0
(217,208,208)
#EAE3E6
(234,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40250A; }

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

This text font color is #40250A.


Background Color

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

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

This div background color is #40250A.


Border color

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

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

This div border color is #40250A.


Opacity

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

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

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

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

This text has shadow with #40250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40250A on black background.


Color preview on white background

This text has color #40250A on white background.



Black color preview on #40250A background

This text has black color on #40250A background.


White color preview on #40250A background

This text has white color on #40250A background.