COLOR #42265B

HEX: #42265B RGB: (66,38,91)

Color info

#42265B contains red, green and blue colors in about the same proportion. Web safe color of #42265B is #333366 (or #336).

RGB color model

#42265B color RGB value is (66,38,91).

RGB: (66,38,91) (26%, 15%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 38 of 255 = 15%
B 91 of 255 = 36%

66
38
91

R + G + B ~ 26%. #42265B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 38 + 91 = 195 (100%)
R 66 of 195 ~ 33.85%
G 38 of 195 ~ 19.49%
B 91 of 195 ~ 46.67'%

%33.85
%19.49
%46.67

CMYK color model

#42265B color CMYK value is (27,58,0,64).

  • cyan value is 27.47%
  • magenta value is 58.24%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (27,58,0,64)
C27M58Y0K64 (27%, 58%, 0%, 64%)
(0.27 / 0.58 / 0.00 / 0.64)

CMYK percentages

%27.47
%58.24
%0
%64.31

Codes

Color #42265B in popluar color models

42 26 5B
RGB 66 38 91
HSL 272° 41.09% 25.29%
HSB/HSV 272° 58.24% 35.69%
CMYK 27.47% 58.24% 0.00%
64.31%

Color #42265B in popluar number systems.

HEX 42 26 5B
Decimal 66 38 91
Binary 1000010 100110 1011011
Octal 102 46 133

Shades and tints

Shades of #42265B

#42265B
(66,38,91)
#3C2353
(60,35,83)
#36204B
(54,32,75)
#301D43
(48,29,67)
#2A1A3B
(42,26,59)
#241733
(36,23,51)
#1E142B
(30,20,43)
#181123
(24,17,35)
#120E1B
(18,14,27)
#0C0B13
(12,11,19)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #42265B

#42265B
(66,38,91)
#533969
(83,57,105)
#644C77
(100,76,119)
#755F85
(117,95,133)
#867293
(134,114,147)
#9785A1
(151,133,161)
#A898AF
(168,152,175)
#B9ABBD
(185,171,189)
#CABECB
(202,190,203)
#DBD1D9
(219,209,217)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42265B color. Also use rgb(66,38,91) instead hex code.

Text Font Color

.myTextColor { color: #42265B; }

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

This text font color is #42265B.

Background Color

.myBgColor { background-color: #42265B; }

<div style="background-color:#42265B">Inner text</div>

This div background color is #42265B.

Border color

.myBorderColor { border: 1px solid #42265B; }

<div style="border:3px solid #42265B">Div</div>

This div border color is #42265B.

Opacity

.myOpacity80 { color: #42265B; opacity: 0.8; }

<p style="color:#42265B;opacity:0.8;">80%</p>

Text with #42265B 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 #42265B;}

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

This text has shadow with #42265B color.


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

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

This text has shadow with #42265B primary color and red secondary color.


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

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

This text has shadow with #42265B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42265B.

Preview

Color preview on black background

This text has color #42265B on black background.


Color preview on white background

This text has color #42265B on white background.


Black color preview on #42265B background

This text has black color on #42265B background.


White color preview on #42265B background

This text has white color on #42265B background.


Related colors

Complementary color

Complementary color for #hex is #BDD9A4.


I love getcolorcode.com

Triadic colors

1 #5B4226 and #265B42 with #42265B are triadic colors.

2 #5B2642 and #26425B with #42265B are triadic colors.