COLOR #30595A

HEX: #30595A RGB: (48,89,90)

Color info

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

RGB color model

#30595A color RGB value is (48,89,90).

RGB: (48,89,90) (19%, 35%, 35%)

RGB channels and saturation

R 48 of 255 = 19%
G 89 of 255 = 35%
B 90 of 255 = 35%

48
89
90

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

Portions of RGB colors in percentages

R + G + B = 48 + 89 + 90 = 227 (100%)
R 48 of 227 ~ 21.15%
G 89 of 227 ~ 39.21%
B 90 of 227 ~ 39.65'%

%21.15
%39.21
%39.65

CMYK color model

#30595A color CMYK value is (47,1,0,65).

  • cyan value is 46.67%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (47,1,0,65) C47M1Y0K65 (47%,1%,0%,65%) (0.47/0.01/0.00/0.65) 

CMYK percentages

%46.67
%1.11
%0
%64.71

Codes

Color #30595A in popluar color models

30 59 5A
RGB 48 89 90
HSL 181° 30.43% 27.06%
HSB/HSV 181° 46.67% 35.29%
CMYK 46.67% 1.11% 0.00%
64.71%

Color #30595A in popluar number systems.

HEX 30 59 5A
Decimal 48 89 90
Binary 110000 1011001 1011010
Octal 60 131 132

Shades and tints

Shades of #30595A

#30595A
(48,89,90)
#2C5152
(44,81,82)
#28494A
(40,73,74)
#244142
(36,65,66)
#20393A
(32,57,58)
#1C3132
(28,49,50)
#18292A
(24,41,42)
#142122
(20,33,34)
#10191A
(16,25,26)
#0C1112
(12,17,18)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #30595A

#30595A
(48,89,90)
#426869
(66,104,105)
#547778
(84,119,120)
#668687
(102,134,135)
#789596
(120,149,150)
#8AA4A5
(138,164,165)
#9CB3B4
(156,179,180)
#AEC2C3
(174,194,195)
#C0D1D2
(192,209,210)
#D2E0E1
(210,224,225)
#E4EFF0
(228,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30595A color. Also use rgb(48,89,90) instead hex code.

Text Font Color

.myTextColor { color: #30595A; }

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

This text font color is #30595A.

Background Color

.myBgColor { background-color: #30595A; }

<div style="background-color:#30595A">Inner text</div>

This div background color is #30595A.

Border color

.myBorderColor { border: 1px solid #30595A; }

<div style="border:3px solid #30595A">Div</div>

This div border color is #30595A.

Opacity

.myOpacity80 { color: #30595A; opacity: 0.8; }

<p style="color:#30595A;opacity:0.8;">80%</p>

Text with #30595A 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 #30595A;}

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

This text has shadow with #30595A color.


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

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

This text has shadow with #30595A primary color and red secondary color.


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

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

This text has shadow with #30595A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30595A.

Preview

Color preview on black background

This text has color #30595A on black background.


Color preview on white background

This text has color #30595A on white background.


Black color preview on #30595A background

This text has black color on #30595A background.


White color preview on #30595A background

This text has white color on #30595A background.


Related colors

Complementary color

Complementary color for #hex is #CFA6A5.


I love getcolorcode.com

Triadic colors

1 #5A3059 and #595A30 with #30595A are triadic colors.

2 #5A5930 and #59305A with #30595A are triadic colors.