COLOR #300B2A

HEX: #300B2A
RGB: (48,11,42)

Color info

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

RGB color model

#300B2A color RGB value is (48,11,42).

  • red value is 48;
  • green value is 11;
  • blue value is 42.
RGB:
(48,11,42)
(19%,4%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 11 of 255 = 4%
B 42 of 255 = 16%

48
11
42

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

Portions of RGB colors in percentages

R + G + B =
48 + 11 + 42 = 101 (100%)
R 48 of 101 ~ 47.52%
G 11 of 101 ~ 10.89%
B 42 of 101 ~ 41.58%

%47.52
%10.89
%41.58

CMYK color model

#300B2A color CMYK value is (0,77,13,81).

  • cyan value is 0.00%
  • magenta value is 77.08%
  • yellow value is 12.50%
  • key color value is 81.18%
CMYK:
(0,77,13,81)
C0M77Y13K81 
(0%,77%,13%,81%)
(0.00/0.77/0.13/0.81)	

CMYK percentages

%0
%77.08
%12.5
%81.18

Codes

Color #300B2A in popluar color models

300B2A
RGB481142
HSL310°62.71%11.57%
HSB/HSV310°77.08%18.82%
CMYK0.00%77.08%12.50%
81.18%

Color #300B2A in popluar number systems.

HEX300B2A
Decimal481142
Binary1100001011101010
Octal601352

Shades and tints

Shades of #300B2A

#300B2A
(48,11,42)
#2C0A27
(44,10,39)
#280924
(40,9,36)
#240821
(36,8,33)
#20071E
(32,7,30)
#1C061B
(28,6,27)
#180518
(24,5,24)
#140415
(20,4,21)
#100312
(16,3,18)
#0C020F
(12,2,15)
#08010C
(8,1,12)
#000000
(0,0,0)

Tints of #300B2A

#300B2A
(48,11,42)
#42213D
(66,33,61)
#543750
(84,55,80)
#664D63
(102,77,99)
#786376
(120,99,118)
#8A7989
(138,121,137)
#9C8F9C
(156,143,156)
#AEA5AF
(174,165,175)
#C0BBC2
(192,187,194)
#D2D1D5
(210,209,213)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300B2A color. Also use rgb(48,11,42) instead hex code.

Text Font Color

.myTextColor { color: #300B2A; }

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

This text font color is #300B2A.


Background Color

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

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

This div background color is #300B2A.


Border color

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

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

This div border color is #300B2A.


Opacity

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

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

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

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

This text has shadow with #300B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300B2A on black background.


Color preview on white background

This text has color #300B2A on white background.



Black color preview on #300B2A background

This text has black color on #300B2A background.


White color preview on #300B2A background

This text has white color on #300B2A background.