COLOR #42828C

HEX: #42828C RGB: (66,130,140)

Color info

#42828C contains mainly green and blue colors. Web safe color of #42828C is #339999 (or #399).

RGB color model

#42828C color RGB value is (66,130,140).

RGB: (66,130,140) (26%, 51%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 130 of 255 = 51%
B 140 of 255 = 55%

66
130
140

R + G + B ~ 44%. #42828C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 130 + 140 = 336 (100%)
R 66 of 336 ~ 19.64%
G 130 of 336 ~ 38.69%
B 140 of 336 ~ 41.67'%

%19.64
%38.69
%41.67

CMYK color model

#42828C color CMYK value is (53,7,0,45).

  • cyan value is 52.86%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (53,7,0,45)
C53M7Y0K45 (53%, 7%, 0%, 45%)
(0.53 / 0.07 / 0.00 / 0.45)

CMYK percentages

%52.86
%7.14
%0
%45.1

Codes

Color #42828C in popluar color models

42 82 8C
RGB 66 130 140
HSL 188° 35.92% 40.39%
HSB/HSV 188° 52.86% 54.90%
CMYK 52.86% 7.14% 0.00%
45.10%

Color #42828C in popluar number systems.

HEX 42 82 8C
Decimal 66 130 140
Binary 1000010 10000010 10001100
Octal 102 202 214

Shades and tints

Shades of #42828C

#42828C
(66,130,140)
#3C7780
(60,119,128)
#366C74
(54,108,116)
#306168
(48,97,104)
#2A565C
(42,86,92)
#244B50
(36,75,80)
#1E4044
(30,64,68)
#183538
(24,53,56)
#122A2C
(18,42,44)
#0C1F20
(12,31,32)
#061414
(6,20,20)
#000000
(0,0,0)

Tints of #42828C

#42828C
(66,130,140)
#538D96
(83,141,150)
#6498A0
(100,152,160)
#75A3AA
(117,163,170)
#86AEB4
(134,174,180)
#97B9BE
(151,185,190)
#A8C4C8
(168,196,200)
#B9CFD2
(185,207,210)
#CADADC
(202,218,220)
#DBE5E6
(219,229,230)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42828C color. Also use rgb(66,130,140) instead hex code.

Text Font Color

.myTextColor { color: #42828C; }

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

This text font color is #42828C.

Background Color

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

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

This div background color is #42828C.

Border color

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

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

This div border color is #42828C.

Opacity

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

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

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

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

This text has shadow with #42828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42828C.

Preview

Color preview on black background

This text has color #42828C on black background.


Color preview on white background

This text has color #42828C on white background.


Black color preview on #42828C background

This text has black color on #42828C background.


White color preview on #42828C background

This text has white color on #42828C background.


Related colors

Complementary color

Complementary color for #hex is #BD7D73.


I love getcolorcode.com

Triadic colors

1 #8C4282 and #828C42 with #42828C are triadic colors.

2 #8C8242 and #82428C with #42828C are triadic colors.