COLOR #306E5B

HEX: #306E5B
RGB: (48,110,91)

Color info

#306E5B contains mainly green and blue colors. Web safe color of #306E5B is #336666 (or #366).

RGB color model

#306E5B color RGB value is (48,110,91).

  • red value is 48;
  • green value is 110;
  • blue value is 91.
RGB:
(48,110,91)
(19%,43%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 110 of 255 = 43%
B 91 of 255 = 36%

48
110
91

R + G + B ~ 33%. #306E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 110 + 91 = 249 (100%)
R 48 of 249 ~ 19.28%
G 110 of 249 ~ 44.18%
B 91 of 249 ~ 36.55%

%19.28
%44.18
%36.55

CMYK color model

#306E5B color CMYK value is (56,0,17,57).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(56,0,17,57)
C56M0Y17K57 
(56%,0%,17%,57%)
(0.56/0.00/0.17/0.57)	

CMYK percentages

%56.36
%0
%17.27
%56.86

Codes

Color #306E5B in popluar color models

306E5B
RGB4811091
HSL162°39.24%30.98%
HSB/HSV162°56.36%43.14%
CMYK56.36%0.00%17.27%
56.86%

Color #306E5B in popluar number systems.

HEX306E5B
Decimal4811091
Binary11000011011101011011
Octal60156133

Shades and tints

Shades of #306E5B

#306E5B
(48,110,91)
#2C6453
(44,100,83)
#285A4B
(40,90,75)
#245043
(36,80,67)
#20463B
(32,70,59)
#1C3C33
(28,60,51)
#18322B
(24,50,43)
#142823
(20,40,35)
#101E1B
(16,30,27)
#0C1413
(12,20,19)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #306E5B

#306E5B
(48,110,91)
#427B69
(66,123,105)
#548877
(84,136,119)
#669585
(102,149,133)
#78A293
(120,162,147)
#8AAFA1
(138,175,161)
#9CBCAF
(156,188,175)
#AEC9BD
(174,201,189)
#C0D6CB
(192,214,203)
#D2E3D9
(210,227,217)
#E4F0E7
(228,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306E5B color. Also use rgb(48,110,91) instead hex code.

Text Font Color

.myTextColor { color: #306E5B; }

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

This text font color is #306E5B.


Background Color

.myBgColor { background-color: #306E5B; }

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

This div background color is #306E5B.


Border color

.myBorderColor { border: 1px solid #306E5B; }

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

This div border color is #306E5B.


Opacity

.myOpacity80 { color: #306E5B; opacity: 0.8; }

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

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

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

This text has shadow with #306E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306E5B on black background.


Color preview on white background

This text has color #306E5B on white background.



Black color preview on #306E5B background

This text has black color on #306E5B background.


White color preview on #306E5B background

This text has white color on #306E5B background.