COLOR #42846A

HEX: #42846A
RGB: (66,132,106)

Color info

#42846A contains mainly green and blue colors. Web safe color of #42846A is #339966 (or #396).

RGB color model

#42846A color RGB value is (66,132,106).

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

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 106 of 255 = 42%

66
132
106

R + G + B ~ 40%. #42846A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 106 = 304 (100%)
R 66 of 304 ~ 21.71%
G 132 of 304 ~ 43.42%
B 106 of 304 ~ 34.87%

%21.71
%43.42
%34.87

CMYK color model

#42846A color CMYK value is (50,0,20,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK:
(50,0,20,48)
C50M0Y20K48 
(50%,0%,20%,48%)
(0.50/0.00/0.20/0.48)	

CMYK percentages

%50
%0
%19.7
%48.24

Codes

Color #42846A in popluar color models

42846A
RGB66132106
HSL156°33.33%38.82%
HSB/HSV156°50.00%51.76%
CMYK50.00%0.00%19.70%
48.24%

Color #42846A in popluar number systems.

HEX42846A
Decimal66132106
Binary1000010100001001101010
Octal102204152

Shades and tints

Shades of #42846A

#42846A
(66,132,106)
#3C7861
(60,120,97)
#366C58
(54,108,88)
#30604F
(48,96,79)
#2A5446
(42,84,70)
#24483D
(36,72,61)
#1E3C34
(30,60,52)
#18302B
(24,48,43)
#122422
(18,36,34)
#0C1819
(12,24,25)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #42846A

#42846A
(66,132,106)
#538F77
(83,143,119)
#649A84
(100,154,132)
#75A591
(117,165,145)
#86B09E
(134,176,158)
#97BBAB
(151,187,171)
#A8C6B8
(168,198,184)
#B9D1C5
(185,209,197)
#CADCD2
(202,220,210)
#DBE7DF
(219,231,223)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42846A; }

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

This text font color is #42846A.


Background Color

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

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

This div background color is #42846A.


Border color

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

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

This div border color is #42846A.


Opacity

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

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

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

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

This text has shadow with #42846A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42846A on black background.


Color preview on white background

This text has color #42846A on white background.



Black color preview on #42846A background

This text has black color on #42846A background.


White color preview on #42846A background

This text has white color on #42846A background.