COLOR #42593B

HEX: #42593B
RGB: (66,89,59)

Color info

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

RGB color model

#42593B color RGB value is (66,89,59).

  • red value is 66;
  • green value is 89;
  • blue value is 59.
RGB:
(66,89,59)
(26%,35%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 59 of 255 = 23%

66
89
59

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

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 59 = 214 (100%)
R 66 of 214 ~ 30.84%
G 89 of 214 ~ 41.59%
B 59 of 214 ~ 27.57%

%30.84
%41.59
%27.57

CMYK color model

#42593B color CMYK value is (26,0,34,65).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 65.10%
CMYK:
(26,0,34,65)
C26M0Y34K65 
(26%,0%,34%,65%)
(0.26/0.00/0.34/0.65)	

CMYK percentages

%25.84
%0
%33.71
%65.1

Codes

Color #42593B in popluar color models

42593B
RGB668959
HSL106°20.27%29.02%
HSB/HSV106°33.71%34.90%
CMYK25.84%0.00%33.71%
65.10%

Color #42593B in popluar number systems.

HEX42593B
Decimal668959
Binary10000101011001111011
Octal10213173

Shades and tints

Shades of #42593B

#42593B
(66,89,59)
#3C5136
(60,81,54)
#364931
(54,73,49)
#30412C
(48,65,44)
#2A3927
(42,57,39)
#243122
(36,49,34)
#1E291D
(30,41,29)
#182118
(24,33,24)
#121913
(18,25,19)
#0C110E
(12,17,14)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #42593B

#42593B
(66,89,59)
#53684C
(83,104,76)
#64775D
(100,119,93)
#75866E
(117,134,110)
#86957F
(134,149,127)
#97A490
(151,164,144)
#A8B3A1
(168,179,161)
#B9C2B2
(185,194,178)
#CAD1C3
(202,209,195)
#DBE0D4
(219,224,212)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42593B color. Also use rgb(66,89,59) instead hex code.

Text Font Color

.myTextColor { color: #42593B; }

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

This text font color is #42593B.


Background Color

.myBgColor { background-color: #42593B; }

<div style="background-color:#42593B">Inner text</div>

This div background color is #42593B.


Border color

.myBorderColor { border: 1px solid #42593B; }

<div style="border:3px solid #42593B">Div</div>

This div border color is #42593B.


Opacity

.myOpacity80 { color: #42593B; opacity: 0.8; }

<p style="color:#42593B;opacity:0.8;">80%</p>

Text with #42593B 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 #42593B;}

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

This text has shadow with #42593B color.

.textShadow {text-shadow: 3px 3px 1px #42593B, 3px 3px 1px red;}

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

This text has shadow with #42593B primary color and red secondary color.


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

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

This text has shadow with #42593B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42593B on black background.


Color preview on white background

This text has color #42593B on white background.



Black color preview on #42593B background

This text has black color on #42593B background.


White color preview on #42593B background

This text has white color on #42593B background.