COLOR #30504B

HEX: #30504B
RGB: (48,80,75)

Color info

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

RGB color model

#30504B color RGB value is (48,80,75).

  • red value is 48;
  • green value is 80;
  • blue value is 75.
RGB:
(48,80,75)
(19%,31%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 75 of 255 = 29%

48
80
75

R + G + B ~ 26%. #30504B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 80 + 75 = 203 (100%)
R 48 of 203 ~ 23.65%
G 80 of 203 ~ 39.41%
B 75 of 203 ~ 36.95%

%23.65
%39.41
%36.95

CMYK color model

#30504B color CMYK value is (40,0,6,69).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(40,0,6,69)
C40M0Y6K69 
(40%,0%,6%,69%)
(0.40/0.00/0.06/0.69)	

CMYK percentages

%40
%0
%6.25
%68.63

Codes

Color #30504B in popluar color models

30504B
RGB488075
HSL171°25.00%25.10%
HSB/HSV171°40.00%31.37%
CMYK40.00%0.00%6.25%
68.63%

Color #30504B in popluar number systems.

HEX30504B
Decimal488075
Binary11000010100001001011
Octal60120113

Shades and tints

Shades of #30504B

#30504B
(48,80,75)
#2C4945
(44,73,69)
#28423F
(40,66,63)
#243B39
(36,59,57)
#203433
(32,52,51)
#1C2D2D
(28,45,45)
#182627
(24,38,39)
#141F21
(20,31,33)
#10181B
(16,24,27)
#0C1115
(12,17,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #30504B

#30504B
(48,80,75)
#425F5B
(66,95,91)
#546E6B
(84,110,107)
#667D7B
(102,125,123)
#788C8B
(120,140,139)
#8A9B9B
(138,155,155)
#9CAAAB
(156,170,171)
#AEB9BB
(174,185,187)
#C0C8CB
(192,200,203)
#D2D7DB
(210,215,219)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30504B color. Also use rgb(48,80,75) instead hex code.

Text Font Color

.myTextColor { color: #30504B; }

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

This text font color is #30504B.


Background Color

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

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

This div background color is #30504B.


Border color

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

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

This div border color is #30504B.


Opacity

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

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

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

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

This text has shadow with #30504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30504B on black background.


Color preview on white background

This text has color #30504B on white background.



Black color preview on #30504B background

This text has black color on #30504B background.


White color preview on #30504B background

This text has white color on #30504B background.