COLOR #42655C

HEX: #42655C
RGB: (66,101,92)

Color info

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

RGB color model

#42655C color RGB value is (66,101,92).

  • red value is 66;
  • green value is 101;
  • blue value is 92.
RGB:
(66,101,92)
(26%,40%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 92 of 255 = 36%

66
101
92

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

Portions of RGB colors in percentages

R + G + B =
66 + 101 + 92 = 259 (100%)
R 66 of 259 ~ 25.48%
G 101 of 259 ~ 39%
B 92 of 259 ~ 35.52%

%25.48
%39
%35.52

CMYK color model

#42655C color CMYK value is (35,0,9,60).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%
CMYK:
(35,0,9,60)
C35M0Y9K60 
(35%,0%,9%,60%)
(0.35/0.00/0.09/0.60)	

CMYK percentages

%34.65
%0
%8.91
%60.39

Codes

Color #42655C in popluar color models

42655C
RGB6610192
HSL165°20.96%32.75%
HSB/HSV165°34.65%39.61%
CMYK34.65%0.00%8.91%
60.39%

Color #42655C in popluar number systems.

HEX42655C
Decimal6610192
Binary100001011001011011100
Octal102145134

Shades and tints

Shades of #42655C

#42655C
(66,101,92)
#3C5C54
(60,92,84)
#36534C
(54,83,76)
#304A44
(48,74,68)
#2A413C
(42,65,60)
#243834
(36,56,52)
#1E2F2C
(30,47,44)
#182624
(24,38,36)
#121D1C
(18,29,28)
#0C1414
(12,20,20)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #42655C

#42655C
(66,101,92)
#53736A
(83,115,106)
#648178
(100,129,120)
#758F86
(117,143,134)
#869D94
(134,157,148)
#97ABA2
(151,171,162)
#A8B9B0
(168,185,176)
#B9C7BE
(185,199,190)
#CAD5CC
(202,213,204)
#DBE3DA
(219,227,218)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42655C color. Also use rgb(66,101,92) instead hex code.

Text Font Color

.myTextColor { color: #42655C; }

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

This text font color is #42655C.


Background Color

.myBgColor { background-color: #42655C; }

<div style="background-color:#42655C">Inner text</div>

This div background color is #42655C.


Border color

.myBorderColor { border: 1px solid #42655C; }

<div style="border:3px solid #42655C">Div</div>

This div border color is #42655C.


Opacity

.myOpacity80 { color: #42655C; opacity: 0.8; }

<p style="color:#42655C;opacity:0.8;">80%</p>

Text with #42655C 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 #42655C;}

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

This text has shadow with #42655C color.

.textShadow {text-shadow: 3px 3px 1px #42655C, 3px 3px 1px red;}

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

This text has shadow with #42655C primary color and red secondary color.


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

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

This text has shadow with #42655C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42655C on black background.


Color preview on white background

This text has color #42655C on white background.



Black color preview on #42655C background

This text has black color on #42655C background.


White color preview on #42655C background

This text has white color on #42655C background.