COLOR #30635C

HEX: #30635C RGB: (48,99,92)

Color info

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

RGB color model

#30635C color RGB value is (48,99,92).

RGB: (48,99,92) (19%, 39%, 36%)

RGB channels and saturation

R 48 of 255 = 19%
G 99 of 255 = 39%
B 92 of 255 = 36%

48
99
92

R + G + B ~ 31%. #30635C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 99 + 92 = 239 (100%)
R 48 of 239 ~ 20.08%
G 99 of 239 ~ 41.42%
B 92 of 239 ~ 38.49'%

%20.08
%41.42
%38.49

CMYK color model

#30635C color CMYK value is (52,0,7,61).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 61.18%

CMYK: (52,0,7,61)
C52M0Y7K61 (52%, 0%, 7%, 61%)
(0.52 / 0.00 / 0.07 / 0.61)

CMYK percentages

%51.52
%0
%7.07
%61.18

Codes

Color #30635C in popluar color models

30 63 5C
RGB 48 99 92
HSL 172° 34.69% 28.82%
HSB/HSV 172° 51.52% 38.82%
CMYK 51.52% 0.00% 7.07%
61.18%

Color #30635C in popluar number systems.

HEX 30 63 5C
Decimal 48 99 92
Binary 110000 1100011 1011100
Octal 60 143 134

Shades and tints

Shades of #30635C

#30635C
(48,99,92)
#2C5A54
(44,90,84)
#28514C
(40,81,76)
#244844
(36,72,68)
#203F3C
(32,63,60)
#1C3634
(28,54,52)
#182D2C
(24,45,44)
#142424
(20,36,36)
#101B1C
(16,27,28)
#0C1214
(12,18,20)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #30635C

#30635C
(48,99,92)
#42716A
(66,113,106)
#547F78
(84,127,120)
#668D86
(102,141,134)
#789B94
(120,155,148)
#8AA9A2
(138,169,162)
#9CB7B0
(156,183,176)
#AEC5BE
(174,197,190)
#C0D3CC
(192,211,204)
#D2E1DA
(210,225,218)
#E4EFE8
(228,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30635C color. Also use rgb(48,99,92) instead hex code.

Text Font Color

.myTextColor { color: #30635C; }

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

This text font color is #30635C.

Background Color

.myBgColor { background-color: #30635C; }

<div style="background-color:#30635C">Inner text</div>

This div background color is #30635C.

Border color

.myBorderColor { border: 1px solid #30635C; }

<div style="border:3px solid #30635C">Div</div>

This div border color is #30635C.

Opacity

.myOpacity80 { color: #30635C; opacity: 0.8; }

<p style="color:#30635C;opacity:0.8;">80%</p>

Text with #30635C 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 #30635C;}

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

This text has shadow with #30635C color.


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

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

This text has shadow with #30635C primary color and red secondary color.


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

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

This text has shadow with #30635C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30635C.

Preview

Color preview on black background

This text has color #30635C on black background.


Color preview on white background

This text has color #30635C on white background.


Black color preview on #30635C background

This text has black color on #30635C background.


White color preview on #30635C background

This text has white color on #30635C background.


Related colors

Complementary color

Complementary color for #hex is #CF9CA3.


I love getcolorcode.com

Triadic colors

1 #5C3063 and #635C30 with #30635C are triadic colors.

2 #5C6330 and #63305C with #30635C are triadic colors.