COLOR #303339

HEX: #303339 RGB: (48,51,57)

Color info

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

RGB color model

#303339 color RGB value is (48,51,57).

RGB: (48,51,57) (19%, 20%, 22%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 57 of 255 = 22%

48
51
57

R + G + B ~ 20%. #303339 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 57 = 156 (100%)
R 48 of 156 ~ 30.77%
G 51 of 156 ~ 32.69%
B 57 of 156 ~ 36.54'%

%30.77
%32.69
%36.54

CMYK color model

#303339 color CMYK value is (16,11,0,78).

  • cyan value is 15.79%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK: (16,11,0,78) C16M11Y0K78 (16%,11%,0%,78%) (0.16/0.11/0.00/0.78) 

CMYK percentages

%15.79
%10.53
%0
%77.65

Codes

Color #303339 in popluar color models

30 33 39
RGB 48 51 57
HSL 220° 8.57% 20.59%
HSB/HSV 220° 15.79% 22.35%
CMYK 15.79% 10.53% 0.00%
77.65%

Color #303339 in popluar number systems.

HEX 30 33 39
Decimal 48 51 57
Binary 110000 110011 111001
Octal 60 63 71

Shades and tints

Shades of #303339

#303339
(48,51,57)
#2C2F34
(44,47,52)
#282B2F
(40,43,47)
#24272A
(36,39,42)
#202325
(32,35,37)
#1C1F20
(28,31,32)
#181B1B
(24,27,27)
#141716
(20,23,22)
#101311
(16,19,17)
#0C0F0C
(12,15,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #303339

#303339
(48,51,57)
#42454B
(66,69,75)
#54575D
(84,87,93)
#66696F
(102,105,111)
#787B81
(120,123,129)
#8A8D93
(138,141,147)
#9C9FA5
(156,159,165)
#AEB1B7
(174,177,183)
#C0C3C9
(192,195,201)
#D2D5DB
(210,213,219)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303339; }

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

This text font color is #303339.

Background Color

.myBgColor { background-color: #303339; }

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

This div background color is #303339.

Border color

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

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

This div border color is #303339.

Opacity

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

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

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

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

This text has shadow with #303339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303339.

Preview

Color preview on black background

This text has color #303339 on black background.


Color preview on white background

This text has color #303339 on white background.


Black color preview on #303339 background

This text has black color on #303339 background.


White color preview on #303339 background

This text has white color on #303339 background.


Related colors

Complementary color

Complementary color for #hex is #CFCCC6.


I love getcolorcode.com

Triadic colors

1 #393033 and #333930 with #303339 are triadic colors.

2 #393330 and #333039 with #303339 are triadic colors.