COLOR #42594A

HEX: #42594A
RGB: (66,89,74)

Color info

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

RGB color model

#42594A color RGB value is (66,89,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 74 of 255 = 29%

66
89
74

R + G + B ~ 30%. #42594A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 74 = 229 (100%)
R 66 of 229 ~ 28.82%
G 89 of 229 ~ 38.86%
B 74 of 229 ~ 32.31%

%28.82
%38.86
%32.31

CMYK color model

#42594A color CMYK value is (26,0,17,65).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 65.10%
CMYK:
(26,0,17,65)
C26M0Y17K65 
(26%,0%,17%,65%)
(0.26/0.00/0.17/0.65)	

CMYK percentages

%25.84
%0
%16.85
%65.1

Codes

Color #42594A in popluar color models

42594A
RGB668974
HSL141°14.84%30.39%
HSB/HSV141°25.84%34.90%
CMYK25.84%0.00%16.85%
65.10%

Color #42594A in popluar number systems.

HEX42594A
Decimal668974
Binary100001010110011001010
Octal102131112

Shades and tints

Shades of #42594A

#42594A
(66,89,74)
#3C5144
(60,81,68)
#36493E
(54,73,62)
#304138
(48,65,56)
#2A3932
(42,57,50)
#24312C
(36,49,44)
#1E2926
(30,41,38)
#182120
(24,33,32)
#12191A
(18,25,26)
#0C1114
(12,17,20)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #42594A

#42594A
(66,89,74)
#53685A
(83,104,90)
#64776A
(100,119,106)
#75867A
(117,134,122)
#86958A
(134,149,138)
#97A49A
(151,164,154)
#A8B3AA
(168,179,170)
#B9C2BA
(185,194,186)
#CAD1CA
(202,209,202)
#DBE0DA
(219,224,218)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42594A color. Also use rgb(66,89,74) instead hex code.

Text Font Color

.myTextColor { color: #42594A; }

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

This text font color is #42594A.


Background Color

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

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

This div background color is #42594A.


Border color

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

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

This div border color is #42594A.


Opacity

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

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

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

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

This text has shadow with #42594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42594A on black background.


Color preview on white background

This text has color #42594A on white background.



Black color preview on #42594A background

This text has black color on #42594A background.


White color preview on #42594A background

This text has white color on #42594A background.