COLOR #30684B

HEX: #30684B
RGB: (48,104,75)

Color info

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

RGB color model

#30684B color RGB value is (48,104,75).

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

RGB channels and saturation

R 48 of 255 = 19%
G 104 of 255 = 41%
B 75 of 255 = 29%

48
104
75

R + G + B ~ 30%. #30684B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 104 + 75 = 227 (100%)
R 48 of 227 ~ 21.15%
G 104 of 227 ~ 45.81%
B 75 of 227 ~ 33.04%

%21.15
%45.81
%33.04

CMYK color model

#30684B color CMYK value is (54,0,28,59).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(54,0,28,59)
C54M0Y28K59 
(54%,0%,28%,59%)
(0.54/0.00/0.28/0.59)	

CMYK percentages

%53.85
%0
%27.88
%59.22

Codes

Color #30684B in popluar color models

30684B
RGB4810475
HSL149°36.84%29.80%
HSB/HSV149°53.85%40.78%
CMYK53.85%0.00%27.88%
59.22%

Color #30684B in popluar number systems.

HEX30684B
Decimal4810475
Binary11000011010001001011
Octal60150113

Shades and tints

Shades of #30684B

#30684B
(48,104,75)
#2C5F45
(44,95,69)
#28563F
(40,86,63)
#244D39
(36,77,57)
#204433
(32,68,51)
#1C3B2D
(28,59,45)
#183227
(24,50,39)
#142921
(20,41,33)
#10201B
(16,32,27)
#0C1715
(12,23,21)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #30684B

#30684B
(48,104,75)
#42755B
(66,117,91)
#54826B
(84,130,107)
#668F7B
(102,143,123)
#789C8B
(120,156,139)
#8AA99B
(138,169,155)
#9CB6AB
(156,182,171)
#AEC3BB
(174,195,187)
#C0D0CB
(192,208,203)
#D2DDDB
(210,221,219)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30684B; }

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

This text font color is #30684B.


Background Color

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

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

This div background color is #30684B.


Border color

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

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

This div border color is #30684B.


Opacity

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

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

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

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

This text has shadow with #30684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30684B on black background.


Color preview on white background

This text has color #30684B on white background.



Black color preview on #30684B background

This text has black color on #30684B background.


White color preview on #30684B background

This text has white color on #30684B background.