COLOR #306D7D

HEX: #306D7D
RGB: (48,109,125)

Color info

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

RGB color model

#306D7D color RGB value is (48,109,125).

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

RGB channels and saturation

R 48 of 255 = 19%
G 109 of 255 = 43%
B 125 of 255 = 49%

48
109
125

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

Portions of RGB colors in percentages

R + G + B =
48 + 109 + 125 = 282 (100%)
R 48 of 282 ~ 17.02%
G 109 of 282 ~ 38.65%
B 125 of 282 ~ 44.33%

%17.02
%38.65
%44.33

CMYK color model

#306D7D color CMYK value is (62,13,0,51).

  • cyan value is 61.60%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(62,13,0,51)
C62M13Y0K51 
(62%,13%,0%,51%)
(0.62/0.13/0.00/0.51)	

CMYK percentages

%61.6
%12.8
%0
%50.98

Codes

Color #306D7D in popluar color models

306D7D
RGB48109125
HSL192°44.51%33.92%
HSB/HSV192°61.60%49.02%
CMYK61.60%12.80%0.00%
50.98%

Color #306D7D in popluar number systems.

HEX306D7D
Decimal48109125
Binary11000011011011111101
Octal60155175

Shades and tints

Shades of #306D7D

#306D7D
(48,109,125)
#2C6472
(44,100,114)
#285B67
(40,91,103)
#24525C
(36,82,92)
#204951
(32,73,81)
#1C4046
(28,64,70)
#18373B
(24,55,59)
#142E30
(20,46,48)
#102525
(16,37,37)
#0C1C1A
(12,28,26)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #306D7D

#306D7D
(48,109,125)
#427A88
(66,122,136)
#548793
(84,135,147)
#66949E
(102,148,158)
#78A1A9
(120,161,169)
#8AAEB4
(138,174,180)
#9CBBBF
(156,187,191)
#AEC8CA
(174,200,202)
#C0D5D5
(192,213,213)
#D2E2E0
(210,226,224)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306D7D; }

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

This text font color is #306D7D.


Background Color

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

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

This div background color is #306D7D.


Border color

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

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

This div border color is #306D7D.


Opacity

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

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

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

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

This text has shadow with #306D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306D7D on black background.


Color preview on white background

This text has color #306D7D on white background.



Black color preview on #306D7D background

This text has black color on #306D7D background.


White color preview on #306D7D background

This text has white color on #306D7D background.