COLOR #30575D

HEX: #30575D
RGB: (48,87,93)

Color info

#30575D contains red, green and blue colors in about the same proportion. Web safe color of #30575D is #336666 (or #366).

RGB color model

#30575D color RGB value is (48,87,93).

  • red value is 48;
  • green value is 87;
  • blue value is 93.
RGB:
(48,87,93)
(19%,34%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 87 of 255 = 34%
B 93 of 255 = 36%

48
87
93

R + G + B ~ 30%. #30575D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 87 + 93 = 228 (100%)
R 48 of 228 ~ 21.05%
G 87 of 228 ~ 38.16%
B 93 of 228 ~ 40.79%

%21.05
%38.16
%40.79

CMYK color model

#30575D color CMYK value is (48,6,0,64).

  • cyan value is 48.39%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(48,6,0,64)
C48M6Y0K64 
(48%,6%,0%,64%)
(0.48/0.06/0.00/0.64)	

CMYK percentages

%48.39
%6.45
%0
%63.53

Codes

Color #30575D in popluar color models

30575D
RGB488793
HSL188°31.91%27.65%
HSB/HSV188°48.39%36.47%
CMYK48.39%6.45%0.00%
63.53%

Color #30575D in popluar number systems.

HEX30575D
Decimal488793
Binary11000010101111011101
Octal60127135

Shades and tints

Shades of #30575D

#30575D
(48,87,93)
#2C5055
(44,80,85)
#28494D
(40,73,77)
#244245
(36,66,69)
#203B3D
(32,59,61)
#1C3435
(28,52,53)
#182D2D
(24,45,45)
#142625
(20,38,37)
#101F1D
(16,31,29)
#0C1815
(12,24,21)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #30575D

#30575D
(48,87,93)
#42666B
(66,102,107)
#547579
(84,117,121)
#668487
(102,132,135)
#789395
(120,147,149)
#8AA2A3
(138,162,163)
#9CB1B1
(156,177,177)
#AEC0BF
(174,192,191)
#C0CFCD
(192,207,205)
#D2DEDB
(210,222,219)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30575D color. Also use rgb(48,87,93) instead hex code.

Text Font Color

.myTextColor { color: #30575D; }

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

This text font color is #30575D.


Background Color

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

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

This div background color is #30575D.


Border color

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

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

This div border color is #30575D.


Opacity

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

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

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

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

This text has shadow with #30575D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30575D on black background.


Color preview on white background

This text has color #30575D on white background.



Black color preview on #30575D background

This text has black color on #30575D background.


White color preview on #30575D background

This text has white color on #30575D background.