COLOR #305E7D

HEX: #305E7D
RGB: (48,94,125)

Color info

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

RGB color model

#305E7D color RGB value is (48,94,125).

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

RGB channels and saturation

R 48 of 255 = 19%
G 94 of 255 = 37%
B 125 of 255 = 49%

48
94
125

R + G + B ~ 35%. #305E7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 94 + 125 = 267 (100%)
R 48 of 267 ~ 17.98%
G 94 of 267 ~ 35.21%
B 125 of 267 ~ 46.82%

%17.98
%35.21
%46.82

CMYK color model

#305E7D color CMYK value is (62,25,0,51).

  • cyan value is 61.60%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(62,25,0,51)
C62M25Y0K51 
(62%,25%,0%,51%)
(0.62/0.25/0.00/0.51)	

CMYK percentages

%61.6
%24.8
%0
%50.98

Codes

Color #305E7D in popluar color models

305E7D
RGB4894125
HSL204°44.51%33.92%
HSB/HSV204°61.60%49.02%
CMYK61.60%24.80%0.00%
50.98%

Color #305E7D in popluar number systems.

HEX305E7D
Decimal4894125
Binary11000010111101111101
Octal60136175

Shades and tints

Shades of #305E7D

#305E7D
(48,94,125)
#2C5672
(44,86,114)
#284E67
(40,78,103)
#24465C
(36,70,92)
#203E51
(32,62,81)
#1C3646
(28,54,70)
#182E3B
(24,46,59)
#142630
(20,38,48)
#101E25
(16,30,37)
#0C161A
(12,22,26)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #305E7D

#305E7D
(48,94,125)
#426C88
(66,108,136)
#547A93
(84,122,147)
#66889E
(102,136,158)
#7896A9
(120,150,169)
#8AA4B4
(138,164,180)
#9CB2BF
(156,178,191)
#AEC0CA
(174,192,202)
#C0CED5
(192,206,213)
#D2DCE0
(210,220,224)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #305E7D; }

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

This text font color is #305E7D.


Background Color

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

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

This div background color is #305E7D.


Border color

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

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

This div border color is #305E7D.


Opacity

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

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

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

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

This text has shadow with #305E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305E7D on black background.


Color preview on white background

This text has color #305E7D on white background.



Black color preview on #305E7D background

This text has black color on #305E7D background.


White color preview on #305E7D background

This text has white color on #305E7D background.