COLOR #301B04

HEX: #301B04 RGB: (48,27,4)

Color info

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

RGB color model

#301B04 color RGB value is (48,27,4).

RGB: (48,27,4) (19%, 11%, 2%)

RGB channels and saturation

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

48
27
4

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

Portions of RGB colors in percentages

R + G + B = 48 + 27 + 4 = 79 (100%)
R 48 of 79 ~ 60.76%
G 27 of 79 ~ 34.18%
B 4 of 79 ~ 5.06'%

%60.76
%34.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 91.67%
  • key color value is 81.18%

CMYK: (0,44,92,81)
C0M44Y92K81 (0%, 44%, 92%, 81%)
(0.00 / 0.44 / 0.92 / 0.81)

CMYK percentages

%0
%43.75
%91.67
%81.18

Codes

Color #301B04 in popluar color models

30 1B 04
RGB 48 27 4
HSL 31° 84.62% 10.20%
HSB/HSV 31° 91.67% 18.82%
CMYK 0.00% 43.75% 91.67%
81.18%

Color #301B04 in popluar number systems.

HEX 30 1B 04
Decimal 48 27 4
Binary 110000 11011 100
Octal 60 33 4

Shades and tints

Shades of #301B04

#301B04
(48,27,4)
#2C1904
(44,25,4)
#281704
(40,23,4)
#241504
(36,21,4)
#201304
(32,19,4)
#1C1104
(28,17,4)
#180F04
(24,15,4)
#140D04
(20,13,4)
#100B04
(16,11,4)
#0C0904
(12,9,4)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #301B04

#301B04
(48,27,4)
#422F1A
(66,47,26)
#544330
(84,67,48)
#665746
(102,87,70)
#786B5C
(120,107,92)
#8A7F72
(138,127,114)
#9C9388
(156,147,136)
#AEA79E
(174,167,158)
#C0BBB4
(192,187,180)
#D2CFCA
(210,207,202)
#E4E3E0
(228,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301B04; }

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

This text font color is #301B04.

Background Color

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

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

This div background color is #301B04.

Border color

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

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

This div border color is #301B04.

Opacity

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

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

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

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

This text has shadow with #301B04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301B04.

Preview

Color preview on black background

This text has color #301B04 on black background.


Color preview on white background

This text has color #301B04 on white background.


Black color preview on #301B04 background

This text has black color on #301B04 background.


White color preview on #301B04 background

This text has white color on #301B04 background.


Related colors

Complementary color

Complementary color for #hex is #CFE4FB.


I love getcolorcode.com

Triadic colors

1 #04301B and #1B0430 with #301B04 are triadic colors.

2 #041B30 and #1B3004 with #301B04 are triadic colors.