COLOR #300502

HEX: #300502 RGB: (48,5,2)

Color info

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

RGB color model

#300502 color RGB value is (48,5,2).

RGB: (48,5,2) (19%, 2%, 1%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 2 of 255 = 1%

48
5
2

R + G + B ~ 7%. #300502 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 5 + 2 = 55 (100%)
R 48 of 55 ~ 87.27%
G 5 of 55 ~ 9.09%
B 2 of 55 ~ 3.64'%

%87.27

CMYK color model

#300502 color CMYK value is (0,90,96,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 95.83%
  • key color value is 81.18%

CMYK: (0,90,96,81)
C0M90Y96K81 (0%, 90%, 96%, 81%)
(0.00 / 0.90 / 0.96 / 0.81)

CMYK percentages

%0
%89.58
%95.83
%81.18

Codes

Color #300502 in popluar color models

30 05 02
RGB 48 5 2
HSL 92.00% 9.80%
HSB/HSV 95.83% 18.82%
CMYK 0.00% 89.58% 95.83%
81.18%

Color #300502 in popluar number systems.

HEX 30 05 02
Decimal 48 5 2
Binary 110000 101 10
Octal 60 5 2

Shades and tints

Shades of #300502

#300502
(48,5,2)
#2C0502
(44,5,2)
#280502
(40,5,2)
#240502
(36,5,2)
#200502
(32,5,2)
#1C0502
(28,5,2)
#180502
(24,5,2)
#140502
(20,5,2)
#100502
(16,5,2)
#0C0502
(12,5,2)
#080502
(8,5,2)
#000000
(0,0,0)

Tints of #300502

#300502
(48,5,2)
#421B19
(66,27,25)
#543130
(84,49,48)
#664747
(102,71,71)
#785D5E
(120,93,94)
#8A7375
(138,115,117)
#9C898C
(156,137,140)
#AE9FA3
(174,159,163)
#C0B5BA
(192,181,186)
#D2CBD1
(210,203,209)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300502 color. Also use rgb(48,5,2) instead hex code.

Text Font Color

.myTextColor { color: #300502; }

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

This text font color is #300502.

Background Color

.myBgColor { background-color: #300502; }

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

This div background color is #300502.

Border color

.myBorderColor { border: 1px solid #300502; }

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

This div border color is #300502.

Opacity

.myOpacity80 { color: #300502; opacity: 0.8; }

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

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

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

This text has shadow with #300502 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300502.

Preview

Color preview on black background

This text has color #300502 on black background.


Color preview on white background

This text has color #300502 on white background.


Black color preview on #300502 background

This text has black color on #300502 background.


White color preview on #300502 background

This text has white color on #300502 background.


Related colors

Complementary color

Complementary color for #hex is #CFFAFD.


I love getcolorcode.com

Triadic colors

1 #023005 and #050230 with #300502 are triadic colors.

2 #020530 and #053002 with #300502 are triadic colors.