COLOR #300F28

HEX: #300F28 RGB: (48,15,40)

Color info

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

RGB color model

#300F28 color RGB value is (48,15,40).

RGB: (48,15,40) (19%, 6%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 40 of 255 = 16%

48
15
40

R + G + B ~ 14%. #300F28 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 15 + 40 = 103 (100%)
R 48 of 103 ~ 46.6%
G 15 of 103 ~ 14.56%
B 40 of 103 ~ 38.83'%

%46.6
%14.56
%38.83

CMYK color model

#300F28 color CMYK value is (0,69,17,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 16.67%
  • key color value is 81.18%

CMYK: (0,69,17,81)
C0M69Y17K81 (0%, 69%, 17%, 81%)
(0.00 / 0.69 / 0.17 / 0.81)

CMYK percentages

%0
%68.75
%16.67
%81.18

Codes

Color #300F28 in popluar color models

30 0F 28
RGB 48 15 40
HSL 315° 52.38% 12.35%
HSB/HSV 315° 68.75% 18.82%
CMYK 0.00% 68.75% 16.67%
81.18%

Color #300F28 in popluar number systems.

HEX 30 0F 28
Decimal 48 15 40
Binary 110000 1111 101000
Octal 60 17 50

Shades and tints

Shades of #300F28

#300F28
(48,15,40)
#2C0E25
(44,14,37)
#280D22
(40,13,34)
#240C1F
(36,12,31)
#200B1C
(32,11,28)
#1C0A19
(28,10,25)
#180916
(24,9,22)
#140813
(20,8,19)
#100710
(16,7,16)
#0C060D
(12,6,13)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #300F28

#300F28
(48,15,40)
#42243B
(66,36,59)
#54394E
(84,57,78)
#664E61
(102,78,97)
#786374
(120,99,116)
#8A7887
(138,120,135)
#9C8D9A
(156,141,154)
#AEA2AD
(174,162,173)
#C0B7C0
(192,183,192)
#D2CCD3
(210,204,211)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300F28 color. Also use rgb(48,15,40) instead hex code.

Text Font Color

.myTextColor { color: #300F28; }

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

This text font color is #300F28.

Background Color

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

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

This div background color is #300F28.

Border color

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

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

This div border color is #300F28.

Opacity

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

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

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

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

This text has shadow with #300F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300F28.

Preview

Color preview on black background

This text has color #300F28 on black background.


Color preview on white background

This text has color #300F28 on white background.


Black color preview on #300F28 background

This text has black color on #300F28 background.


White color preview on #300F28 background

This text has white color on #300F28 background.


Related colors

Complementary color

Complementary color for #hex is #CFF0D7.


I love getcolorcode.com

Triadic colors

1 #28300F and #0F2830 with #300F28 are triadic colors.

2 #280F30 and #0F3028 with #300F28 are triadic colors.