COLOR #42534A

HEX: #42534A
RGB: (66,83,74)

Color info

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

RGB color model

#42534A color RGB value is (66,83,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 74 of 255 = 29%

66
83
74

R + G + B ~ 29%. #42534A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 74 = 223 (100%)
R 66 of 223 ~ 29.6%
G 83 of 223 ~ 37.22%
B 74 of 223 ~ 33.18%

%29.6
%37.22
%33.18

CMYK color model

#42534A color CMYK value is (20,0,11,67).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 67.45%
CMYK:
(20,0,11,67)
C20M0Y11K67 
(20%,0%,11%,67%)
(0.20/0.00/0.11/0.67)	

CMYK percentages

%20.48
%0
%10.84
%67.45

Codes

Color #42534A in popluar color models

42534A
RGB668374
HSL148°11.41%29.22%
HSB/HSV148°20.48%32.55%
CMYK20.48%0.00%10.84%
67.45%

Color #42534A in popluar number systems.

HEX42534A
Decimal668374
Binary100001010100111001010
Octal102123112

Shades and tints

Shades of #42534A

#42534A
(66,83,74)
#3C4C44
(60,76,68)
#36453E
(54,69,62)
#303E38
(48,62,56)
#2A3732
(42,55,50)
#24302C
(36,48,44)
#1E2926
(30,41,38)
#182220
(24,34,32)
#121B1A
(18,27,26)
#0C1414
(12,20,20)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #42534A

#42534A
(66,83,74)
#53625A
(83,98,90)
#64716A
(100,113,106)
#75807A
(117,128,122)
#868F8A
(134,143,138)
#979E9A
(151,158,154)
#A8ADAA
(168,173,170)
#B9BCBA
(185,188,186)
#CACBCA
(202,203,202)
#DBDADA
(219,218,218)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42534A; }

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

This text font color is #42534A.


Background Color

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

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

This div background color is #42534A.


Border color

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

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

This div border color is #42534A.


Opacity

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

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

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

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

This text has shadow with #42534A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42534A on black background.


Color preview on white background

This text has color #42534A on white background.



Black color preview on #42534A background

This text has black color on #42534A background.


White color preview on #42534A background

This text has white color on #42534A background.