COLOR #30483F

HEX: #30483F
RGB: (48,72,63)

Color info

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

RGB color model

#30483F color RGB value is (48,72,63).

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

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 63 of 255 = 25%

48
72
63

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

Portions of RGB colors in percentages

R + G + B =
48 + 72 + 63 = 183 (100%)
R 48 of 183 ~ 26.23%
G 72 of 183 ~ 39.34%
B 63 of 183 ~ 34.43%

%26.23
%39.34
%34.43

CMYK color model

#30483F color CMYK value is (33,0,13,72).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(33,0,13,72)
C33M0Y13K72 
(33%,0%,13%,72%)
(0.33/0.00/0.13/0.72)	

CMYK percentages

%33.33
%0
%12.5
%71.76

Codes

Color #30483F in popluar color models

30483F
RGB487263
HSL158°20.00%23.53%
HSB/HSV158°33.33%28.24%
CMYK33.33%0.00%12.50%
71.76%

Color #30483F in popluar number systems.

HEX30483F
Decimal487263
Binary1100001001000111111
Octal6011077

Shades and tints

Shades of #30483F

#30483F
(48,72,63)
#2C423A
(44,66,58)
#283C35
(40,60,53)
#243630
(36,54,48)
#20302B
(32,48,43)
#1C2A26
(28,42,38)
#182421
(24,36,33)
#141E1C
(20,30,28)
#101817
(16,24,23)
#0C1212
(12,18,18)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #30483F

#30483F
(48,72,63)
#425850
(66,88,80)
#546861
(84,104,97)
#667872
(102,120,114)
#788883
(120,136,131)
#8A9894
(138,152,148)
#9CA8A5
(156,168,165)
#AEB8B6
(174,184,182)
#C0C8C7
(192,200,199)
#D2D8D8
(210,216,216)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30483F; }

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

This text font color is #30483F.


Background Color

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

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

This div background color is #30483F.


Border color

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

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

This div border color is #30483F.


Opacity

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

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

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

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

This text has shadow with #30483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30483F on black background.


Color preview on white background

This text has color #30483F on white background.



Black color preview on #30483F background

This text has black color on #30483F background.


White color preview on #30483F background

This text has white color on #30483F background.