COLOR #30513F

HEX: #30513F RGB: (48,81,63)

Color info

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

RGB color model

#30513F color RGB value is (48,81,63).

RGB: (48,81,63) (19%, 32%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 81 of 255 = 32%
B 63 of 255 = 25%

48
81
63

R + G + B ~ 25%. #30513F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 81 + 63 = 192 (100%)
R 48 of 192 ~ 25%
G 81 of 192 ~ 42.19%
B 63 of 192 ~ 32.81'%

%25
%42.19
%32.81

CMYK color model

#30513F color CMYK value is (41,0,22,68).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%

CMYK: (41,0,22,68)
C41M0Y22K68 (41%, 0%, 22%, 68%)
(0.41 / 0.00 / 0.22 / 0.68)

CMYK percentages

%40.74
%0
%22.22
%68.24

Codes

Color #30513F in popluar color models

30 51 3F
RGB 48 81 63
HSL 147° 25.58% 25.29%
HSB/HSV 147° 40.74% 31.76%
CMYK 40.74% 0.00% 22.22%
68.24%

Color #30513F in popluar number systems.

HEX 30 51 3F
Decimal 48 81 63
Binary 110000 1010001 111111
Octal 60 121 77

Shades and tints

Shades of #30513F

#30513F
(48,81,63)
#2C4A3A
(44,74,58)
#284335
(40,67,53)
#243C30
(36,60,48)
#20352B
(32,53,43)
#1C2E26
(28,46,38)
#182721
(24,39,33)
#14201C
(20,32,28)
#101917
(16,25,23)
#0C1212
(12,18,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #30513F

#30513F
(48,81,63)
#426050
(66,96,80)
#546F61
(84,111,97)
#667E72
(102,126,114)
#788D83
(120,141,131)
#8A9C94
(138,156,148)
#9CABA5
(156,171,165)
#AEBAB6
(174,186,182)
#C0C9C7
(192,201,199)
#D2D8D8
(210,216,216)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30513F color. Also use rgb(48,81,63) instead hex code.

Text Font Color

.myTextColor { color: #30513F; }

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

This text font color is #30513F.

Background Color

.myBgColor { background-color: #30513F; }

<div style="background-color:#30513F">Inner text</div>

This div background color is #30513F.

Border color

.myBorderColor { border: 1px solid #30513F; }

<div style="border:3px solid #30513F">Div</div>

This div border color is #30513F.

Opacity

.myOpacity80 { color: #30513F; opacity: 0.8; }

<p style="color:#30513F;opacity:0.8;">80%</p>

Text with #30513F 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 #30513F;}

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

This text has shadow with #30513F color.


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

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

This text has shadow with #30513F primary color and red secondary color.


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

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

This text has shadow with #30513F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30513F.

Preview

Color preview on black background

This text has color #30513F on black background.


Color preview on white background

This text has color #30513F on white background.


Black color preview on #30513F background

This text has black color on #30513F background.


White color preview on #30513F background

This text has white color on #30513F background.


Related colors

Complementary color

Complementary color for #hex is #CFAEC0.


I love getcolorcode.com

Triadic colors

1 #3F3051 and #513F30 with #30513F are triadic colors.

2 #3F5130 and #51303F with #30513F are triadic colors.