COLOR #42513E

HEX: #42513E
RGB: (66,81,62)

Color info

#42513E contains red, green and blue colors in about the same proportion. Web safe color of #42513E is #336633 (or #363).

RGB color model

#42513E color RGB value is (66,81,62).

  • red value is 66;
  • green value is 81;
  • blue value is 62.
RGB:
(66,81,62)
(26%,32%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 62 of 255 = 24%

66
81
62

R + G + B ~ 27%. #42513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 62 = 209 (100%)
R 66 of 209 ~ 31.58%
G 81 of 209 ~ 38.76%
B 62 of 209 ~ 29.67%

%31.58
%38.76
%29.67

CMYK color model

#42513E color CMYK value is (19,0,23,68).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 68.24%
CMYK:
(19,0,23,68)
C19M0Y23K68 
(19%,0%,23%,68%)
(0.19/0.00/0.23/0.68)	

CMYK percentages

%18.52
%0
%23.46
%68.24

Codes

Color #42513E in popluar color models

42513E
RGB668162
HSL107°13.29%28.04%
HSB/HSV107°23.46%31.76%
CMYK18.52%0.00%23.46%
68.24%

Color #42513E in popluar number systems.

HEX42513E
Decimal668162
Binary10000101010001111110
Octal10212176

Shades and tints

Shades of #42513E

#42513E
(66,81,62)
#3C4A39
(60,74,57)
#364334
(54,67,52)
#303C2F
(48,60,47)
#2A352A
(42,53,42)
#242E25
(36,46,37)
#1E2720
(30,39,32)
#18201B
(24,32,27)
#121916
(18,25,22)
#0C1211
(12,18,17)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #42513E

#42513E
(66,81,62)
#53604F
(83,96,79)
#646F60
(100,111,96)
#757E71
(117,126,113)
#868D82
(134,141,130)
#979C93
(151,156,147)
#A8ABA4
(168,171,164)
#B9BAB5
(185,186,181)
#CAC9C6
(202,201,198)
#DBD8D7
(219,216,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42513E color. Also use rgb(66,81,62) instead hex code.

Text Font Color

.myTextColor { color: #42513E; }

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

This text font color is #42513E.


Background Color

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

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

This div background color is #42513E.


Border color

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

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

This div border color is #42513E.


Opacity

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

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

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

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

This text has shadow with #42513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42513E on black background.


Color preview on white background

This text has color #42513E on white background.



Black color preview on #42513E background

This text has black color on #42513E background.


White color preview on #42513E background

This text has white color on #42513E background.