COLOR #42554B

HEX: #42554B RGB: (66,85,75)

Color info

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

RGB color model

#42554B color RGB value is (66,85,75).

RGB: (66,85,75) (26%, 33%, 29%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 75 of 255 = 29%

66
85
75

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

Portions of RGB colors in percentages

R + G + B = 66 + 85 + 75 = 226 (100%)
R 66 of 226 ~ 29.2%
G 85 of 226 ~ 37.61%
B 75 of 226 ~ 33.19'%

%29.2
%37.61
%33.19

CMYK color model

#42554B color CMYK value is (22,0,12,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 66.67%

CMYK: (22,0,12,67)
C22M0Y12K67 (22%, 0%, 12%, 67%)
(0.22 / 0.00 / 0.12 / 0.67)

CMYK percentages

%22.35
%0
%11.76
%66.67

Codes

Color #42554B in popluar color models

42 55 4B
RGB 66 85 75
HSL 148° 12.58% 29.61%
HSB/HSV 148° 22.35% 33.33%
CMYK 22.35% 0.00% 11.76%
66.67%

Color #42554B in popluar number systems.

HEX 42 55 4B
Decimal 66 85 75
Binary 1000010 1010101 1001011
Octal 102 125 113

Shades and tints

Shades of #42554B

#42554B
(66,85,75)
#3C4E45
(60,78,69)
#36473F
(54,71,63)
#304039
(48,64,57)
#2A3933
(42,57,51)
#24322D
(36,50,45)
#1E2B27
(30,43,39)
#182421
(24,36,33)
#121D1B
(18,29,27)
#0C1615
(12,22,21)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #42554B

#42554B
(66,85,75)
#53645B
(83,100,91)
#64736B
(100,115,107)
#75827B
(117,130,123)
#86918B
(134,145,139)
#97A09B
(151,160,155)
#A8AFAB
(168,175,171)
#B9BEBB
(185,190,187)
#CACDCB
(202,205,203)
#DBDCDB
(219,220,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42554B; }

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

This text font color is #42554B.

Background Color

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

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

This div background color is #42554B.

Border color

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

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

This div border color is #42554B.

Opacity

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

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

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

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

This text has shadow with #42554B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42554B.

Preview

Color preview on black background

This text has color #42554B on black background.


Color preview on white background

This text has color #42554B on white background.


Black color preview on #42554B background

This text has black color on #42554B background.


White color preview on #42554B background

This text has white color on #42554B background.


Related colors

Complementary color

Complementary color for #hex is #BDAAB4.


I love getcolorcode.com

Triadic colors

1 #4B4255 and #554B42 with #42554B are triadic colors.

2 #4B5542 and #55424B with #42554B are triadic colors.