COLOR #42526E

HEX: #42526E
RGB: (66,82,110)

Color info

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

RGB color model

#42526E color RGB value is (66,82,110).

  • red value is 66;
  • green value is 82;
  • blue value is 110.
RGB:
(66,82,110)
(26%,32%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 110 of 255 = 43%

66
82
110

R + G + B ~ 34%. #42526E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 110 = 258 (100%)
R 66 of 258 ~ 25.58%
G 82 of 258 ~ 31.78%
B 110 of 258 ~ 42.64%

%25.58
%31.78
%42.64

CMYK color model

#42526E color CMYK value is (40,25,0,57).

  • cyan value is 40.00%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,25,0,57)
C40M25Y0K57 
(40%,25%,0%,57%)
(0.40/0.25/0.00/0.57)	

CMYK percentages

%40
%25.45
%0
%56.86

Codes

Color #42526E in popluar color models

42526E
RGB6682110
HSL218°25.00%34.51%
HSB/HSV218°40.00%43.14%
CMYK40.00%25.45%0.00%
56.86%

Color #42526E in popluar number systems.

HEX42526E
Decimal6682110
Binary100001010100101101110
Octal102122156

Shades and tints

Shades of #42526E

#42526E
(66,82,110)
#3C4B64
(60,75,100)
#36445A
(54,68,90)
#303D50
(48,61,80)
#2A3646
(42,54,70)
#242F3C
(36,47,60)
#1E2832
(30,40,50)
#182128
(24,33,40)
#121A1E
(18,26,30)
#0C1314
(12,19,20)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #42526E

#42526E
(66,82,110)
#53617B
(83,97,123)
#647088
(100,112,136)
#757F95
(117,127,149)
#868EA2
(134,142,162)
#979DAF
(151,157,175)
#A8ACBC
(168,172,188)
#B9BBC9
(185,187,201)
#CACAD6
(202,202,214)
#DBD9E3
(219,217,227)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42526E color. Also use rgb(66,82,110) instead hex code.

Text Font Color

.myTextColor { color: #42526E; }

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

This text font color is #42526E.


Background Color

.myBgColor { background-color: #42526E; }

<div style="background-color:#42526E">Inner text</div>

This div background color is #42526E.


Border color

.myBorderColor { border: 1px solid #42526E; }

<div style="border:3px solid #42526E">Div</div>

This div border color is #42526E.


Opacity

.myOpacity80 { color: #42526E; opacity: 0.8; }

<p style="color:#42526E;opacity:0.8;">80%</p>

Text with #42526E 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 #42526E;}

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

This text has shadow with #42526E color.

.textShadow {text-shadow: 3px 3px 1px #42526E, 3px 3px 1px red;}

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

This text has shadow with #42526E primary color and red secondary color.


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

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

This text has shadow with #42526E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42526E on black background.


Color preview on white background

This text has color #42526E on white background.



Black color preview on #42526E background

This text has black color on #42526E background.


White color preview on #42526E background

This text has white color on #42526E background.