COLOR #300D1A

HEX: #300D1A
RGB: (48,13,26)

Color info

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

RGB color model

#300D1A color RGB value is (48,13,26).

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

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 26 of 255 = 10%

48
13
26

R + G + B ~ 11%. #300D1A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 26 = 87 (100%)
R 48 of 87 ~ 55.17%
G 13 of 87 ~ 14.94%
B 26 of 87 ~ 29.89%

%55.17
%14.94
%29.89

CMYK color model

#300D1A color CMYK value is (0,73,46,81).

  • cyan value is 0.00%
  • magenta value is 72.92%
  • yellow value is 45.83%
  • key color value is 81.18%
CMYK:
(0,73,46,81)
C0M73Y46K81 
(0%,73%,46%,81%)
(0.00/0.73/0.46/0.81)	

CMYK percentages

%0
%72.92
%45.83
%81.18

Codes

Color #300D1A in popluar color models

300D1A
RGB481326
HSL338°57.38%11.96%
HSB/HSV338°72.92%18.82%
CMYK0.00%72.92%45.83%
81.18%

Color #300D1A in popluar number systems.

HEX300D1A
Decimal481326
Binary110000110111010
Octal601532

Shades and tints

Shades of #300D1A

#300D1A
(48,13,26)
#2C0C18
(44,12,24)
#280B16
(40,11,22)
#240A14
(36,10,20)
#200912
(32,9,18)
#1C0810
(28,8,16)
#18070E
(24,7,14)
#14060C
(20,6,12)
#10050A
(16,5,10)
#0C0408
(12,4,8)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #300D1A

#300D1A
(48,13,26)
#42232E
(66,35,46)
#543942
(84,57,66)
#664F56
(102,79,86)
#78656A
(120,101,106)
#8A7B7E
(138,123,126)
#9C9192
(156,145,146)
#AEA7A6
(174,167,166)
#C0BDBA
(192,189,186)
#D2D3CE
(210,211,206)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300D1A; }

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

This text font color is #300D1A.


Background Color

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

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

This div background color is #300D1A.


Border color

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

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

This div border color is #300D1A.


Opacity

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

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

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

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

This text has shadow with #300D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D1A on black background.


Color preview on white background

This text has color #300D1A on white background.



Black color preview on #300D1A background

This text has black color on #300D1A background.


White color preview on #300D1A background

This text has white color on #300D1A background.