COLOR #42645B

HEX: #42645B RGB: (66,100,91)

Color info

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

RGB color model

#42645B color RGB value is (66,100,91).

RGB: (66,100,91) (26%, 39%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 91 of 255 = 36%

66
100
91

R + G + B ~ 34%. #42645B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 100 + 91 = 257 (100%)
R 66 of 257 ~ 25.68%
G 100 of 257 ~ 38.91%
B 91 of 257 ~ 35.41'%

%25.68
%38.91
%35.41

CMYK color model

#42645B color CMYK value is (34,0,9,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 60.78%

CMYK: (34,0,9,61)
C34M0Y9K61 (34%, 0%, 9%, 61%)
(0.34 / 0.00 / 0.09 / 0.61)

CMYK percentages

%34
%0
%9
%60.78

Codes

Color #42645B in popluar color models

42 64 5B
RGB 66 100 91
HSL 164° 20.48% 32.55%
HSB/HSV 164° 34.00% 39.22%
CMYK 34.00% 0.00% 9.00%
60.78%

Color #42645B in popluar number systems.

HEX 42 64 5B
Decimal 66 100 91
Binary 1000010 1100100 1011011
Octal 102 144 133

Shades and tints

Shades of #42645B

#42645B
(66,100,91)
#3C5B53
(60,91,83)
#36524B
(54,82,75)
#304943
(48,73,67)
#2A403B
(42,64,59)
#243733
(36,55,51)
#1E2E2B
(30,46,43)
#182523
(24,37,35)
#121C1B
(18,28,27)
#0C1313
(12,19,19)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #42645B

#42645B
(66,100,91)
#537269
(83,114,105)
#648077
(100,128,119)
#758E85
(117,142,133)
#869C93
(134,156,147)
#97AAA1
(151,170,161)
#A8B8AF
(168,184,175)
#B9C6BD
(185,198,189)
#CAD4CB
(202,212,203)
#DBE2D9
(219,226,217)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42645B color. Also use rgb(66,100,91) instead hex code.

Text Font Color

.myTextColor { color: #42645B; }

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

This text font color is #42645B.

Background Color

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

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

This div background color is #42645B.

Border color

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

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

This div border color is #42645B.

Opacity

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

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

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

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

This text has shadow with #42645B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42645B.

Preview

Color preview on black background

This text has color #42645B on black background.


Color preview on white background

This text has color #42645B on white background.


Black color preview on #42645B background

This text has black color on #42645B background.


White color preview on #42645B background

This text has white color on #42645B background.


Related colors

Complementary color

Complementary color for #hex is #BD9BA4.


I love getcolorcode.com

Triadic colors

1 #5B4264 and #645B42 with #42645B are triadic colors.

2 #5B6442 and #64425B with #42645B are triadic colors.