COLOR #300026

HEX: #300026 RGB: (48,0,38)

Color info

#300026 contains only red and blue colors. Web safe color of #300026 is #330033 (or #303).

RGB color model

#300026 color RGB value is (48,0,38).

RGB: (48,0,38) (19%, 0%, 15%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 38 of 255 = 15%

48
0
38

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

Portions of RGB colors in percentages

R + G + B = 48 + 0 + 38 = 86 (100%)
R 48 of 86 ~ 55.81%
G 0 of 86 ~ 0%
B 38 of 86 ~ 44.19'%

%55.81
%44.19

CMYK color model

#300026 color CMYK value is (0,100,21,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 20.83%
  • key color value is 81.18%

CMYK: (0,100,21,81)
C0M100Y21K81 (0%, 100%, 21%, 81%)
(0.00 / 1.00 / 0.21 / 0.81)

CMYK percentages

%0
%100
%20.83
%81.18

Codes

Color #300026 in popluar color models

30 00 26
RGB 48 0 38
HSL 313° 100.00% 9.41%
HSB/HSV 313° 100.00% 18.82%
CMYK 0.00% 100.00% 20.83%
81.18%

Color #300026 in popluar number systems.

HEX 30 00 26
Decimal 48 0 38
Binary 110000 0 100110
Octal 60 0 46

Shades and tints

Shades of #300026

#300026
(48,0,38)
#2C0023
(44,0,35)
#280020
(40,0,32)
#24001D
(36,0,29)
#20001A
(32,0,26)
#1C0017
(28,0,23)
#180014
(24,0,20)
#140011
(20,0,17)
#10000E
(16,0,14)
#0C000B
(12,0,11)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #300026

#300026
(48,0,38)
#421739
(66,23,57)
#542E4C
(84,46,76)
#66455F
(102,69,95)
#785C72
(120,92,114)
#8A7385
(138,115,133)
#9C8A98
(156,138,152)
#AEA1AB
(174,161,171)
#C0B8BE
(192,184,190)
#D2CFD1
(210,207,209)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300026 color. Also use rgb(48,0,38) instead hex code.

Text Font Color

.myTextColor { color: #300026; }

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

This text font color is #300026.

Background Color

.myBgColor { background-color: #300026; }

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

This div background color is #300026.

Border color

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

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

This div border color is #300026.

Opacity

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

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

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

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

This text has shadow with #300026 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300026.

Preview

Color preview on black background

This text has color #300026 on black background.


Color preview on white background

This text has color #300026 on white background.


Black color preview on #300026 background

This text has black color on #300026 background.


White color preview on #300026 background

This text has white color on #300026 background.


Related colors

Complementary color

Complementary color for #hex is #CFFFD9.


I love getcolorcode.com

Triadic colors

1 #263000 and #002630 with #300026 are triadic colors.

2 #260030 and #003026 with #300026 are triadic colors.