COLOR #30512D

HEX: #30512D
RGB: (48,81,45)

Color info

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

RGB color model

#30512D color RGB value is (48,81,45).

  • red value is 48;
  • green value is 81;
  • blue value is 45.
RGB:
(48,81,45)
(19%,32%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 81 of 255 = 32%
B 45 of 255 = 18%

48
81
45

R + G + B ~ 23%. #30512D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 81 + 45 = 174 (100%)
R 48 of 174 ~ 27.59%
G 81 of 174 ~ 46.55%
B 45 of 174 ~ 25.86%

%27.59
%46.55
%25.86

CMYK color model

#30512D color CMYK value is (41,0,44,68).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 68.24%
CMYK:
(41,0,44,68)
C41M0Y44K68 
(41%,0%,44%,68%)
(0.41/0.00/0.44/0.68)	

CMYK percentages

%40.74
%0
%44.44
%68.24

Codes

Color #30512D in popluar color models

30512D
RGB488145
HSL115°28.57%24.71%
HSB/HSV115°44.44%31.76%
CMYK40.74%0.00%44.44%
68.24%

Color #30512D in popluar number systems.

HEX30512D
Decimal488145
Binary1100001010001101101
Octal6012155

Shades and tints

Shades of #30512D

#30512D
(48,81,45)
#2C4A29
(44,74,41)
#284325
(40,67,37)
#243C21
(36,60,33)
#20351D
(32,53,29)
#1C2E19
(28,46,25)
#182715
(24,39,21)
#142011
(20,32,17)
#10190D
(16,25,13)
#0C1209
(12,18,9)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #30512D

#30512D
(48,81,45)
#426040
(66,96,64)
#546F53
(84,111,83)
#667E66
(102,126,102)
#788D79
(120,141,121)
#8A9C8C
(138,156,140)
#9CAB9F
(156,171,159)
#AEBAB2
(174,186,178)
#C0C9C5
(192,201,197)
#D2D8D8
(210,216,216)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30512D color. Also use rgb(48,81,45) instead hex code.

Text Font Color

.myTextColor { color: #30512D; }

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

This text font color is #30512D.


Background Color

.myBgColor { background-color: #30512D; }

<div style="background-color:#30512D">Inner text</div>

This div background color is #30512D.


Border color

.myBorderColor { border: 1px solid #30512D; }

<div style="border:3px solid #30512D">Div</div>

This div border color is #30512D.


Opacity

.myOpacity80 { color: #30512D; opacity: 0.8; }

<p style="color:#30512D;opacity:0.8;">80%</p>

Text with #30512D 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 #30512D;}

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

This text has shadow with #30512D color.

.textShadow {text-shadow: 3px 3px 1px #30512D, 3px 3px 1px red;}

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

This text has shadow with #30512D primary color and red secondary color.


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

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

This text has shadow with #30512D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30512D on black background.


Color preview on white background

This text has color #30512D on white background.



Black color preview on #30512D background

This text has black color on #30512D background.


White color preview on #30512D background

This text has white color on #30512D background.