COLOR #42563C

HEX: #42563C
RGB: (66,86,60)

Color info

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

RGB color model

#42563C color RGB value is (66,86,60).

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

RGB channels and saturation

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

66
86
60

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

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 60 = 212 (100%)
R 66 of 212 ~ 31.13%
G 86 of 212 ~ 40.57%
B 60 of 212 ~ 28.3%

%31.13
%40.57
%28.3

CMYK color model

#42563C color CMYK value is (23,0,30,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 66.27%
CMYK:
(23,0,30,66)
C23M0Y30K66 
(23%,0%,30%,66%)
(0.23/0.00/0.30/0.66)	

CMYK percentages

%23.26
%0
%30.23
%66.27

Codes

Color #42563C in popluar color models

42563C
RGB668660
HSL106°17.81%28.63%
HSB/HSV106°30.23%33.73%
CMYK23.26%0.00%30.23%
66.27%

Color #42563C in popluar number systems.

HEX42563C
Decimal668660
Binary10000101010110111100
Octal10212674

Shades and tints

Shades of #42563C

#42563C
(66,86,60)
#3C4F37
(60,79,55)
#364832
(54,72,50)
#30412D
(48,65,45)
#2A3A28
(42,58,40)
#243323
(36,51,35)
#1E2C1E
(30,44,30)
#182519
(24,37,25)
#121E14
(18,30,20)
#0C170F
(12,23,15)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #42563C

#42563C
(66,86,60)
#53654D
(83,101,77)
#64745E
(100,116,94)
#75836F
(117,131,111)
#869280
(134,146,128)
#97A191
(151,161,145)
#A8B0A2
(168,176,162)
#B9BFB3
(185,191,179)
#CACEC4
(202,206,196)
#DBDDD5
(219,221,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42563C; }

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

This text font color is #42563C.


Background Color

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

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

This div background color is #42563C.


Border color

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

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

This div border color is #42563C.


Opacity

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

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

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

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

This text has shadow with #42563C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42563C on black background.


Color preview on white background

This text has color #42563C on white background.



Black color preview on #42563C background

This text has black color on #42563C background.


White color preview on #42563C background

This text has white color on #42563C background.