COLOR #302B33

HEX: #302B33
RGB: (48,43,51)

Color info

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

RGB color model

#302B33 color RGB value is (48,43,51).

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

RGB channels and saturation

R 48 of 255 = 19%
G 43 of 255 = 17%
B 51 of 255 = 20%

48
43
51

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

Portions of RGB colors in percentages

R + G + B =
48 + 43 + 51 = 142 (100%)
R 48 of 142 ~ 33.8%
G 43 of 142 ~ 30.28%
B 51 of 142 ~ 35.92%

%33.8
%30.28
%35.92

CMYK color model

#302B33 color CMYK value is (6,16,0,80).

  • cyan value is 5.88%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(6,16,0,80)
C6M16Y0K80 
(6%,16%,0%,80%)
(0.06/0.16/0.00/0.80)	

CMYK percentages

%5.88
%15.69
%0
%80

Codes

Color #302B33 in popluar color models

302B33
RGB484351
HSL278°8.51%18.43%
HSB/HSV278°15.69%20.00%
CMYK5.88%15.69%0.00%
80.00%

Color #302B33 in popluar number systems.

HEX302B33
Decimal484351
Binary110000101011110011
Octal605363

Shades and tints

Shades of #302B33

#302B33
(48,43,51)
#2C282F
(44,40,47)
#28252B
(40,37,43)
#242227
(36,34,39)
#201F23
(32,31,35)
#1C1C1F
(28,28,31)
#18191B
(24,25,27)
#141617
(20,22,23)
#101313
(16,19,19)
#0C100F
(12,16,15)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #302B33

#302B33
(48,43,51)
#423E45
(66,62,69)
#545157
(84,81,87)
#666469
(102,100,105)
#78777B
(120,119,123)
#8A8A8D
(138,138,141)
#9C9D9F
(156,157,159)
#AEB0B1
(174,176,177)
#C0C3C3
(192,195,195)
#D2D6D5
(210,214,213)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302B33; }

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

This text font color is #302B33.


Background Color

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

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

This div background color is #302B33.


Border color

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

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

This div border color is #302B33.


Opacity

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

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

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

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

This text has shadow with #302B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302B33 on black background.


Color preview on white background

This text has color #302B33 on white background.



Black color preview on #302B33 background

This text has black color on #302B33 background.


White color preview on #302B33 background

This text has white color on #302B33 background.