COLOR #30502C

HEX: #30502C RGB: (48,80,44)

Color info

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

RGB color model

#30502C color RGB value is (48,80,44).

RGB: (48,80,44) (19%, 31%, 17%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 44 of 255 = 17%

48
80
44

R + G + B ~ 22%. #30502C is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 80 + 44 = 172 (100%)
R 48 of 172 ~ 27.91%
G 80 of 172 ~ 46.51%
B 44 of 172 ~ 25.58'%

%27.91
%46.51
%25.58

CMYK color model

#30502C color CMYK value is (40,0,45,69).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 68.63%

CMYK: (40,0,45,69)
C40M0Y45K69 (40%, 0%, 45%, 69%)
(0.40 / 0.00 / 0.45 / 0.69)

CMYK percentages

%40
%0
%45
%68.63

Codes

Color #30502C in popluar color models

30 50 2C
RGB 48 80 44
HSL 113° 29.03% 24.31%
HSB/HSV 113° 45.00% 31.37%
CMYK 40.00% 0.00% 45.00%
68.63%

Color #30502C in popluar number systems.

HEX 30 50 2C
Decimal 48 80 44
Binary 110000 1010000 101100
Octal 60 120 54

Shades and tints

Shades of #30502C

#30502C
(48,80,44)
#2C4928
(44,73,40)
#284224
(40,66,36)
#243B20
(36,59,32)
#20341C
(32,52,28)
#1C2D18
(28,45,24)
#182614
(24,38,20)
#141F10
(20,31,16)
#10180C
(16,24,12)
#0C1108
(12,17,8)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #30502C

#30502C
(48,80,44)
#425F3F
(66,95,63)
#546E52
(84,110,82)
#667D65
(102,125,101)
#788C78
(120,140,120)
#8A9B8B
(138,155,139)
#9CAA9E
(156,170,158)
#AEB9B1
(174,185,177)
#C0C8C4
(192,200,196)
#D2D7D7
(210,215,215)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30502C; }

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

This text font color is #30502C.

Background Color

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

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

This div background color is #30502C.

Border color

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

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

This div border color is #30502C.

Opacity

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

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

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

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

This text has shadow with #30502C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30502C.

Preview

Color preview on black background

This text has color #30502C on black background.


Color preview on white background

This text has color #30502C on white background.


Black color preview on #30502C background

This text has black color on #30502C background.


White color preview on #30502C background

This text has white color on #30502C background.


Related colors

Complementary color

Complementary color for #hex is #CFAFD3.


I love getcolorcode.com

Triadic colors

1 #2C3050 and #502C30 with #30502C are triadic colors.

2 #2C5030 and #50302C with #30502C are triadic colors.