COLOR #42766A

HEX: #42766A
RGB: (66,118,106)

Color info

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

RGB color model

#42766A color RGB value is (66,118,106).

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

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 106 of 255 = 42%

66
118
106

R + G + B ~ 38%. #42766A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 106 = 290 (100%)
R 66 of 290 ~ 22.76%
G 118 of 290 ~ 40.69%
B 106 of 290 ~ 36.55%

%22.76
%40.69
%36.55

CMYK color model

#42766A color CMYK value is (44,0,10,54).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(44,0,10,54)
C44M0Y10K54 
(44%,0%,10%,54%)
(0.44/0.00/0.10/0.54)	

CMYK percentages

%44.07
%0
%10.17
%53.73

Codes

Color #42766A in popluar color models

42766A
RGB66118106
HSL166°28.26%36.08%
HSB/HSV166°44.07%46.27%
CMYK44.07%0.00%10.17%
53.73%

Color #42766A in popluar number systems.

HEX42766A
Decimal66118106
Binary100001011101101101010
Octal102166152

Shades and tints

Shades of #42766A

#42766A
(66,118,106)
#3C6C61
(60,108,97)
#366258
(54,98,88)
#30584F
(48,88,79)
#2A4E46
(42,78,70)
#24443D
(36,68,61)
#1E3A34
(30,58,52)
#18302B
(24,48,43)
#122622
(18,38,34)
#0C1C19
(12,28,25)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #42766A

#42766A
(66,118,106)
#538277
(83,130,119)
#648E84
(100,142,132)
#759A91
(117,154,145)
#86A69E
(134,166,158)
#97B2AB
(151,178,171)
#A8BEB8
(168,190,184)
#B9CAC5
(185,202,197)
#CAD6D2
(202,214,210)
#DBE2DF
(219,226,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42766A color. Also use rgb(66,118,106) instead hex code.

Text Font Color

.myTextColor { color: #42766A; }

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

This text font color is #42766A.


Background Color

.myBgColor { background-color: #42766A; }

<div style="background-color:#42766A">Inner text</div>

This div background color is #42766A.


Border color

.myBorderColor { border: 1px solid #42766A; }

<div style="border:3px solid #42766A">Div</div>

This div border color is #42766A.


Opacity

.myOpacity80 { color: #42766A; opacity: 0.8; }

<p style="color:#42766A;opacity:0.8;">80%</p>

Text with #42766A 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 #42766A;}

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

This text has shadow with #42766A color.

.textShadow {text-shadow: 3px 3px 1px #42766A, 3px 3px 1px red;}

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

This text has shadow with #42766A primary color and red secondary color.


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

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

This text has shadow with #42766A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42766A on black background.


Color preview on white background

This text has color #42766A on white background.



Black color preview on #42766A background

This text has black color on #42766A background.


White color preview on #42766A background

This text has white color on #42766A background.