COLOR #301B09

HEX: #301B09
RGB: (48,27,9)

Color info

#301B09 contains red, green and blue colors in about the same proportion. Web safe color of #301B09 is #333300 (or #330).

RGB color model

#301B09 color RGB value is (48,27,9).

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

RGB channels and saturation

R 48 of 255 = 19%
G 27 of 255 = 11%
B 9 of 255 = 4%

48
27
9

R + G + B ~ 11%. #301B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 27 + 9 = 84 (100%)
R 48 of 84 ~ 57.14%
G 27 of 84 ~ 32.14%
B 9 of 84 ~ 10.71%

%57.14
%32.14
%10.71

CMYK color model

#301B09 color CMYK value is (0,44,81,81).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK:
(0,44,81,81)
C0M44Y81K81 
(0%,44%,81%,81%)
(0.00/0.44/0.81/0.81)	

CMYK percentages

%0
%43.75
%81.25
%81.18

Codes

Color #301B09 in popluar color models

301B09
RGB48279
HSL28°68.42%11.18%
HSB/HSV28°81.25%18.82%
CMYK0.00%43.75%81.25%
81.18%

Color #301B09 in popluar number systems.

HEX301B09
Decimal48279
Binary110000110111001
Octal603311

Shades and tints

Shades of #301B09

#301B09
(48,27,9)
#2C1909
(44,25,9)
#281709
(40,23,9)
#241509
(36,21,9)
#201309
(32,19,9)
#1C1109
(28,17,9)
#180F09
(24,15,9)
#140D09
(20,13,9)
#100B09
(16,11,9)
#0C0909
(12,9,9)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #301B09

#301B09
(48,27,9)
#422F1F
(66,47,31)
#544335
(84,67,53)
#66574B
(102,87,75)
#786B61
(120,107,97)
#8A7F77
(138,127,119)
#9C938D
(156,147,141)
#AEA7A3
(174,167,163)
#C0BBB9
(192,187,185)
#D2CFCF
(210,207,207)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301B09 color. Also use rgb(48,27,9) instead hex code.

Text Font Color

.myTextColor { color: #301B09; }

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

This text font color is #301B09.


Background Color

.myBgColor { background-color: #301B09; }

<div style="background-color:#301B09">Inner text</div>

This div background color is #301B09.


Border color

.myBorderColor { border: 1px solid #301B09; }

<div style="border:3px solid #301B09">Div</div>

This div border color is #301B09.


Opacity

.myOpacity80 { color: #301B09; opacity: 0.8; }

<p style="color:#301B09;opacity:0.8;">80%</p>

Text with #301B09 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 #301B09;}

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

This text has shadow with #301B09 color.

.textShadow {text-shadow: 3px 3px 1px #301B09, 3px 3px 1px red;}

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

This text has shadow with #301B09 primary color and red secondary color.


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

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

This text has shadow with #301B09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301B09 on black background.


Color preview on white background

This text has color #301B09 on white background.



Black color preview on #301B09 background

This text has black color on #301B09 background.


White color preview on #301B09 background

This text has white color on #301B09 background.