COLOR #300836

HEX: #300836 RGB: (48,8,54)

Color info

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

RGB color model

#300836 color RGB value is (48,8,54).

RGB: (48,8,54) (19%, 3%, 21%)

RGB channels and saturation

R 48 of 255 = 19%
G 8 of 255 = 3%
B 54 of 255 = 21%

48
8
54

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

Portions of RGB colors in percentages

R + G + B = 48 + 8 + 54 = 110 (100%)
R 48 of 110 ~ 43.64%
G 8 of 110 ~ 7.27%
B 54 of 110 ~ 49.09'%

%43.64
%49.09

CMYK color model

#300836 color CMYK value is (11,85,0,79).

  • cyan value is 11.11%
  • magenta value is 85.19%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK: (11,85,0,79) C11M85Y0K79 (11%,85%,0%,79%) (0.11/0.85/0.00/0.79) 

CMYK percentages

%11.11
%85.19
%0
%78.82

Codes

Color #300836 in popluar color models

30 08 36
RGB 48 8 54
HSL 292° 74.19% 12.16%
HSB/HSV 292° 85.19% 21.18%
CMYK 11.11% 85.19% 0.00%
78.82%

Color #300836 in popluar number systems.

HEX 30 08 36
Decimal 48 8 54
Binary 110000 1000 110110
Octal 60 10 66

Shades and tints

Shades of #300836

#300836
(48,8,54)
#2C0832
(44,8,50)
#28082E
(40,8,46)
#24082A
(36,8,42)
#200826
(32,8,38)
#1C0822
(28,8,34)
#18081E
(24,8,30)
#14081A
(20,8,26)
#100816
(16,8,22)
#0C0812
(12,8,18)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #300836

#300836
(48,8,54)
#421E48
(66,30,72)
#54345A
(84,52,90)
#664A6C
(102,74,108)
#78607E
(120,96,126)
#8A7690
(138,118,144)
#9C8CA2
(156,140,162)
#AEA2B4
(174,162,180)
#C0B8C6
(192,184,198)
#D2CED8
(210,206,216)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300836 color. Also use rgb(48,8,54) instead hex code.

Text Font Color

.myTextColor { color: #300836; }

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

This text font color is #300836.

Background Color

.myBgColor { background-color: #300836; }

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

This div background color is #300836.

Border color

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

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

This div border color is #300836.

Opacity

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

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

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

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

This text has shadow with #300836 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300836.

Preview

Color preview on black background

This text has color #300836 on black background.


Color preview on white background

This text has color #300836 on white background.


Black color preview on #300836 background

This text has black color on #300836 background.


White color preview on #300836 background

This text has white color on #300836 background.


Related colors

Complementary color

Complementary color for #hex is #CFF7C9.


I love getcolorcode.com

Triadic colors

1 #363008 and #083630 with #300836 are triadic colors.

2 #360830 and #083036 with #300836 are triadic colors.