COLOR #30503C

HEX: #30503C
RGB: (48,80,60)

Color info

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

RGB color model

#30503C color RGB value is (48,80,60).

  • red value is 48;
  • green value is 80;
  • blue value is 60.
RGB:
(48,80,60)
(19%,31%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 60 of 255 = 24%

48
80
60

R + G + B ~ 25%. #30503C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 80 + 60 = 188 (100%)
R 48 of 188 ~ 25.53%
G 80 of 188 ~ 42.55%
B 60 of 188 ~ 31.91%

%25.53
%42.55
%31.91

CMYK color model

#30503C color CMYK value is (40,0,25,69).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(40,0,25,69)
C40M0Y25K69 
(40%,0%,25%,69%)
(0.40/0.00/0.25/0.69)	

CMYK percentages

%40
%0
%25
%68.63

Codes

Color #30503C in popluar color models

30503C
RGB488060
HSL143°25.00%25.10%
HSB/HSV143°40.00%31.37%
CMYK40.00%0.00%25.00%
68.63%

Color #30503C in popluar number systems.

HEX30503C
Decimal488060
Binary1100001010000111100
Octal6012074

Shades and tints

Shades of #30503C

#30503C
(48,80,60)
#2C4937
(44,73,55)
#284232
(40,66,50)
#243B2D
(36,59,45)
#203428
(32,52,40)
#1C2D23
(28,45,35)
#18261E
(24,38,30)
#141F19
(20,31,25)
#101814
(16,24,20)
#0C110F
(12,17,15)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #30503C

#30503C
(48,80,60)
#425F4D
(66,95,77)
#546E5E
(84,110,94)
#667D6F
(102,125,111)
#788C80
(120,140,128)
#8A9B91
(138,155,145)
#9CAAA2
(156,170,162)
#AEB9B3
(174,185,179)
#C0C8C4
(192,200,196)
#D2D7D5
(210,215,213)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30503C; }

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

This text font color is #30503C.


Background Color

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

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

This div background color is #30503C.


Border color

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

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

This div border color is #30503C.


Opacity

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

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

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

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

This text has shadow with #30503C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30503C on black background.


Color preview on white background

This text has color #30503C on white background.



Black color preview on #30503C background

This text has black color on #30503C background.


White color preview on #30503C background

This text has white color on #30503C background.