COLOR #30563C

HEX: #30563C RGB: (48,86,60)

Color info

#30563C contains red, green and blue colors in about the same proportion. Web safe color of #30563C is #336633 (or #363).

RGB color model

#30563C color RGB value is (48,86,60).

RGB: (48,86,60) (19%, 34%, 24%)

RGB channels and saturation

R 48 of 255 = 19%
G 86 of 255 = 34%
B 60 of 255 = 24%

48
86
60

R + G + B ~ 26%. #30563C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 86 + 60 = 194 (100%)
R 48 of 194 ~ 24.74%
G 86 of 194 ~ 44.33%
B 60 of 194 ~ 30.93'%

%24.74
%44.33
%30.93

CMYK color model

#30563C color CMYK value is (44,0,30,66).

  • cyan value is 44.19%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 66.27%

CMYK: (44,0,30,66)
C44M0Y30K66 (44%, 0%, 30%, 66%)
(0.44 / 0.00 / 0.30 / 0.66)

CMYK percentages

%44.19
%0
%30.23
%66.27

Codes

Color #30563C in popluar color models

30 56 3C
RGB 48 86 60
HSL 139° 28.36% 26.27%
HSB/HSV 139° 44.19% 33.73%
CMYK 44.19% 0.00% 30.23%
66.27%

Color #30563C in popluar number systems.

HEX 30 56 3C
Decimal 48 86 60
Binary 110000 1010110 111100
Octal 60 126 74

Shades and tints

Shades of #30563C

#30563C
(48,86,60)
#2C4F37
(44,79,55)
#284832
(40,72,50)
#24412D
(36,65,45)
#203A28
(32,58,40)
#1C3323
(28,51,35)
#182C1E
(24,44,30)
#142519
(20,37,25)
#101E14
(16,30,20)
#0C170F
(12,23,15)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #30563C

#30563C
(48,86,60)
#42654D
(66,101,77)
#54745E
(84,116,94)
#66836F
(102,131,111)
#789280
(120,146,128)
#8AA191
(138,161,145)
#9CB0A2
(156,176,162)
#AEBFB3
(174,191,179)
#C0CEC4
(192,206,196)
#D2DDD5
(210,221,213)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30563C color. Also use rgb(48,86,60) instead hex code.

Text Font Color

.myTextColor { color: #30563C; }

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

This text font color is #30563C.

Background Color

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

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

This div background color is #30563C.

Border color

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

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

This div border color is #30563C.

Opacity

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

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

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

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

This text has shadow with #30563C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30563C.

Preview

Color preview on black background

This text has color #30563C on black background.


Color preview on white background

This text has color #30563C on white background.


Black color preview on #30563C background

This text has black color on #30563C background.


White color preview on #30563C background

This text has white color on #30563C background.


Related colors

Complementary color

Complementary color for #hex is #CFA9C3.


I love getcolorcode.com

Triadic colors

1 #3C3056 and #563C30 with #30563C are triadic colors.

2 #3C5630 and #56303C with #30563C are triadic colors.