COLOR #30373D

HEX: #30373D
RGB: (48,55,61)

Color info

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

RGB color model

#30373D color RGB value is (48,55,61).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 61 of 255 = 24%

48
55
61

R + G + B ~ 22%. #30373D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 61 = 164 (100%)
R 48 of 164 ~ 29.27%
G 55 of 164 ~ 33.54%
B 61 of 164 ~ 37.2%

%29.27
%33.54
%37.2

CMYK color model

#30373D color CMYK value is (21,10,0,76).

  • cyan value is 21.31%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(21,10,0,76)
C21M10Y0K76 
(21%,10%,0%,76%)
(0.21/0.10/0.00/0.76)	

CMYK percentages

%21.31
%9.84
%0
%76.08

Codes

Color #30373D in popluar color models

30373D
RGB485561
HSL208°11.93%21.37%
HSB/HSV208°21.31%23.92%
CMYK21.31%9.84%0.00%
76.08%

Color #30373D in popluar number systems.

HEX30373D
Decimal485561
Binary110000110111111101
Octal606775

Shades and tints

Shades of #30373D

#30373D
(48,55,61)
#2C3238
(44,50,56)
#282D33
(40,45,51)
#24282E
(36,40,46)
#202329
(32,35,41)
#1C1E24
(28,30,36)
#18191F
(24,25,31)
#14141A
(20,20,26)
#100F15
(16,15,21)
#0C0A10
(12,10,16)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #30373D

#30373D
(48,55,61)
#42494E
(66,73,78)
#545B5F
(84,91,95)
#666D70
(102,109,112)
#787F81
(120,127,129)
#8A9192
(138,145,146)
#9CA3A3
(156,163,163)
#AEB5B4
(174,181,180)
#C0C7C5
(192,199,197)
#D2D9D6
(210,217,214)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30373D; }

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

This text font color is #30373D.


Background Color

.myBgColor { background-color: #30373D; }

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

This div background color is #30373D.


Border color

.myBorderColor { border: 1px solid #30373D; }

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

This div border color is #30373D.


Opacity

.myOpacity80 { color: #30373D; opacity: 0.8; }

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

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

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

This text has shadow with #30373D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30373D on black background.


Color preview on white background

This text has color #30373D on white background.



Black color preview on #30373D background

This text has black color on #30373D background.


White color preview on #30373D background

This text has white color on #30373D background.