COLOR #302B37

HEX: #302B37
RGB: (48,43,55)

Color info

#302B37 contains red, green and blue colors in about the same proportion. Web safe color of #302B37 is #333333 (or #333).

RGB color model

#302B37 color RGB value is (48,43,55).

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

RGB channels and saturation

R 48 of 255 = 19%
G 43 of 255 = 17%
B 55 of 255 = 22%

48
43
55

R + G + B ~ 19%. #302B37 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 43 + 55 = 146 (100%)
R 48 of 146 ~ 32.88%
G 43 of 146 ~ 29.45%
B 55 of 146 ~ 37.67%

%32.88
%29.45
%37.67

CMYK color model

#302B37 color CMYK value is (13,22,0,78).

  • cyan value is 12.73%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(13,22,0,78)
C13M22Y0K78 
(13%,22%,0%,78%)
(0.13/0.22/0.00/0.78)	

CMYK percentages

%12.73
%21.82
%0
%78.43

Codes

Color #302B37 in popluar color models

302B37
RGB484355
HSL265°12.24%19.22%
HSB/HSV265°21.82%21.57%
CMYK12.73%21.82%0.00%
78.43%

Color #302B37 in popluar number systems.

HEX302B37
Decimal484355
Binary110000101011110111
Octal605367

Shades and tints

Shades of #302B37

#302B37
(48,43,55)
#2C2832
(44,40,50)
#28252D
(40,37,45)
#242228
(36,34,40)
#201F23
(32,31,35)
#1C1C1E
(28,28,30)
#181919
(24,25,25)
#141614
(20,22,20)
#10130F
(16,19,15)
#0C100A
(12,16,10)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #302B37

#302B37
(48,43,55)
#423E49
(66,62,73)
#54515B
(84,81,91)
#66646D
(102,100,109)
#78777F
(120,119,127)
#8A8A91
(138,138,145)
#9C9DA3
(156,157,163)
#AEB0B5
(174,176,181)
#C0C3C7
(192,195,199)
#D2D6D9
(210,214,217)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302B37; }

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

This text font color is #302B37.


Background Color

.myBgColor { background-color: #302B37; }

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

This div background color is #302B37.


Border color

.myBorderColor { border: 1px solid #302B37; }

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

This div border color is #302B37.


Opacity

.myOpacity80 { color: #302B37; opacity: 0.8; }

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

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

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

This text has shadow with #302B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302B37 on black background.


Color preview on white background

This text has color #302B37 on white background.



Black color preview on #302B37 background

This text has black color on #302B37 background.


White color preview on #302B37 background

This text has white color on #302B37 background.