COLOR #300626

HEX: #300626
RGB: (48,6,38)

Color info

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

RGB color model

#300626 color RGB value is (48,6,38).

  • red value is 48;
  • green value is 6;
  • blue value is 38.
RGB:
(48,6,38)
(19%,2%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 6 of 255 = 2%
B 38 of 255 = 15%

48
6
38

R + G + B ~ 12%. #300626 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 6 + 38 = 92 (100%)
R 48 of 92 ~ 52.17%
G 6 of 92 ~ 6.52%
B 38 of 92 ~ 41.3%

%52.17
%41.3

CMYK color model

#300626 color CMYK value is (0,88,21,81).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 20.83%
  • key color value is 81.18%
CMYK:
(0,88,21,81)
C0M88Y21K81 
(0%,88%,21%,81%)
(0.00/0.88/0.21/0.81)	

CMYK percentages

%0
%87.5
%20.83
%81.18

Codes

Color #300626 in popluar color models

300626
RGB48638
HSL314°77.78%10.59%
HSB/HSV314°87.50%18.82%
CMYK0.00%87.50%20.83%
81.18%

Color #300626 in popluar number systems.

HEX300626
Decimal48638
Binary110000110100110
Octal60646

Shades and tints

Shades of #300626

#300626
(48,6,38)
#2C0623
(44,6,35)
#280620
(40,6,32)
#24061D
(36,6,29)
#20061A
(32,6,26)
#1C0617
(28,6,23)
#180614
(24,6,20)
#140611
(20,6,17)
#10060E
(16,6,14)
#0C060B
(12,6,11)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #300626

#300626
(48,6,38)
#421C39
(66,28,57)
#54324C
(84,50,76)
#66485F
(102,72,95)
#785E72
(120,94,114)
#8A7485
(138,116,133)
#9C8A98
(156,138,152)
#AEA0AB
(174,160,171)
#C0B6BE
(192,182,190)
#D2CCD1
(210,204,209)
#E4E2E4
(228,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300626; }

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

This text font color is #300626.


Background Color

.myBgColor { background-color: #300626; }

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

This div background color is #300626.


Border color

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

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

This div border color is #300626.


Opacity

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

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

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

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

This text has shadow with #300626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300626 on black background.


Color preview on white background

This text has color #300626 on white background.



Black color preview on #300626 background

This text has black color on #300626 background.


White color preview on #300626 background

This text has white color on #300626 background.