COLOR #300D38

HEX: #300D38
RGB: (48,13,56)

Color info

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

RGB color model

#300D38 color RGB value is (48,13,56).

  • red value is 48;
  • green value is 13;
  • blue value is 56.
RGB:
(48,13,56)
(19%,5%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 56 of 255 = 22%

48
13
56

R + G + B ~ 15%. #300D38 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 56 = 117 (100%)
R 48 of 117 ~ 41.03%
G 13 of 117 ~ 11.11%
B 56 of 117 ~ 47.86%

%41.03
%11.11
%47.86

CMYK color model

#300D38 color CMYK value is (14,77,0,78).

  • cyan value is 14.29%
  • magenta value is 76.79%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(14,77,0,78)
C14M77Y0K78 
(14%,77%,0%,78%)
(0.14/0.77/0.00/0.78)	

CMYK percentages

%14.29
%76.79
%0
%78.04

Codes

Color #300D38 in popluar color models

300D38
RGB481356
HSL289°62.32%13.53%
HSB/HSV289°76.79%21.96%
CMYK14.29%76.79%0.00%
78.04%

Color #300D38 in popluar number systems.

HEX300D38
Decimal481356
Binary1100001101111000
Octal601570

Shades and tints

Shades of #300D38

#300D38
(48,13,56)
#2C0C33
(44,12,51)
#280B2E
(40,11,46)
#240A29
(36,10,41)
#200924
(32,9,36)
#1C081F
(28,8,31)
#18071A
(24,7,26)
#140615
(20,6,21)
#100510
(16,5,16)
#0C040B
(12,4,11)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #300D38

#300D38
(48,13,56)
#42234A
(66,35,74)
#54395C
(84,57,92)
#664F6E
(102,79,110)
#786580
(120,101,128)
#8A7B92
(138,123,146)
#9C91A4
(156,145,164)
#AEA7B6
(174,167,182)
#C0BDC8
(192,189,200)
#D2D3DA
(210,211,218)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300D38 color. Also use rgb(48,13,56) instead hex code.

Text Font Color

.myTextColor { color: #300D38; }

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

This text font color is #300D38.


Background Color

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

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

This div background color is #300D38.


Border color

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

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

This div border color is #300D38.


Opacity

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

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

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

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

This text has shadow with #300D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D38 on black background.


Color preview on white background

This text has color #300D38 on white background.



Black color preview on #300D38 background

This text has black color on #300D38 background.


White color preview on #300D38 background

This text has white color on #300D38 background.