COLOR #305B66

HEX: #305B66
RGB: (48,91,102)

Color info

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

RGB color model

#305B66 color RGB value is (48,91,102).

  • red value is 48;
  • green value is 91;
  • blue value is 102.
RGB:
(48,91,102)
(19%,36%,40%)

RGB channels and saturation

R 48 of 255 = 19%
G 91 of 255 = 36%
B 102 of 255 = 40%

48
91
102

R + G + B ~ 32%. #305B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 91 + 102 = 241 (100%)
R 48 of 241 ~ 19.92%
G 91 of 241 ~ 37.76%
B 102 of 241 ~ 42.32%

%19.92
%37.76
%42.32

CMYK color model

#305B66 color CMYK value is (53,11,0,60).

  • cyan value is 52.94%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(53,11,0,60)
C53M11Y0K60 
(53%,11%,0%,60%)
(0.53/0.11/0.00/0.60)	

CMYK percentages

%52.94
%10.78
%0
%60

Codes

Color #305B66 in popluar color models

305B66
RGB4891102
HSL192°36.00%29.41%
HSB/HSV192°52.94%40.00%
CMYK52.94%10.78%0.00%
60.00%

Color #305B66 in popluar number systems.

HEX305B66
Decimal4891102
Binary11000010110111100110
Octal60133146

Shades and tints

Shades of #305B66

#305B66
(48,91,102)
#2C535D
(44,83,93)
#284B54
(40,75,84)
#24434B
(36,67,75)
#203B42
(32,59,66)
#1C3339
(28,51,57)
#182B30
(24,43,48)
#142327
(20,35,39)
#101B1E
(16,27,30)
#0C1315
(12,19,21)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #305B66

#305B66
(48,91,102)
#426973
(66,105,115)
#547780
(84,119,128)
#66858D
(102,133,141)
#78939A
(120,147,154)
#8AA1A7
(138,161,167)
#9CAFB4
(156,175,180)
#AEBDC1
(174,189,193)
#C0CBCE
(192,203,206)
#D2D9DB
(210,217,219)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305B66 color. Also use rgb(48,91,102) instead hex code.

Text Font Color

.myTextColor { color: #305B66; }

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

This text font color is #305B66.


Background Color

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

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

This div background color is #305B66.


Border color

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

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

This div border color is #305B66.


Opacity

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

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

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

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

This text has shadow with #305B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305B66 on black background.


Color preview on white background

This text has color #305B66 on white background.



Black color preview on #305B66 background

This text has black color on #305B66 background.


White color preview on #305B66 background

This text has white color on #305B66 background.