COLOR #42538A

HEX: #42538A
RGB: (66,83,138)

Color info

#42538A contains mainly green and blue colors. Web safe color of #42538A is #336699 (or #369).

RGB color model

#42538A color RGB value is (66,83,138).

  • red value is 66;
  • green value is 83;
  • blue value is 138.
RGB:
(66,83,138)
(26%,33%,54%)

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 138 of 255 = 54%

66
83
138

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 138 = 287 (100%)
R 66 of 287 ~ 23%
G 83 of 287 ~ 28.92%
B 138 of 287 ~ 48.08%

%23
%28.92
%48.08

CMYK color model

#42538A color CMYK value is (52,40,0,46).

  • cyan value is 52.17%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(52,40,0,46)
C52M40Y0K46 
(52%,40%,0%,46%)
(0.52/0.40/0.00/0.46)	

CMYK percentages

%52.17
%39.86
%0
%45.88

Codes

Color #42538A in popluar color models

42538A
RGB6683138
HSL226°35.29%40.00%
HSB/HSV226°52.17%54.12%
CMYK52.17%39.86%0.00%
45.88%

Color #42538A in popluar number systems.

HEX42538A
Decimal6683138
Binary1000010101001110001010
Octal102123212

Shades and tints

Shades of #42538A

#42538A
(66,83,138)
#3C4C7E
(60,76,126)
#364572
(54,69,114)
#303E66
(48,62,102)
#2A375A
(42,55,90)
#24304E
(36,48,78)
#1E2942
(30,41,66)
#182236
(24,34,54)
#121B2A
(18,27,42)
#0C141E
(12,20,30)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #42538A

#42538A
(66,83,138)
#536294
(83,98,148)
#64719E
(100,113,158)
#7580A8
(117,128,168)
#868FB2
(134,143,178)
#979EBC
(151,158,188)
#A8ADC6
(168,173,198)
#B9BCD0
(185,188,208)
#CACBDA
(202,203,218)
#DBDAE4
(219,218,228)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42538A color. Also use rgb(66,83,138) instead hex code.

Text Font Color

.myTextColor { color: #42538A; }

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

This text font color is #42538A.


Background Color

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

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

This div background color is #42538A.


Border color

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

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

This div border color is #42538A.


Opacity

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

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

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

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

This text has shadow with #42538A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42538A on black background.


Color preview on white background

This text has color #42538A on white background.



Black color preview on #42538A background

This text has black color on #42538A background.


White color preview on #42538A background

This text has white color on #42538A background.