COLOR #42594C

HEX: #42594C
RGB: (66,89,76)

Color info

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

RGB color model

#42594C color RGB value is (66,89,76).

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

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 76 of 255 = 30%

66
89
76

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

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 76 = 231 (100%)
R 66 of 231 ~ 28.57%
G 89 of 231 ~ 38.53%
B 76 of 231 ~ 32.9%

%28.57
%38.53
%32.9

CMYK color model

#42594C color CMYK value is (26,0,15,65).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(26,0,15,65)
C26M0Y15K65 
(26%,0%,15%,65%)
(0.26/0.00/0.15/0.65)	

CMYK percentages

%25.84
%0
%14.61
%65.1

Codes

Color #42594C in popluar color models

42594C
RGB668976
HSL146°14.84%30.39%
HSB/HSV146°25.84%34.90%
CMYK25.84%0.00%14.61%
65.10%

Color #42594C in popluar number systems.

HEX42594C
Decimal668976
Binary100001010110011001100
Octal102131114

Shades and tints

Shades of #42594C

#42594C
(66,89,76)
#3C5146
(60,81,70)
#364940
(54,73,64)
#30413A
(48,65,58)
#2A3934
(42,57,52)
#24312E
(36,49,46)
#1E2928
(30,41,40)
#182122
(24,33,34)
#12191C
(18,25,28)
#0C1116
(12,17,22)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #42594C

#42594C
(66,89,76)
#53685C
(83,104,92)
#64776C
(100,119,108)
#75867C
(117,134,124)
#86958C
(134,149,140)
#97A49C
(151,164,156)
#A8B3AC
(168,179,172)
#B9C2BC
(185,194,188)
#CAD1CC
(202,209,204)
#DBE0DC
(219,224,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42594C; }

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

This text font color is #42594C.


Background Color

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

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

This div background color is #42594C.


Border color

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

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

This div border color is #42594C.


Opacity

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

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

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

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

This text has shadow with #42594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42594C on black background.


Color preview on white background

This text has color #42594C on white background.



Black color preview on #42594C background

This text has black color on #42594C background.


White color preview on #42594C background

This text has white color on #42594C background.