COLOR #30373F

HEX: #30373F RGB: (48,55,63)

Color info

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

RGB color model

#30373F color RGB value is (48,55,63).

RGB: (48,55,63) (19%, 22%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 63 of 255 = 25%

48
55
63

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

Portions of RGB colors in percentages

R + G + B = 48 + 55 + 63 = 166 (100%)
R 48 of 166 ~ 28.92%
G 55 of 166 ~ 33.13%
B 63 of 166 ~ 37.95'%

%28.92
%33.13
%37.95

CMYK color model

#30373F color CMYK value is (24,13,0,75).

  • cyan value is 23.81%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (24,13,0,75) C24M13Y0K75 (24%,13%,0%,75%) (0.24/0.13/0.00/0.75) 

CMYK percentages

%23.81
%12.7
%0
%75.29

Codes

Color #30373F in popluar color models

30 37 3F
RGB 48 55 63
HSL 212° 13.51% 21.76%
HSB/HSV 212° 23.81% 24.71%
CMYK 23.81% 12.70% 0.00%
75.29%

Color #30373F in popluar number systems.

HEX 30 37 3F
Decimal 48 55 63
Binary 110000 110111 111111
Octal 60 67 77

Shades and tints

Shades of #30373F

#30373F
(48,55,63)
#2C323A
(44,50,58)
#282D35
(40,45,53)
#242830
(36,40,48)
#20232B
(32,35,43)
#1C1E26
(28,30,38)
#181921
(24,25,33)
#14141C
(20,20,28)
#100F17
(16,15,23)
#0C0A12
(12,10,18)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #30373F

#30373F
(48,55,63)
#424950
(66,73,80)
#545B61
(84,91,97)
#666D72
(102,109,114)
#787F83
(120,127,131)
#8A9194
(138,145,148)
#9CA3A5
(156,163,165)
#AEB5B6
(174,181,182)
#C0C7C7
(192,199,199)
#D2D9D8
(210,217,216)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30373F; }

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

This text font color is #30373F.

Background Color

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

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

This div background color is #30373F.

Border color

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

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

This div border color is #30373F.

Opacity

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

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

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

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

This text has shadow with #30373F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30373F.

Preview

Color preview on black background

This text has color #30373F on black background.


Color preview on white background

This text has color #30373F on white background.


Black color preview on #30373F background

This text has black color on #30373F background.


White color preview on #30373F background

This text has white color on #30373F background.


Related colors

Complementary color

Complementary color for #hex is #CFC8C0.


I love getcolorcode.com

Triadic colors

1 #3F3037 and #373F30 with #30373F are triadic colors.

2 #3F3730 and #37303F with #30373F are triadic colors.