COLOR #306A5C

HEX: #306A5C
RGB: (48,106,92)

Color info

#306A5C contains red, green and blue colors in about the same proportion. Web safe color of #306A5C is #336666 (or #366).

RGB color model

#306A5C color RGB value is (48,106,92).

  • red value is 48;
  • green value is 106;
  • blue value is 92.
RGB:
(48,106,92)
(19%,42%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 106 of 255 = 42%
B 92 of 255 = 36%

48
106
92

R + G + B ~ 32%. #306A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 106 + 92 = 246 (100%)
R 48 of 246 ~ 19.51%
G 106 of 246 ~ 43.09%
B 92 of 246 ~ 37.4%

%19.51
%43.09
%37.4

CMYK color model

#306A5C color CMYK value is (55,0,13,58).

  • cyan value is 54.72%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 58.43%
CMYK:
(55,0,13,58)
C55M0Y13K58 
(55%,0%,13%,58%)
(0.55/0.00/0.13/0.58)	

CMYK percentages

%54.72
%0
%13.21
%58.43

Codes

Color #306A5C in popluar color models

306A5C
RGB4810692
HSL166°37.66%30.20%
HSB/HSV166°54.72%41.57%
CMYK54.72%0.00%13.21%
58.43%

Color #306A5C in popluar number systems.

HEX306A5C
Decimal4810692
Binary11000011010101011100
Octal60152134

Shades and tints

Shades of #306A5C

#306A5C
(48,106,92)
#2C6154
(44,97,84)
#28584C
(40,88,76)
#244F44
(36,79,68)
#20463C
(32,70,60)
#1C3D34
(28,61,52)
#18342C
(24,52,44)
#142B24
(20,43,36)
#10221C
(16,34,28)
#0C1914
(12,25,20)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #306A5C

#306A5C
(48,106,92)
#42776A
(66,119,106)
#548478
(84,132,120)
#669186
(102,145,134)
#789E94
(120,158,148)
#8AABA2
(138,171,162)
#9CB8B0
(156,184,176)
#AEC5BE
(174,197,190)
#C0D2CC
(192,210,204)
#D2DFDA
(210,223,218)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306A5C color. Also use rgb(48,106,92) instead hex code.

Text Font Color

.myTextColor { color: #306A5C; }

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

This text font color is #306A5C.


Background Color

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

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

This div background color is #306A5C.


Border color

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

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

This div border color is #306A5C.


Opacity

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

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

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

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

This text has shadow with #306A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306A5C on black background.


Color preview on white background

This text has color #306A5C on white background.



Black color preview on #306A5C background

This text has black color on #306A5C background.


White color preview on #306A5C background

This text has white color on #306A5C background.