COLOR #30604B

HEX: #30604B
RGB: (48,96,75)

Color info

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

RGB color model

#30604B color RGB value is (48,96,75).

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

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 75 of 255 = 29%

48
96
75

R + G + B ~ 29%. #30604B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 75 = 219 (100%)
R 48 of 219 ~ 21.92%
G 96 of 219 ~ 43.84%
B 75 of 219 ~ 34.25%

%21.92
%43.84
%34.25

CMYK color model

#30604B color CMYK value is (50,0,22,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(50,0,22,62)
C50M0Y22K62 
(50%,0%,22%,62%)
(0.50/0.00/0.22/0.62)	

CMYK percentages

%50
%0
%21.88
%62.35

Codes

Color #30604B in popluar color models

30604B
RGB489675
HSL154°33.33%28.24%
HSB/HSV154°50.00%37.65%
CMYK50.00%0.00%21.88%
62.35%

Color #30604B in popluar number systems.

HEX30604B
Decimal489675
Binary11000011000001001011
Octal60140113

Shades and tints

Shades of #30604B

#30604B
(48,96,75)
#2C5845
(44,88,69)
#28503F
(40,80,63)
#244839
(36,72,57)
#204033
(32,64,51)
#1C382D
(28,56,45)
#183027
(24,48,39)
#142821
(20,40,33)
#10201B
(16,32,27)
#0C1815
(12,24,21)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #30604B

#30604B
(48,96,75)
#426E5B
(66,110,91)
#547C6B
(84,124,107)
#668A7B
(102,138,123)
#78988B
(120,152,139)
#8AA69B
(138,166,155)
#9CB4AB
(156,180,171)
#AEC2BB
(174,194,187)
#C0D0CB
(192,208,203)
#D2DEDB
(210,222,219)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30604B; }

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

This text font color is #30604B.


Background Color

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

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

This div background color is #30604B.


Border color

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

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

This div border color is #30604B.


Opacity

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

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

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

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

This text has shadow with #30604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30604B on black background.


Color preview on white background

This text has color #30604B on white background.



Black color preview on #30604B background

This text has black color on #30604B background.


White color preview on #30604B background

This text has white color on #30604B background.