COLOR #300C27

HEX: #300C27
RGB: (48,12,39)

Color info

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

RGB color model

#300C27 color RGB value is (48,12,39).

  • red value is 48;
  • green value is 12;
  • blue value is 39.
RGB:
(48,12,39)
(19%,5%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 12 of 255 = 5%
B 39 of 255 = 15%

48
12
39

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

Portions of RGB colors in percentages

R + G + B =
48 + 12 + 39 = 99 (100%)
R 48 of 99 ~ 48.48%
G 12 of 99 ~ 12.12%
B 39 of 99 ~ 39.39%

%48.48
%12.12
%39.39

CMYK color model

#300C27 color CMYK value is (0,75,19,81).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 18.75%
  • key color value is 81.18%
CMYK:
(0,75,19,81)
C0M75Y19K81 
(0%,75%,19%,81%)
(0.00/0.75/0.19/0.81)	

CMYK percentages

%0
%75
%18.75
%81.18

Codes

Color #300C27 in popluar color models

300C27
RGB481239
HSL315°60.00%11.76%
HSB/HSV315°75.00%18.82%
CMYK0.00%75.00%18.75%
81.18%

Color #300C27 in popluar number systems.

HEX300C27
Decimal481239
Binary1100001100100111
Octal601447

Shades and tints

Shades of #300C27

#300C27
(48,12,39)
#2C0B24
(44,11,36)
#280A21
(40,10,33)
#24091E
(36,9,30)
#20081B
(32,8,27)
#1C0718
(28,7,24)
#180615
(24,6,21)
#140512
(20,5,18)
#10040F
(16,4,15)
#0C030C
(12,3,12)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #300C27

#300C27
(48,12,39)
#42223A
(66,34,58)
#54384D
(84,56,77)
#664E60
(102,78,96)
#786473
(120,100,115)
#8A7A86
(138,122,134)
#9C9099
(156,144,153)
#AEA6AC
(174,166,172)
#C0BCBF
(192,188,191)
#D2D2D2
(210,210,210)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300C27 color. Also use rgb(48,12,39) instead hex code.

Text Font Color

.myTextColor { color: #300C27; }

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

This text font color is #300C27.


Background Color

.myBgColor { background-color: #300C27; }

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

This div background color is #300C27.


Border color

.myBorderColor { border: 1px solid #300C27; }

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

This div border color is #300C27.


Opacity

.myOpacity80 { color: #300C27; opacity: 0.8; }

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

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

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

This text has shadow with #300C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300C27 on black background.


Color preview on white background

This text has color #300C27 on white background.



Black color preview on #300C27 background

This text has black color on #300C27 background.


White color preview on #300C27 background

This text has white color on #300C27 background.