COLOR #42307A

HEX: #42307A
RGB: (66,48,122)

Color info

#42307A contains mainly red and blue colors. Web safe color of #42307A is #333366 (or #336).

RGB color model

#42307A color RGB value is (66,48,122).

  • red value is 66;
  • green value is 48;
  • blue value is 122.
RGB:
(66,48,122)
(26%,19%,48%)

RGB channels and saturation

R 66 of 255 = 26%
G 48 of 255 = 19%
B 122 of 255 = 48%

66
48
122

R + G + B ~ 31%. #42307A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 48 + 122 = 236 (100%)
R 66 of 236 ~ 27.97%
G 48 of 236 ~ 20.34%
B 122 of 236 ~ 51.69%

%27.97
%20.34
%51.69

CMYK color model

#42307A color CMYK value is (46,61,0,52).

  • cyan value is 45.90%
  • magenta value is 60.66%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(46,61,0,52)
C46M61Y0K52 
(46%,61%,0%,52%)
(0.46/0.61/0.00/0.52)	

CMYK percentages

%45.9
%60.66
%0
%52.16

Codes

Color #42307A in popluar color models

42307A
RGB6648122
HSL255°43.53%33.33%
HSB/HSV255°60.66%47.84%
CMYK45.90%60.66%0.00%
52.16%

Color #42307A in popluar number systems.

HEX42307A
Decimal6648122
Binary10000101100001111010
Octal10260172

Shades and tints

Shades of #42307A

#42307A
(66,48,122)
#3C2C6F
(60,44,111)
#362864
(54,40,100)
#302459
(48,36,89)
#2A204E
(42,32,78)
#241C43
(36,28,67)
#1E1838
(30,24,56)
#18142D
(24,20,45)
#121022
(18,16,34)
#0C0C17
(12,12,23)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #42307A

#42307A
(66,48,122)
#534286
(83,66,134)
#645492
(100,84,146)
#75669E
(117,102,158)
#8678AA
(134,120,170)
#978AB6
(151,138,182)
#A89CC2
(168,156,194)
#B9AECE
(185,174,206)
#CAC0DA
(202,192,218)
#DBD2E6
(219,210,230)
#ECE4F2
(236,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42307A color. Also use rgb(66,48,122) instead hex code.

Text Font Color

.myTextColor { color: #42307A; }

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

This text font color is #42307A.


Background Color

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

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

This div background color is #42307A.


Border color

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

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

This div border color is #42307A.


Opacity

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

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

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

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

This text has shadow with #42307A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42307A on black background.


Color preview on white background

This text has color #42307A on white background.



Black color preview on #42307A background

This text has black color on #42307A background.


White color preview on #42307A background

This text has white color on #42307A background.