COLOR #42765C

HEX: #42765C
RGB: (66,118,92)

Color info

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

RGB color model

#42765C color RGB value is (66,118,92).

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

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 92 of 255 = 36%

66
118
92

R + G + B ~ 36%. #42765C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 92 = 276 (100%)
R 66 of 276 ~ 23.91%
G 118 of 276 ~ 42.75%
B 92 of 276 ~ 33.33%

%23.91
%42.75
%33.33

CMYK color model

#42765C color CMYK value is (44,0,22,54).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(44,0,22,54)
C44M0Y22K54 
(44%,0%,22%,54%)
(0.44/0.00/0.22/0.54)	

CMYK percentages

%44.07
%0
%22.03
%53.73

Codes

Color #42765C in popluar color models

42765C
RGB6611892
HSL150°28.26%36.08%
HSB/HSV150°44.07%46.27%
CMYK44.07%0.00%22.03%
53.73%

Color #42765C in popluar number systems.

HEX42765C
Decimal6611892
Binary100001011101101011100
Octal102166134

Shades and tints

Shades of #42765C

#42765C
(66,118,92)
#3C6C54
(60,108,84)
#36624C
(54,98,76)
#305844
(48,88,68)
#2A4E3C
(42,78,60)
#244434
(36,68,52)
#1E3A2C
(30,58,44)
#183024
(24,48,36)
#12261C
(18,38,28)
#0C1C14
(12,28,20)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #42765C

#42765C
(66,118,92)
#53826A
(83,130,106)
#648E78
(100,142,120)
#759A86
(117,154,134)
#86A694
(134,166,148)
#97B2A2
(151,178,162)
#A8BEB0
(168,190,176)
#B9CABE
(185,202,190)
#CAD6CC
(202,214,204)
#DBE2DA
(219,226,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42765C; }

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

This text font color is #42765C.


Background Color

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

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

This div background color is #42765C.


Border color

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

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

This div border color is #42765C.


Opacity

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

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

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

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

This text has shadow with #42765C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42765C on black background.


Color preview on white background

This text has color #42765C on white background.



Black color preview on #42765C background

This text has black color on #42765C background.


White color preview on #42765C background

This text has white color on #42765C background.