COLOR #300F3E

HEX: #300F3E
RGB: (48,15,62)

Color info

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

RGB color model

#300F3E color RGB value is (48,15,62).

  • red value is 48;
  • green value is 15;
  • blue value is 62.
RGB:
(48,15,62)
(19%,6%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 62 of 255 = 24%

48
15
62

R + G + B ~ 16%. #300F3E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 62 = 125 (100%)
R 48 of 125 ~ 38.4%
G 15 of 125 ~ 12%
B 62 of 125 ~ 49.6%

%38.4
%12
%49.6

CMYK color model

#300F3E color CMYK value is (23,76,0,76).

  • cyan value is 22.58%
  • magenta value is 75.81%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(23,76,0,76)
C23M76Y0K76 
(23%,76%,0%,76%)
(0.23/0.76/0.00/0.76)	

CMYK percentages

%22.58
%75.81
%0
%75.69

Codes

Color #300F3E in popluar color models

300F3E
RGB481562
HSL282°61.04%15.10%
HSB/HSV282°75.81%24.31%
CMYK22.58%75.81%0.00%
75.69%

Color #300F3E in popluar number systems.

HEX300F3E
Decimal481562
Binary1100001111111110
Octal601776

Shades and tints

Shades of #300F3E

#300F3E
(48,15,62)
#2C0E39
(44,14,57)
#280D34
(40,13,52)
#240C2F
(36,12,47)
#200B2A
(32,11,42)
#1C0A25
(28,10,37)
#180920
(24,9,32)
#14081B
(20,8,27)
#100716
(16,7,22)
#0C0611
(12,6,17)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #300F3E

#300F3E
(48,15,62)
#42244F
(66,36,79)
#543960
(84,57,96)
#664E71
(102,78,113)
#786382
(120,99,130)
#8A7893
(138,120,147)
#9C8DA4
(156,141,164)
#AEA2B5
(174,162,181)
#C0B7C6
(192,183,198)
#D2CCD7
(210,204,215)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300F3E color. Also use rgb(48,15,62) instead hex code.

Text Font Color

.myTextColor { color: #300F3E; }

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

This text font color is #300F3E.


Background Color

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

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

This div background color is #300F3E.


Border color

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

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

This div border color is #300F3E.


Opacity

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

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

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

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

This text has shadow with #300F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F3E on black background.


Color preview on white background

This text has color #300F3E on white background.



Black color preview on #300F3E background

This text has black color on #300F3E background.


White color preview on #300F3E background

This text has white color on #300F3E background.