COLOR #30572C

HEX: #30572C
RGB: (48,87,44)

Color info

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

RGB color model

#30572C color RGB value is (48,87,44).

  • red value is 48;
  • green value is 87;
  • blue value is 44.
RGB:
(48,87,44)
(19%,34%,17%)

RGB channels and saturation

R 48 of 255 = 19%
G 87 of 255 = 34%
B 44 of 255 = 17%

48
87
44

R + G + B ~ 23%. #30572C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 87 + 44 = 179 (100%)
R 48 of 179 ~ 26.82%
G 87 of 179 ~ 48.6%
B 44 of 179 ~ 24.58%

%26.82
%48.6
%24.58

CMYK color model

#30572C color CMYK value is (45,0,49,66).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK:
(45,0,49,66)
C45M0Y49K66 
(45%,0%,49%,66%)
(0.45/0.00/0.49/0.66)	

CMYK percentages

%44.83
%0
%49.43
%65.88

Codes

Color #30572C in popluar color models

30572C
RGB488744
HSL114°32.82%25.69%
HSB/HSV114°49.43%34.12%
CMYK44.83%0.00%49.43%
65.88%

Color #30572C in popluar number systems.

HEX30572C
Decimal488744
Binary1100001010111101100
Octal6012754

Shades and tints

Shades of #30572C

#30572C
(48,87,44)
#2C5028
(44,80,40)
#284924
(40,73,36)
#244220
(36,66,32)
#203B1C
(32,59,28)
#1C3418
(28,52,24)
#182D14
(24,45,20)
#142610
(20,38,16)
#101F0C
(16,31,12)
#0C1808
(12,24,8)
#081104
(8,17,4)
#000000
(0,0,0)

Tints of #30572C

#30572C
(48,87,44)
#42663F
(66,102,63)
#547552
(84,117,82)
#668465
(102,132,101)
#789378
(120,147,120)
#8AA28B
(138,162,139)
#9CB19E
(156,177,158)
#AEC0B1
(174,192,177)
#C0CFC4
(192,207,196)
#D2DED7
(210,222,215)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30572C; }

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

This text font color is #30572C.


Background Color

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

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

This div background color is #30572C.


Border color

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

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

This div border color is #30572C.


Opacity

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

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

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

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

This text has shadow with #30572C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30572C on black background.


Color preview on white background

This text has color #30572C on white background.



Black color preview on #30572C background

This text has black color on #30572C background.


White color preview on #30572C background

This text has white color on #30572C background.