COLOR #305E79

HEX: #305E79
RGB: (48,94,121)

Color info

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

RGB color model

#305E79 color RGB value is (48,94,121).

  • red value is 48;
  • green value is 94;
  • blue value is 121.
RGB:
(48,94,121)
(19%,37%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 94 of 255 = 37%
B 121 of 255 = 47%

48
94
121

R + G + B ~ 34%. #305E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 94 + 121 = 263 (100%)
R 48 of 263 ~ 18.25%
G 94 of 263 ~ 35.74%
B 121 of 263 ~ 46.01%

%18.25
%35.74
%46.01

CMYK color model

#305E79 color CMYK value is (60,22,0,53).

  • cyan value is 60.33%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(60,22,0,53)
C60M22Y0K53 
(60%,22%,0%,53%)
(0.60/0.22/0.00/0.53)	

CMYK percentages

%60.33
%22.31
%0
%52.55

Codes

Color #305E79 in popluar color models

305E79
RGB4894121
HSL202°43.20%33.14%
HSB/HSV202°60.33%47.45%
CMYK60.33%22.31%0.00%
52.55%

Color #305E79 in popluar number systems.

HEX305E79
Decimal4894121
Binary11000010111101111001
Octal60136171

Shades and tints

Shades of #305E79

#305E79
(48,94,121)
#2C566E
(44,86,110)
#284E63
(40,78,99)
#244658
(36,70,88)
#203E4D
(32,62,77)
#1C3642
(28,54,66)
#182E37
(24,46,55)
#14262C
(20,38,44)
#101E21
(16,30,33)
#0C1616
(12,22,22)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #305E79

#305E79
(48,94,121)
#426C85
(66,108,133)
#547A91
(84,122,145)
#66889D
(102,136,157)
#7896A9
(120,150,169)
#8AA4B5
(138,164,181)
#9CB2C1
(156,178,193)
#AEC0CD
(174,192,205)
#C0CED9
(192,206,217)
#D2DCE5
(210,220,229)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305E79 color. Also use rgb(48,94,121) instead hex code.

Text Font Color

.myTextColor { color: #305E79; }

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

This text font color is #305E79.


Background Color

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

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

This div background color is #305E79.


Border color

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

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

This div border color is #305E79.


Opacity

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

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

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

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

This text has shadow with #305E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305E79 on black background.


Color preview on white background

This text has color #305E79 on white background.



Black color preview on #305E79 background

This text has black color on #305E79 background.


White color preview on #305E79 background

This text has white color on #305E79 background.