COLOR #300C24

HEX: #300C24 RGB: (48,12,36)

Color info

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

RGB color model

#300C24 color RGB value is (48,12,36).

RGB: (48,12,36) (19%, 5%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 12 of 255 = 5%
B 36 of 255 = 14%

48
12
36

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

Portions of RGB colors in percentages

R + G + B = 48 + 12 + 36 = 96 (100%)
R 48 of 96 ~ 50%
G 12 of 96 ~ 12.5%
B 36 of 96 ~ 37.5'%

%50
%12.5
%37.5

CMYK color model

#300C24 color CMYK value is (0,75,25,81).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 25.00%
  • key color value is 81.18%

CMYK: (0,75,25,81)
C0M75Y25K81 (0%, 75%, 25%, 81%)
(0.00 / 0.75 / 0.25 / 0.81)

CMYK percentages

%0
%75
%25
%81.18

Codes

Color #300C24 in popluar color models

30 0C 24
RGB 48 12 36
HSL 320° 60.00% 11.76%
HSB/HSV 320° 75.00% 18.82%
CMYK 0.00% 75.00% 25.00%
81.18%

Color #300C24 in popluar number systems.

HEX 30 0C 24
Decimal 48 12 36
Binary 110000 1100 100100
Octal 60 14 44

Shades and tints

Shades of #300C24

#300C24
(48,12,36)
#2C0B21
(44,11,33)
#280A1E
(40,10,30)
#24091B
(36,9,27)
#200818
(32,8,24)
#1C0715
(28,7,21)
#180612
(24,6,18)
#14050F
(20,5,15)
#10040C
(16,4,12)
#0C0309
(12,3,9)
#080206
(8,2,6)
#000000
(0,0,0)

Tints of #300C24

#300C24
(48,12,36)
#422237
(66,34,55)
#54384A
(84,56,74)
#664E5D
(102,78,93)
#786470
(120,100,112)
#8A7A83
(138,122,131)
#9C9096
(156,144,150)
#AEA6A9
(174,166,169)
#C0BCBC
(192,188,188)
#D2D2CF
(210,210,207)
#E4E8E2
(228,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300C24 color. Also use rgb(48,12,36) instead hex code.

Text Font Color

.myTextColor { color: #300C24; }

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

This text font color is #300C24.

Background Color

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

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

This div background color is #300C24.

Border color

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

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

This div border color is #300C24.

Opacity

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

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

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

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

This text has shadow with #300C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300C24.

Preview

Color preview on black background

This text has color #300C24 on black background.


Color preview on white background

This text has color #300C24 on white background.


Black color preview on #300C24 background

This text has black color on #300C24 background.


White color preview on #300C24 background

This text has white color on #300C24 background.


Related colors

Complementary color

Complementary color for #hex is #CFF3DB.


I love getcolorcode.com

Triadic colors

1 #24300C and #0C2430 with #300C24 are triadic colors.

2 #240C30 and #0C3024 with #300C24 are triadic colors.