COLOR #300037

HEX: #300037
RGB: (48,0,55)

Color info

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

RGB color model

#300037 color RGB value is (48,0,55).

  • red value is 48;
  • green value is 0;
  • blue value is 55.
RGB:
(48,0,55)
(19%,0%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 55 of 255 = 22%

48
0
55

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

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 55 = 103 (100%)
R 48 of 103 ~ 46.6%
G 0 of 103 ~ 0%
B 55 of 103 ~ 53.4%

%46.6
%53.4

CMYK color model

#300037 color CMYK value is (13,100,0,78).

  • cyan value is 12.73%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(13,100,0,78)
C13M100Y0K78 
(13%,100%,0%,78%)
(0.13/1.00/0.00/0.78)	

CMYK percentages

%12.73
%100
%0
%78.43

Codes

Color #300037 in popluar color models

300037
RGB48055
HSL292°100.00%10.78%
HSB/HSV292°100.00%21.57%
CMYK12.73%100.00%0.00%
78.43%

Color #300037 in popluar number systems.

HEX300037
Decimal48055
Binary1100000110111
Octal60067

Shades and tints

Shades of #300037

#300037
(48,0,55)
#2C0032
(44,0,50)
#28002D
(40,0,45)
#240028
(36,0,40)
#200023
(32,0,35)
#1C001E
(28,0,30)
#180019
(24,0,25)
#140014
(20,0,20)
#10000F
(16,0,15)
#0C000A
(12,0,10)
#080005
(8,0,5)
#000000
(0,0,0)

Tints of #300037

#300037
(48,0,55)
#421749
(66,23,73)
#542E5B
(84,46,91)
#66456D
(102,69,109)
#785C7F
(120,92,127)
#8A7391
(138,115,145)
#9C8AA3
(156,138,163)
#AEA1B5
(174,161,181)
#C0B8C7
(192,184,199)
#D2CFD9
(210,207,217)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300037; }

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

This text font color is #300037.


Background Color

.myBgColor { background-color: #300037; }

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

This div background color is #300037.


Border color

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

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

This div border color is #300037.


Opacity

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

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

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

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

This text has shadow with #300037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300037 on black background.


Color preview on white background

This text has color #300037 on white background.



Black color preview on #300037 background

This text has black color on #300037 background.


White color preview on #300037 background

This text has white color on #300037 background.