COLOR #303B37

HEX: #303B37 RGB: (48,59,55)

Color info

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

RGB color model

#303B37 color RGB value is (48,59,55).

RGB: (48,59,55) (19%, 23%, 22%)

RGB channels and saturation

R 48 of 255 = 19%
G 59 of 255 = 23%
B 55 of 255 = 22%

48
59
55

R + G + B ~ 21%. #303B37 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 59 + 55 = 162 (100%)
R 48 of 162 ~ 29.63%
G 59 of 162 ~ 36.42%
B 55 of 162 ~ 33.95'%

%29.63
%36.42
%33.95

CMYK color model

#303B37 color CMYK value is (19,0,7,77).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 76.86%

CMYK: (19,0,7,77)
C19M0Y7K77 (19%, 0%, 7%, 77%)
(0.19 / 0.00 / 0.07 / 0.77)

CMYK percentages

%18.64
%0
%6.78
%76.86

Codes

Color #303B37 in popluar color models

30 3B 37
RGB 48 59 55
HSL 158° 10.28% 20.98%
HSB/HSV 158° 18.64% 23.14%
CMYK 18.64% 0.00% 6.78%
76.86%

Color #303B37 in popluar number systems.

HEX 30 3B 37
Decimal 48 59 55
Binary 110000 111011 110111
Octal 60 73 67

Shades and tints

Shades of #303B37

#303B37
(48,59,55)
#2C3632
(44,54,50)
#28312D
(40,49,45)
#242C28
(36,44,40)
#202723
(32,39,35)
#1C221E
(28,34,30)
#181D19
(24,29,25)
#141814
(20,24,20)
#10130F
(16,19,15)
#0C0E0A
(12,14,10)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #303B37

#303B37
(48,59,55)
#424C49
(66,76,73)
#545D5B
(84,93,91)
#666E6D
(102,110,109)
#787F7F
(120,127,127)
#8A9091
(138,144,145)
#9CA1A3
(156,161,163)
#AEB2B5
(174,178,181)
#C0C3C7
(192,195,199)
#D2D4D9
(210,212,217)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303B37; }

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

This text font color is #303B37.

Background Color

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

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

This div background color is #303B37.

Border color

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

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

This div border color is #303B37.

Opacity

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

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

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

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

This text has shadow with #303B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303B37.

Preview

Color preview on black background

This text has color #303B37 on black background.


Color preview on white background

This text has color #303B37 on white background.


Black color preview on #303B37 background

This text has black color on #303B37 background.


White color preview on #303B37 background

This text has white color on #303B37 background.


Related colors

Complementary color

Complementary color for #hex is #CFC4C8.


I love getcolorcode.com

Triadic colors

1 #37303B and #3B3730 with #303B37 are triadic colors.

2 #373B30 and #3B3037 with #303B37 are triadic colors.