COLOR #30685F

HEX: #30685F
RGB: (48,104,95)

Color info

#30685F contains red, green and blue colors in about the same proportion. Web safe color of #30685F is #336666 (or #366).

RGB color model

#30685F color RGB value is (48,104,95).

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

RGB channels and saturation

R 48 of 255 = 19%
G 104 of 255 = 41%
B 95 of 255 = 37%

48
104
95

R + G + B ~ 32%. #30685F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 104 + 95 = 247 (100%)
R 48 of 247 ~ 19.43%
G 104 of 247 ~ 42.11%
B 95 of 247 ~ 38.46%

%19.43
%42.11
%38.46

CMYK color model

#30685F color CMYK value is (54,0,9,59).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(54,0,9,59)
C54M0Y9K59 
(54%,0%,9%,59%)
(0.54/0.00/0.09/0.59)	

CMYK percentages

%53.85
%0
%8.65
%59.22

Codes

Color #30685F in popluar color models

30685F
RGB4810495
HSL170°36.84%29.80%
HSB/HSV170°53.85%40.78%
CMYK53.85%0.00%8.65%
59.22%

Color #30685F in popluar number systems.

HEX30685F
Decimal4810495
Binary11000011010001011111
Octal60150137

Shades and tints

Shades of #30685F

#30685F
(48,104,95)
#2C5F57
(44,95,87)
#28564F
(40,86,79)
#244D47
(36,77,71)
#20443F
(32,68,63)
#1C3B37
(28,59,55)
#18322F
(24,50,47)
#142927
(20,41,39)
#10201F
(16,32,31)
#0C1717
(12,23,23)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #30685F

#30685F
(48,104,95)
#42756D
(66,117,109)
#54827B
(84,130,123)
#668F89
(102,143,137)
#789C97
(120,156,151)
#8AA9A5
(138,169,165)
#9CB6B3
(156,182,179)
#AEC3C1
(174,195,193)
#C0D0CF
(192,208,207)
#D2DDDD
(210,221,221)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30685F color. Also use rgb(48,104,95) instead hex code.

Text Font Color

.myTextColor { color: #30685F; }

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

This text font color is #30685F.


Background Color

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

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

This div background color is #30685F.


Border color

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

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

This div border color is #30685F.


Opacity

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

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

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

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

This text has shadow with #30685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30685F on black background.


Color preview on white background

This text has color #30685F on white background.



Black color preview on #30685F background

This text has black color on #30685F background.


White color preview on #30685F background

This text has white color on #30685F background.