COLOR #30585B

HEX: #30585B RGB: (48,88,91)

Color info

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

RGB color model

#30585B color RGB value is (48,88,91).

RGB: (48,88,91) (19%, 35%, 36%)

RGB channels and saturation

R 48 of 255 = 19%
G 88 of 255 = 35%
B 91 of 255 = 36%

48
88
91

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

Portions of RGB colors in percentages

R + G + B = 48 + 88 + 91 = 227 (100%)
R 48 of 227 ~ 21.15%
G 88 of 227 ~ 38.77%
B 91 of 227 ~ 40.09'%

%21.15
%38.77
%40.09

CMYK color model

#30585B color CMYK value is (47,3,0,64).

  • cyan value is 47.25%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (47,3,0,64)
C47M3Y0K64 (47%, 3%, 0%, 64%)
(0.47 / 0.03 / 0.00 / 0.64)

CMYK percentages

%47.25
%3.3
%0
%64.31

Codes

Color #30585B in popluar color models

30 58 5B
RGB 48 88 91
HSL 184° 30.94% 27.25%
HSB/HSV 184° 47.25% 35.69%
CMYK 47.25% 3.30% 0.00%
64.31%

Color #30585B in popluar number systems.

HEX 30 58 5B
Decimal 48 88 91
Binary 110000 1011000 1011011
Octal 60 130 133

Shades and tints

Shades of #30585B

#30585B
(48,88,91)
#2C5053
(44,80,83)
#28484B
(40,72,75)
#244043
(36,64,67)
#20383B
(32,56,59)
#1C3033
(28,48,51)
#18282B
(24,40,43)
#142023
(20,32,35)
#10181B
(16,24,27)
#0C1013
(12,16,19)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #30585B

#30585B
(48,88,91)
#426769
(66,103,105)
#547677
(84,118,119)
#668585
(102,133,133)
#789493
(120,148,147)
#8AA3A1
(138,163,161)
#9CB2AF
(156,178,175)
#AEC1BD
(174,193,189)
#C0D0CB
(192,208,203)
#D2DFD9
(210,223,217)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30585B color. Also use rgb(48,88,91) instead hex code.

Text Font Color

.myTextColor { color: #30585B; }

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

This text font color is #30585B.

Background Color

.myBgColor { background-color: #30585B; }

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

This div background color is #30585B.

Border color

.myBorderColor { border: 1px solid #30585B; }

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

This div border color is #30585B.

Opacity

.myOpacity80 { color: #30585B; opacity: 0.8; }

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

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

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

This text has shadow with #30585B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30585B.

Preview

Color preview on black background

This text has color #30585B on black background.


Color preview on white background

This text has color #30585B on white background.


Black color preview on #30585B background

This text has black color on #30585B background.


White color preview on #30585B background

This text has white color on #30585B background.


Related colors

Complementary color

Complementary color for #hex is #CFA7A4.


I love getcolorcode.com

Triadic colors

1 #5B3058 and #585B30 with #30585B are triadic colors.

2 #5B5830 and #58305B with #30585B are triadic colors.