COLOR #306E5E

HEX: #306E5E
RGB: (48,110,94)

Color info

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

RGB color model

#306E5E color RGB value is (48,110,94).

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

RGB channels and saturation

R 48 of 255 = 19%
G 110 of 255 = 43%
B 94 of 255 = 37%

48
110
94

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

Portions of RGB colors in percentages

R + G + B =
48 + 110 + 94 = 252 (100%)
R 48 of 252 ~ 19.05%
G 110 of 252 ~ 43.65%
B 94 of 252 ~ 37.3%

%19.05
%43.65
%37.3

CMYK color model

#306E5E color CMYK value is (56,0,15,57).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(56,0,15,57)
C56M0Y15K57 
(56%,0%,15%,57%)
(0.56/0.00/0.15/0.57)	

CMYK percentages

%56.36
%0
%14.55
%56.86

Codes

Color #306E5E in popluar color models

306E5E
RGB4811094
HSL165°39.24%30.98%
HSB/HSV165°56.36%43.14%
CMYK56.36%0.00%14.55%
56.86%

Color #306E5E in popluar number systems.

HEX306E5E
Decimal4811094
Binary11000011011101011110
Octal60156136

Shades and tints

Shades of #306E5E

#306E5E
(48,110,94)
#2C6456
(44,100,86)
#285A4E
(40,90,78)
#245046
(36,80,70)
#20463E
(32,70,62)
#1C3C36
(28,60,54)
#18322E
(24,50,46)
#142826
(20,40,38)
#101E1E
(16,30,30)
#0C1416
(12,20,22)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #306E5E

#306E5E
(48,110,94)
#427B6C
(66,123,108)
#54887A
(84,136,122)
#669588
(102,149,136)
#78A296
(120,162,150)
#8AAFA4
(138,175,164)
#9CBCB2
(156,188,178)
#AEC9C0
(174,201,192)
#C0D6CE
(192,214,206)
#D2E3DC
(210,227,220)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306E5E; }

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

This text font color is #306E5E.


Background Color

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

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

This div background color is #306E5E.


Border color

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

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

This div border color is #306E5E.


Opacity

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

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

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

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

This text has shadow with #306E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306E5E on black background.


Color preview on white background

This text has color #306E5E on white background.



Black color preview on #306E5E background

This text has black color on #306E5E background.


White color preview on #306E5E background

This text has white color on #306E5E background.