COLOR #30473A

HEX: #30473A
RGB: (48,71,58)

Color info

#30473A contains red, green and blue colors in about the same proportion. Web safe color of #30473A is #333333 (or #333).

RGB color model

#30473A color RGB value is (48,71,58).

  • red value is 48;
  • green value is 71;
  • blue value is 58.
RGB:
(48,71,58)
(19%,28%,23%)

RGB channels and saturation

R 48 of 255 = 19%
G 71 of 255 = 28%
B 58 of 255 = 23%

48
71
58

R + G + B ~ 23%. #30473A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 71 + 58 = 177 (100%)
R 48 of 177 ~ 27.12%
G 71 of 177 ~ 40.11%
B 58 of 177 ~ 32.77%

%27.12
%40.11
%32.77

CMYK color model

#30473A color CMYK value is (32,0,18,72).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(32,0,18,72)
C32M0Y18K72 
(32%,0%,18%,72%)
(0.32/0.00/0.18/0.72)	

CMYK percentages

%32.39
%0
%18.31
%72.16

Codes

Color #30473A in popluar color models

30473A
RGB487158
HSL146°19.33%23.33%
HSB/HSV146°32.39%27.84%
CMYK32.39%0.00%18.31%
72.16%

Color #30473A in popluar number systems.

HEX30473A
Decimal487158
Binary1100001000111111010
Octal6010772

Shades and tints

Shades of #30473A

#30473A
(48,71,58)
#2C4135
(44,65,53)
#283B30
(40,59,48)
#24352B
(36,53,43)
#202F26
(32,47,38)
#1C2921
(28,41,33)
#18231C
(24,35,28)
#141D17
(20,29,23)
#101712
(16,23,18)
#0C110D
(12,17,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #30473A

#30473A
(48,71,58)
#42574B
(66,87,75)
#54675C
(84,103,92)
#66776D
(102,119,109)
#78877E
(120,135,126)
#8A978F
(138,151,143)
#9CA7A0
(156,167,160)
#AEB7B1
(174,183,177)
#C0C7C2
(192,199,194)
#D2D7D3
(210,215,211)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30473A color. Also use rgb(48,71,58) instead hex code.

Text Font Color

.myTextColor { color: #30473A; }

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

This text font color is #30473A.


Background Color

.myBgColor { background-color: #30473A; }

<div style="background-color:#30473A">Inner text</div>

This div background color is #30473A.


Border color

.myBorderColor { border: 1px solid #30473A; }

<div style="border:3px solid #30473A">Div</div>

This div border color is #30473A.


Opacity

.myOpacity80 { color: #30473A; opacity: 0.8; }

<p style="color:#30473A;opacity:0.8;">80%</p>

Text with #30473A 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 #30473A;}

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

This text has shadow with #30473A color.

.textShadow {text-shadow: 3px 3px 1px #30473A, 3px 3px 1px red;}

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

This text has shadow with #30473A primary color and red secondary color.


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

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

This text has shadow with #30473A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30473A on black background.


Color preview on white background

This text has color #30473A on white background.



Black color preview on #30473A background

This text has black color on #30473A background.


White color preview on #30473A background

This text has white color on #30473A background.