COLOR #306D62

HEX: #306D62
RGB: (48,109,98)

Color info

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

RGB color model

#306D62 color RGB value is (48,109,98).

  • red value is 48;
  • green value is 109;
  • blue value is 98.
RGB:
(48,109,98)
(19%,43%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 109 of 255 = 43%
B 98 of 255 = 38%

48
109
98

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

Portions of RGB colors in percentages

R + G + B =
48 + 109 + 98 = 255 (100%)
R 48 of 255 ~ 18.82%
G 109 of 255 ~ 42.75%
B 98 of 255 ~ 38.43%

%18.82
%42.75
%38.43

CMYK color model

#306D62 color CMYK value is (56,0,10,57).

  • cyan value is 55.96%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(56,0,10,57)
C56M0Y10K57 
(56%,0%,10%,57%)
(0.56/0.00/0.10/0.57)	

CMYK percentages

%55.96
%0
%10.09
%57.25

Codes

Color #306D62 in popluar color models

306D62
RGB4810998
HSL169°38.85%30.78%
HSB/HSV169°55.96%42.75%
CMYK55.96%0.00%10.09%
57.25%

Color #306D62 in popluar number systems.

HEX306D62
Decimal4810998
Binary11000011011011100010
Octal60155142

Shades and tints

Shades of #306D62

#306D62
(48,109,98)
#2C645A
(44,100,90)
#285B52
(40,91,82)
#24524A
(36,82,74)
#204942
(32,73,66)
#1C403A
(28,64,58)
#183732
(24,55,50)
#142E2A
(20,46,42)
#102522
(16,37,34)
#0C1C1A
(12,28,26)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #306D62

#306D62
(48,109,98)
#427A70
(66,122,112)
#54877E
(84,135,126)
#66948C
(102,148,140)
#78A19A
(120,161,154)
#8AAEA8
(138,174,168)
#9CBBB6
(156,187,182)
#AEC8C4
(174,200,196)
#C0D5D2
(192,213,210)
#D2E2E0
(210,226,224)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306D62 color. Also use rgb(48,109,98) instead hex code.

Text Font Color

.myTextColor { color: #306D62; }

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

This text font color is #306D62.


Background Color

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

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

This div background color is #306D62.


Border color

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

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

This div border color is #306D62.


Opacity

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

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

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

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

This text has shadow with #306D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306D62 on black background.


Color preview on white background

This text has color #306D62 on white background.



Black color preview on #306D62 background

This text has black color on #306D62 background.


White color preview on #306D62 background

This text has white color on #306D62 background.