COLOR #30524F

HEX: #30524F RGB: (48,82,79)

Color info

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

RGB color model

#30524F color RGB value is (48,82,79).

RGB: (48,82,79) (19%, 32%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 82 of 255 = 32%
B 79 of 255 = 31%

48
82
79

R + G + B ~ 27%. #30524F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 82 + 79 = 209 (100%)
R 48 of 209 ~ 22.97%
G 82 of 209 ~ 39.23%
B 79 of 209 ~ 37.8'%

%22.97
%39.23
%37.8

CMYK color model

#30524F color CMYK value is (41,0,4,68).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 67.84%

CMYK: (41,0,4,68)
C41M0Y4K68 (41%, 0%, 4%, 68%)
(0.41 / 0.00 / 0.04 / 0.68)

CMYK percentages

%41.46
%0
%3.66
%67.84

Codes

Color #30524F in popluar color models

30 52 4F
RGB 48 82 79
HSL 175° 26.15% 25.49%
HSB/HSV 175° 41.46% 32.16%
CMYK 41.46% 0.00% 3.66%
67.84%

Color #30524F in popluar number systems.

HEX 30 52 4F
Decimal 48 82 79
Binary 110000 1010010 1001111
Octal 60 122 117

Shades and tints

Shades of #30524F

#30524F
(48,82,79)
#2C4B48
(44,75,72)
#284441
(40,68,65)
#243D3A
(36,61,58)
#203633
(32,54,51)
#1C2F2C
(28,47,44)
#182825
(24,40,37)
#14211E
(20,33,30)
#101A17
(16,26,23)
#0C1310
(12,19,16)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #30524F

#30524F
(48,82,79)
#42615F
(66,97,95)
#54706F
(84,112,111)
#667F7F
(102,127,127)
#788E8F
(120,142,143)
#8A9D9F
(138,157,159)
#9CACAF
(156,172,175)
#AEBBBF
(174,187,191)
#C0CACF
(192,202,207)
#D2D9DF
(210,217,223)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30524F color. Also use rgb(48,82,79) instead hex code.

Text Font Color

.myTextColor { color: #30524F; }

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

This text font color is #30524F.

Background Color

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

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

This div background color is #30524F.

Border color

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

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

This div border color is #30524F.

Opacity

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

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

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

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

This text has shadow with #30524F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30524F.

Preview

Color preview on black background

This text has color #30524F on black background.


Color preview on white background

This text has color #30524F on white background.


Black color preview on #30524F background

This text has black color on #30524F background.


White color preview on #30524F background

This text has white color on #30524F background.


Related colors

Complementary color

Complementary color for #hex is #CFADB0.


I love getcolorcode.com

Triadic colors

1 #4F3052 and #524F30 with #30524F are triadic colors.

2 #4F5230 and #52304F with #30524F are triadic colors.