COLOR #300334

HEX: #300334
RGB: (48,3,52)

Color info

#300334 contains red, green and blue colors in about the same proportion. Web safe color of #300334 is #330033 (or #303).

RGB color model

#300334 color RGB value is (48,3,52).

  • red value is 48;
  • green value is 3;
  • blue value is 52.
RGB:
(48,3,52)
(19%,1%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 3 of 255 = 1%
B 52 of 255 = 20%

48
3
52

R + G + B ~ 13%. #300334 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 3 + 52 = 103 (100%)
R 48 of 103 ~ 46.6%
G 3 of 103 ~ 2.91%
B 52 of 103 ~ 50.49%

%46.6
%50.49

CMYK color model

#300334 color CMYK value is (8,94,0,80).

  • cyan value is 7.69%
  • magenta value is 94.23%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(8,94,0,80)
C8M94Y0K80 
(8%,94%,0%,80%)
(0.08/0.94/0.00/0.80)	

CMYK percentages

%7.69
%94.23
%0
%79.61

Codes

Color #300334 in popluar color models

300334
RGB48352
HSL295°89.09%10.78%
HSB/HSV295°94.23%20.39%
CMYK7.69%94.23%0.00%
79.61%

Color #300334 in popluar number systems.

HEX300334
Decimal48352
Binary11000011110100
Octal60364

Shades and tints

Shades of #300334

#300334
(48,3,52)
#2C0330
(44,3,48)
#28032C
(40,3,44)
#240328
(36,3,40)
#200324
(32,3,36)
#1C0320
(28,3,32)
#18031C
(24,3,28)
#140318
(20,3,24)
#100314
(16,3,20)
#0C0310
(12,3,16)
#08030C
(8,3,12)
#000000
(0,0,0)

Tints of #300334

#300334
(48,3,52)
#421946
(66,25,70)
#542F58
(84,47,88)
#66456A
(102,69,106)
#785B7C
(120,91,124)
#8A718E
(138,113,142)
#9C87A0
(156,135,160)
#AE9DB2
(174,157,178)
#C0B3C4
(192,179,196)
#D2C9D6
(210,201,214)
#E4DFE8
(228,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300334 color. Also use rgb(48,3,52) instead hex code.

Text Font Color

.myTextColor { color: #300334; }

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

This text font color is #300334.


Background Color

.myBgColor { background-color: #300334; }

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

This div background color is #300334.


Border color

.myBorderColor { border: 1px solid #300334; }

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

This div border color is #300334.


Opacity

.myOpacity80 { color: #300334; opacity: 0.8; }

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

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

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

This text has shadow with #300334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300334 on black background.


Color preview on white background

This text has color #300334 on white background.



Black color preview on #300334 background

This text has black color on #300334 background.


White color preview on #300334 background

This text has white color on #300334 background.