COLOR #30493D

HEX: #30493D
RGB: (48,73,61)

Color info

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

RGB color model

#30493D color RGB value is (48,73,61).

  • red value is 48;
  • green value is 73;
  • blue value is 61.
RGB:
(48,73,61)
(19%,29%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 73 of 255 = 29%
B 61 of 255 = 24%

48
73
61

R + G + B ~ 24%. #30493D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 73 + 61 = 182 (100%)
R 48 of 182 ~ 26.37%
G 73 of 182 ~ 40.11%
B 61 of 182 ~ 33.52%

%26.37
%40.11
%33.52

CMYK color model

#30493D color CMYK value is (34,0,16,71).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(34,0,16,71)
C34M0Y16K71 
(34%,0%,16%,71%)
(0.34/0.00/0.16/0.71)	

CMYK percentages

%34.25
%0
%16.44
%71.37

Codes

Color #30493D in popluar color models

30493D
RGB487361
HSL151°20.66%23.73%
HSB/HSV151°34.25%28.63%
CMYK34.25%0.00%16.44%
71.37%

Color #30493D in popluar number systems.

HEX30493D
Decimal487361
Binary1100001001001111101
Octal6011175

Shades and tints

Shades of #30493D

#30493D
(48,73,61)
#2C4338
(44,67,56)
#283D33
(40,61,51)
#24372E
(36,55,46)
#203129
(32,49,41)
#1C2B24
(28,43,36)
#18251F
(24,37,31)
#141F1A
(20,31,26)
#101915
(16,25,21)
#0C1310
(12,19,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #30493D

#30493D
(48,73,61)
#42594E
(66,89,78)
#54695F
(84,105,95)
#667970
(102,121,112)
#788981
(120,137,129)
#8A9992
(138,153,146)
#9CA9A3
(156,169,163)
#AEB9B4
(174,185,180)
#C0C9C5
(192,201,197)
#D2D9D6
(210,217,214)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30493D color. Also use rgb(48,73,61) instead hex code.

Text Font Color

.myTextColor { color: #30493D; }

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

This text font color is #30493D.


Background Color

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

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

This div background color is #30493D.


Border color

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

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

This div border color is #30493D.


Opacity

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

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

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

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

This text has shadow with #30493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30493D on black background.


Color preview on white background

This text has color #30493D on white background.



Black color preview on #30493D background

This text has black color on #30493D background.


White color preview on #30493D background

This text has white color on #30493D background.