COLOR #305F6C

HEX: #305F6C
RGB: (48,95,108)

Color info

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

RGB color model

#305F6C color RGB value is (48,95,108).

  • red value is 48;
  • green value is 95;
  • blue value is 108.
RGB:
(48,95,108)
(19%,37%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 95 of 255 = 37%
B 108 of 255 = 42%

48
95
108

R + G + B ~ 33%. #305F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 95 + 108 = 251 (100%)
R 48 of 251 ~ 19.12%
G 95 of 251 ~ 37.85%
B 108 of 251 ~ 43.03%

%19.12
%37.85
%43.03

CMYK color model

#305F6C color CMYK value is (56,12,0,58).

  • cyan value is 55.56%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(56,12,0,58)
C56M12Y0K58 
(56%,12%,0%,58%)
(0.56/0.12/0.00/0.58)	

CMYK percentages

%55.56
%12.04
%0
%57.65

Codes

Color #305F6C in popluar color models

305F6C
RGB4895108
HSL193°38.46%30.59%
HSB/HSV193°55.56%42.35%
CMYK55.56%12.04%0.00%
57.65%

Color #305F6C in popluar number systems.

HEX305F6C
Decimal4895108
Binary11000010111111101100
Octal60137154

Shades and tints

Shades of #305F6C

#305F6C
(48,95,108)
#2C5763
(44,87,99)
#284F5A
(40,79,90)
#244751
(36,71,81)
#203F48
(32,63,72)
#1C373F
(28,55,63)
#182F36
(24,47,54)
#14272D
(20,39,45)
#101F24
(16,31,36)
#0C171B
(12,23,27)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #305F6C

#305F6C
(48,95,108)
#426D79
(66,109,121)
#547B86
(84,123,134)
#668993
(102,137,147)
#7897A0
(120,151,160)
#8AA5AD
(138,165,173)
#9CB3BA
(156,179,186)
#AEC1C7
(174,193,199)
#C0CFD4
(192,207,212)
#D2DDE1
(210,221,225)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305F6C color. Also use rgb(48,95,108) instead hex code.

Text Font Color

.myTextColor { color: #305F6C; }

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

This text font color is #305F6C.


Background Color

.myBgColor { background-color: #305F6C; }

<div style="background-color:#305F6C">Inner text</div>

This div background color is #305F6C.


Border color

.myBorderColor { border: 1px solid #305F6C; }

<div style="border:3px solid #305F6C">Div</div>

This div border color is #305F6C.


Opacity

.myOpacity80 { color: #305F6C; opacity: 0.8; }

<p style="color:#305F6C;opacity:0.8;">80%</p>

Text with #305F6C 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 #305F6C;}

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

This text has shadow with #305F6C color.

.textShadow {text-shadow: 3px 3px 1px #305F6C, 3px 3px 1px red;}

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

This text has shadow with #305F6C primary color and red secondary color.


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

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

This text has shadow with #305F6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305F6C on black background.


Color preview on white background

This text has color #305F6C on white background.



Black color preview on #305F6C background

This text has black color on #305F6C background.


White color preview on #305F6C background

This text has white color on #305F6C background.