COLOR #30483B

HEX: #30483B
RGB: (48,72,59)

Color info

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

RGB color model

#30483B color RGB value is (48,72,59).

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

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 59 of 255 = 23%

48
72
59

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

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 59 = 179 (100%)
R 48 of 179 ~ 26.82%
G 72 of 179 ~ 40.22%
B 59 of 179 ~ 32.96%

%26.82
%40.22
%32.96

CMYK color model

#30483B color CMYK value is (33,0,18,72).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(33,0,18,72)
C33M0Y18K72 
(33%,0%,18%,72%)
(0.33/0.00/0.18/0.72)	

CMYK percentages

%33.33
%0
%18.06
%71.76

Codes

Color #30483B in popluar color models

30483B
RGB487259
HSL148°20.00%23.53%
HSB/HSV148°33.33%28.24%
CMYK33.33%0.00%18.06%
71.76%

Color #30483B in popluar number systems.

HEX30483B
Decimal487259
Binary1100001001000111011
Octal6011073

Shades and tints

Shades of #30483B

#30483B
(48,72,59)
#2C4236
(44,66,54)
#283C31
(40,60,49)
#24362C
(36,54,44)
#203027
(32,48,39)
#1C2A22
(28,42,34)
#18241D
(24,36,29)
#141E18
(20,30,24)
#101813
(16,24,19)
#0C120E
(12,18,14)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #30483B

#30483B
(48,72,59)
#42584C
(66,88,76)
#54685D
(84,104,93)
#66786E
(102,120,110)
#78887F
(120,136,127)
#8A9890
(138,152,144)
#9CA8A1
(156,168,161)
#AEB8B2
(174,184,178)
#C0C8C3
(192,200,195)
#D2D8D4
(210,216,212)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30483B color. Also use rgb(48,72,59) instead hex code.

Text Font Color

.myTextColor { color: #30483B; }

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

This text font color is #30483B.


Background Color

.myBgColor { background-color: #30483B; }

<div style="background-color:#30483B">Inner text</div>

This div background color is #30483B.


Border color

.myBorderColor { border: 1px solid #30483B; }

<div style="border:3px solid #30483B">Div</div>

This div border color is #30483B.


Opacity

.myOpacity80 { color: #30483B; opacity: 0.8; }

<p style="color:#30483B;opacity:0.8;">80%</p>

Text with #30483B 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 #30483B;}

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

This text has shadow with #30483B color.

.textShadow {text-shadow: 3px 3px 1px #30483B, 3px 3px 1px red;}

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

This text has shadow with #30483B primary color and red secondary color.


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

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

This text has shadow with #30483B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30483B on black background.


Color preview on white background

This text has color #30483B on white background.



Black color preview on #30483B background

This text has black color on #30483B background.


White color preview on #30483B background

This text has white color on #30483B background.