COLOR #42554D

HEX: #42554D
RGB: (66,85,77)

Color info

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

RGB color model

#42554D color RGB value is (66,85,77).

  • red value is 66;
  • green value is 85;
  • blue value is 77.
RGB:
(66,85,77)
(26%,33%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 77 of 255 = 30%

66
85
77

R + G + B ~ 30%. #42554D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 77 = 228 (100%)
R 66 of 228 ~ 28.95%
G 85 of 228 ~ 37.28%
B 77 of 228 ~ 33.77%

%28.95
%37.28
%33.77

CMYK color model

#42554D color CMYK value is (22,0,9,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(22,0,9,67)
C22M0Y9K67 
(22%,0%,9%,67%)
(0.22/0.00/0.09/0.67)	

CMYK percentages

%22.35
%0
%9.41
%66.67

Codes

Color #42554D in popluar color models

42554D
RGB668577
HSL155°12.58%29.61%
HSB/HSV155°22.35%33.33%
CMYK22.35%0.00%9.41%
66.67%

Color #42554D in popluar number systems.

HEX42554D
Decimal668577
Binary100001010101011001101
Octal102125115

Shades and tints

Shades of #42554D

#42554D
(66,85,77)
#3C4E46
(60,78,70)
#36473F
(54,71,63)
#304038
(48,64,56)
#2A3931
(42,57,49)
#24322A
(36,50,42)
#1E2B23
(30,43,35)
#18241C
(24,36,28)
#121D15
(18,29,21)
#0C160E
(12,22,14)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #42554D

#42554D
(66,85,77)
#53645D
(83,100,93)
#64736D
(100,115,109)
#75827D
(117,130,125)
#86918D
(134,145,141)
#97A09D
(151,160,157)
#A8AFAD
(168,175,173)
#B9BEBD
(185,190,189)
#CACDCD
(202,205,205)
#DBDCDD
(219,220,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42554D color. Also use rgb(66,85,77) instead hex code.

Text Font Color

.myTextColor { color: #42554D; }

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

This text font color is #42554D.


Background Color

.myBgColor { background-color: #42554D; }

<div style="background-color:#42554D">Inner text</div>

This div background color is #42554D.


Border color

.myBorderColor { border: 1px solid #42554D; }

<div style="border:3px solid #42554D">Div</div>

This div border color is #42554D.


Opacity

.myOpacity80 { color: #42554D; opacity: 0.8; }

<p style="color:#42554D;opacity:0.8;">80%</p>

Text with #42554D 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 #42554D;}

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

This text has shadow with #42554D color.

.textShadow {text-shadow: 3px 3px 1px #42554D, 3px 3px 1px red;}

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

This text has shadow with #42554D primary color and red secondary color.


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

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

This text has shadow with #42554D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42554D on black background.


Color preview on white background

This text has color #42554D on white background.



Black color preview on #42554D background

This text has black color on #42554D background.


White color preview on #42554D background

This text has white color on #42554D background.