COLOR #42250A

HEX: #42250A
RGB: (66,37,10)

Color info

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

RGB color model

#42250A color RGB value is (66,37,10).

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

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 10 of 255 = 4%

66
37
10

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

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 10 = 113 (100%)
R 66 of 113 ~ 58.41%
G 37 of 113 ~ 32.74%
B 10 of 113 ~ 8.85%

%58.41
%32.74

CMYK color model

#42250A color CMYK value is (0,44,85,74).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 84.85%
  • key color value is 74.12%
CMYK:
(0,44,85,74)
C0M44Y85K74 
(0%,44%,85%,74%)
(0.00/0.44/0.85/0.74)	

CMYK percentages

%0
%43.94
%84.85
%74.12

Codes

Color #42250A in popluar color models

42250A
RGB663710
HSL29°73.68%14.90%
HSB/HSV29°84.85%25.88%
CMYK0.00%43.94%84.85%
74.12%

Color #42250A in popluar number systems.

HEX42250A
Decimal663710
Binary10000101001011010
Octal1024512

Shades and tints

Shades of #42250A

#42250A
(66,37,10)
#3C220A
(60,34,10)
#361F0A
(54,31,10)
#301C0A
(48,28,10)
#2A190A
(42,25,10)
#24160A
(36,22,10)
#1E130A
(30,19,10)
#18100A
(24,16,10)
#120D0A
(18,13,10)
#0C0A0A
(12,10,10)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #42250A

#42250A
(66,37,10)
#533820
(83,56,32)
#644B36
(100,75,54)
#755E4C
(117,94,76)
#867162
(134,113,98)
#978478
(151,132,120)
#A8978E
(168,151,142)
#B9AAA4
(185,170,164)
#CABDBA
(202,189,186)
#DBD0D0
(219,208,208)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42250A; }

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

This text font color is #42250A.


Background Color

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

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

This div background color is #42250A.


Border color

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

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

This div border color is #42250A.


Opacity

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

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

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

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

This text has shadow with #42250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42250A on black background.


Color preview on white background

This text has color #42250A on white background.



Black color preview on #42250A background

This text has black color on #42250A background.


White color preview on #42250A background

This text has white color on #42250A background.