COLOR #42563D

HEX: #42563D
RGB: (66,86,61)

Color info

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

RGB color model

#42563D color RGB value is (66,86,61).

  • red value is 66;
  • green value is 86;
  • blue value is 61.
RGB:
(66,86,61)
(26%,34%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 61 of 255 = 24%

66
86
61

R + G + B ~ 28%. #42563D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 61 = 213 (100%)
R 66 of 213 ~ 30.99%
G 86 of 213 ~ 40.38%
B 61 of 213 ~ 28.64%

%30.99
%40.38
%28.64

CMYK color model

#42563D color CMYK value is (23,0,29,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 66.27%
CMYK:
(23,0,29,66)
C23M0Y29K66 
(23%,0%,29%,66%)
(0.23/0.00/0.29/0.66)	

CMYK percentages

%23.26
%0
%29.07
%66.27

Codes

Color #42563D in popluar color models

42563D
RGB668661
HSL108°17.01%28.82%
HSB/HSV108°29.07%33.73%
CMYK23.26%0.00%29.07%
66.27%

Color #42563D in popluar number systems.

HEX42563D
Decimal668661
Binary10000101010110111101
Octal10212675

Shades and tints

Shades of #42563D

#42563D
(66,86,61)
#3C4F38
(60,79,56)
#364833
(54,72,51)
#30412E
(48,65,46)
#2A3A29
(42,58,41)
#243324
(36,51,36)
#1E2C1F
(30,44,31)
#18251A
(24,37,26)
#121E15
(18,30,21)
#0C1710
(12,23,16)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #42563D

#42563D
(66,86,61)
#53654E
(83,101,78)
#64745F
(100,116,95)
#758370
(117,131,112)
#869281
(134,146,129)
#97A192
(151,161,146)
#A8B0A3
(168,176,163)
#B9BFB4
(185,191,180)
#CACEC5
(202,206,197)
#DBDDD6
(219,221,214)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42563D color. Also use rgb(66,86,61) instead hex code.

Text Font Color

.myTextColor { color: #42563D; }

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

This text font color is #42563D.


Background Color

.myBgColor { background-color: #42563D; }

<div style="background-color:#42563D">Inner text</div>

This div background color is #42563D.


Border color

.myBorderColor { border: 1px solid #42563D; }

<div style="border:3px solid #42563D">Div</div>

This div border color is #42563D.


Opacity

.myOpacity80 { color: #42563D; opacity: 0.8; }

<p style="color:#42563D;opacity:0.8;">80%</p>

Text with #42563D 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 #42563D;}

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

This text has shadow with #42563D color.

.textShadow {text-shadow: 3px 3px 1px #42563D, 3px 3px 1px red;}

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

This text has shadow with #42563D primary color and red secondary color.


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

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

This text has shadow with #42563D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42563D on black background.


Color preview on white background

This text has color #42563D on white background.



Black color preview on #42563D background

This text has black color on #42563D background.


White color preview on #42563D background

This text has white color on #42563D background.