COLOR #30255C

HEX: #30255C
RGB: (48,37,92)

Color info

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

RGB color model

#30255C color RGB value is (48,37,92).

  • red value is 48;
  • green value is 37;
  • blue value is 92.
RGB:
(48,37,92)
(19%,15%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 92 of 255 = 36%

48
37
92

R + G + B ~ 23%. #30255C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 92 = 177 (100%)
R 48 of 177 ~ 27.12%
G 37 of 177 ~ 20.9%
B 92 of 177 ~ 51.98%

%27.12
%20.9
%51.98

CMYK color model

#30255C color CMYK value is (48,60,0,64).

  • cyan value is 47.83%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(48,60,0,64)
C48M60Y0K64 
(48%,60%,0%,64%)
(0.48/0.60/0.00/0.64)	

CMYK percentages

%47.83
%59.78
%0
%63.92

Codes

Color #30255C in popluar color models

30255C
RGB483792
HSL252°42.64%25.29%
HSB/HSV252°59.78%36.08%
CMYK47.83%59.78%0.00%
63.92%

Color #30255C in popluar number systems.

HEX30255C
Decimal483792
Binary1100001001011011100
Octal6045134

Shades and tints

Shades of #30255C

#30255C
(48,37,92)
#2C2254
(44,34,84)
#281F4C
(40,31,76)
#241C44
(36,28,68)
#20193C
(32,25,60)
#1C1634
(28,22,52)
#18132C
(24,19,44)
#141024
(20,16,36)
#100D1C
(16,13,28)
#0C0A14
(12,10,20)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #30255C

#30255C
(48,37,92)
#42386A
(66,56,106)
#544B78
(84,75,120)
#665E86
(102,94,134)
#787194
(120,113,148)
#8A84A2
(138,132,162)
#9C97B0
(156,151,176)
#AEAABE
(174,170,190)
#C0BDCC
(192,189,204)
#D2D0DA
(210,208,218)
#E4E3E8
(228,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30255C color. Also use rgb(48,37,92) instead hex code.

Text Font Color

.myTextColor { color: #30255C; }

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

This text font color is #30255C.


Background Color

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

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

This div background color is #30255C.


Border color

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

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

This div border color is #30255C.


Opacity

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

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

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

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

This text has shadow with #30255C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30255C on black background.


Color preview on white background

This text has color #30255C on white background.



Black color preview on #30255C background

This text has black color on #30255C background.


White color preview on #30255C background

This text has white color on #30255C background.