COLOR #306B7F

HEX: #306B7F
RGB: (48,107,127)

Color info

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

RGB color model

#306B7F color RGB value is (48,107,127).

  • red value is 48;
  • green value is 107;
  • blue value is 127.
RGB:
(48,107,127)
(19%,42%,50%)

RGB channels and saturation

R 48 of 255 = 19%
G 107 of 255 = 42%
B 127 of 255 = 50%

48
107
127

R + G + B ~ 37%. #306B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 107 + 127 = 282 (100%)
R 48 of 282 ~ 17.02%
G 107 of 282 ~ 37.94%
B 127 of 282 ~ 45.04%

%17.02
%37.94
%45.04

CMYK color model

#306B7F color CMYK value is (62,16,0,50).

  • cyan value is 62.20%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(62,16,0,50)
C62M16Y0K50 
(62%,16%,0%,50%)
(0.62/0.16/0.00/0.50)	

CMYK percentages

%62.2
%15.75
%0
%50.2

Codes

Color #306B7F in popluar color models

306B7F
RGB48107127
HSL195°45.14%34.31%
HSB/HSV195°62.20%49.80%
CMYK62.20%15.75%0.00%
50.20%

Color #306B7F in popluar number systems.

HEX306B7F
Decimal48107127
Binary11000011010111111111
Octal60153177

Shades and tints

Shades of #306B7F

#306B7F
(48,107,127)
#2C6274
(44,98,116)
#285969
(40,89,105)
#24505E
(36,80,94)
#204753
(32,71,83)
#1C3E48
(28,62,72)
#18353D
(24,53,61)
#142C32
(20,44,50)
#102327
(16,35,39)
#0C1A1C
(12,26,28)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #306B7F

#306B7F
(48,107,127)
#42788A
(66,120,138)
#548595
(84,133,149)
#6692A0
(102,146,160)
#789FAB
(120,159,171)
#8AACB6
(138,172,182)
#9CB9C1
(156,185,193)
#AEC6CC
(174,198,204)
#C0D3D7
(192,211,215)
#D2E0E2
(210,224,226)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306B7F color. Also use rgb(48,107,127) instead hex code.

Text Font Color

.myTextColor { color: #306B7F; }

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

This text font color is #306B7F.


Background Color

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

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

This div background color is #306B7F.


Border color

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

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

This div border color is #306B7F.


Opacity

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

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

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

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

This text has shadow with #306B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306B7F on black background.


Color preview on white background

This text has color #306B7F on white background.



Black color preview on #306B7F background

This text has black color on #306B7F background.


White color preview on #306B7F background

This text has white color on #306B7F background.