COLOR #306150

HEX: #306150
RGB: (48,97,80)

Color info

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

RGB color model

#306150 color RGB value is (48,97,80).

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

RGB channels and saturation

R 48 of 255 = 19%
G 97 of 255 = 38%
B 80 of 255 = 31%

48
97
80

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

Portions of RGB colors in percentages

R + G + B =
48 + 97 + 80 = 225 (100%)
R 48 of 225 ~ 21.33%
G 97 of 225 ~ 43.11%
B 80 of 225 ~ 35.56%

%21.33
%43.11
%35.56

CMYK color model

#306150 color CMYK value is (51,0,18,62).

  • cyan value is 50.52%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(51,0,18,62)
C51M0Y18K62 
(51%,0%,18%,62%)
(0.51/0.00/0.18/0.62)	

CMYK percentages

%50.52
%0
%17.53
%61.96

Codes

Color #306150 in popluar color models

306150
RGB489780
HSL159°33.79%28.43%
HSB/HSV159°50.52%38.04%
CMYK50.52%0.00%17.53%
61.96%

Color #306150 in popluar number systems.

HEX306150
Decimal489780
Binary11000011000011010000
Octal60141120

Shades and tints

Shades of #306150

#306150
(48,97,80)
#2C5949
(44,89,73)
#285142
(40,81,66)
#24493B
(36,73,59)
#204134
(32,65,52)
#1C392D
(28,57,45)
#183126
(24,49,38)
#14291F
(20,41,31)
#102118
(16,33,24)
#0C1911
(12,25,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #306150

#306150
(48,97,80)
#426F5F
(66,111,95)
#547D6E
(84,125,110)
#668B7D
(102,139,125)
#78998C
(120,153,140)
#8AA79B
(138,167,155)
#9CB5AA
(156,181,170)
#AEC3B9
(174,195,185)
#C0D1C8
(192,209,200)
#D2DFD7
(210,223,215)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306150; }

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

This text font color is #306150.


Background Color

.myBgColor { background-color: #306150; }

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

This div background color is #306150.


Border color

.myBorderColor { border: 1px solid #306150; }

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

This div border color is #306150.


Opacity

.myOpacity80 { color: #306150; opacity: 0.8; }

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

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

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

This text has shadow with #306150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306150 on black background.


Color preview on white background

This text has color #306150 on white background.



Black color preview on #306150 background

This text has black color on #306150 background.


White color preview on #306150 background

This text has white color on #306150 background.