COLOR #300437

HEX: #300437
RGB: (48,4,55)

Color info

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

RGB color model

#300437 color RGB value is (48,4,55).

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

RGB channels and saturation

R 48 of 255 = 19%
G 4 of 255 = 2%
B 55 of 255 = 22%

48
4
55

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

Portions of RGB colors in percentages

R + G + B =
48 + 4 + 55 = 107 (100%)
R 48 of 107 ~ 44.86%
G 4 of 107 ~ 3.74%
B 55 of 107 ~ 51.4%

%44.86
%51.4

CMYK color model

#300437 color CMYK value is (13,93,0,78).

  • cyan value is 12.73%
  • magenta value is 92.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(13,93,0,78)
C13M93Y0K78 
(13%,93%,0%,78%)
(0.13/0.93/0.00/0.78)	

CMYK percentages

%12.73
%92.73
%0
%78.43

Codes

Color #300437 in popluar color models

300437
RGB48455
HSL292°86.44%11.57%
HSB/HSV292°92.73%21.57%
CMYK12.73%92.73%0.00%
78.43%

Color #300437 in popluar number systems.

HEX300437
Decimal48455
Binary110000100110111
Octal60467

Shades and tints

Shades of #300437

#300437
(48,4,55)
#2C0432
(44,4,50)
#28042D
(40,4,45)
#240428
(36,4,40)
#200423
(32,4,35)
#1C041E
(28,4,30)
#180419
(24,4,25)
#140414
(20,4,20)
#10040F
(16,4,15)
#0C040A
(12,4,10)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #300437

#300437
(48,4,55)
#421A49
(66,26,73)
#54305B
(84,48,91)
#66466D
(102,70,109)
#785C7F
(120,92,127)
#8A7291
(138,114,145)
#9C88A3
(156,136,163)
#AE9EB5
(174,158,181)
#C0B4C7
(192,180,199)
#D2CAD9
(210,202,217)
#E4E0EB
(228,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300437; }

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

This text font color is #300437.


Background Color

.myBgColor { background-color: #300437; }

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

This div background color is #300437.


Border color

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

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

This div border color is #300437.


Opacity

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

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

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

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

This text has shadow with #300437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300437 on black background.


Color preview on white background

This text has color #300437 on white background.



Black color preview on #300437 background

This text has black color on #300437 background.


White color preview on #300437 background

This text has white color on #300437 background.