COLOR #42535A

HEX: #42535A
RGB: (66,83,90)

Color info

#42535A contains red, green and blue colors in about the same proportion. Web safe color of #42535A is #336666 (or #366).

RGB color model

#42535A color RGB value is (66,83,90).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 90 of 255 = 35%

66
83
90

R + G + B ~ 31%. #42535A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 90 = 239 (100%)
R 66 of 239 ~ 27.62%
G 83 of 239 ~ 34.73%
B 90 of 239 ~ 37.66%

%27.62
%34.73
%37.66

CMYK color model

#42535A color CMYK value is (27,8,0,65).

  • cyan value is 26.67%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(27,8,0,65)
C27M8Y0K65 
(27%,8%,0%,65%)
(0.27/0.08/0.00/0.65)	

CMYK percentages

%26.67
%7.78
%0
%64.71

Codes

Color #42535A in popluar color models

42535A
RGB668390
HSL198°15.38%30.59%
HSB/HSV198°26.67%35.29%
CMYK26.67%7.78%0.00%
64.71%

Color #42535A in popluar number systems.

HEX42535A
Decimal668390
Binary100001010100111011010
Octal102123132

Shades and tints

Shades of #42535A

#42535A
(66,83,90)
#3C4C52
(60,76,82)
#36454A
(54,69,74)
#303E42
(48,62,66)
#2A373A
(42,55,58)
#243032
(36,48,50)
#1E292A
(30,41,42)
#182222
(24,34,34)
#121B1A
(18,27,26)
#0C1412
(12,20,18)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #42535A

#42535A
(66,83,90)
#536269
(83,98,105)
#647178
(100,113,120)
#758087
(117,128,135)
#868F96
(134,143,150)
#979EA5
(151,158,165)
#A8ADB4
(168,173,180)
#B9BCC3
(185,188,195)
#CACBD2
(202,203,210)
#DBDAE1
(219,218,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42535A; }

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

This text font color is #42535A.


Background Color

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

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

This div background color is #42535A.


Border color

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

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

This div border color is #42535A.


Opacity

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

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

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

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

This text has shadow with #42535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42535A on black background.


Color preview on white background

This text has color #42535A on white background.



Black color preview on #42535A background

This text has black color on #42535A background.


White color preview on #42535A background

This text has white color on #42535A background.