COLOR #304D58

HEX: #304D58
RGB: (48,77,88)

Color info

#304D58 contains red, green and blue colors in about the same proportion. Web safe color of #304D58 is #333366 (or #336).

RGB color model

#304D58 color RGB value is (48,77,88).

  • red value is 48;
  • green value is 77;
  • blue value is 88.
RGB:
(48,77,88)
(19%,30%,35%)

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 88 of 255 = 35%

48
77
88

R + G + B ~ 28%. #304D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 77 + 88 = 213 (100%)
R 48 of 213 ~ 22.54%
G 77 of 213 ~ 36.15%
B 88 of 213 ~ 41.31%

%22.54
%36.15
%41.31

CMYK color model

#304D58 color CMYK value is (45,13,0,65).

  • cyan value is 45.45%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(45,13,0,65)
C45M13Y0K65 
(45%,13%,0%,65%)
(0.45/0.13/0.00/0.65)	

CMYK percentages

%45.45
%12.5
%0
%65.49

Codes

Color #304D58 in popluar color models

304D58
RGB487788
HSL197°29.41%26.67%
HSB/HSV197°45.45%34.51%
CMYK45.45%12.50%0.00%
65.49%

Color #304D58 in popluar number systems.

HEX304D58
Decimal487788
Binary11000010011011011000
Octal60115130

Shades and tints

Shades of #304D58

#304D58
(48,77,88)
#2C4650
(44,70,80)
#283F48
(40,63,72)
#243840
(36,56,64)
#203138
(32,49,56)
#1C2A30
(28,42,48)
#182328
(24,35,40)
#141C20
(20,28,32)
#101518
(16,21,24)
#0C0E10
(12,14,16)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #304D58

#304D58
(48,77,88)
#425D67
(66,93,103)
#546D76
(84,109,118)
#667D85
(102,125,133)
#788D94
(120,141,148)
#8A9DA3
(138,157,163)
#9CADB2
(156,173,178)
#AEBDC1
(174,189,193)
#C0CDD0
(192,205,208)
#D2DDDF
(210,221,223)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304D58 color. Also use rgb(48,77,88) instead hex code.

Text Font Color

.myTextColor { color: #304D58; }

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

This text font color is #304D58.


Background Color

.myBgColor { background-color: #304D58; }

<div style="background-color:#304D58">Inner text</div>

This div background color is #304D58.


Border color

.myBorderColor { border: 1px solid #304D58; }

<div style="border:3px solid #304D58">Div</div>

This div border color is #304D58.


Opacity

.myOpacity80 { color: #304D58; opacity: 0.8; }

<p style="color:#304D58;opacity:0.8;">80%</p>

Text with #304D58 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 #304D58;}

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

This text has shadow with #304D58 color.

.textShadow {text-shadow: 3px 3px 1px #304D58, 3px 3px 1px red;}

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

This text has shadow with #304D58 primary color and red secondary color.


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

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

This text has shadow with #304D58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304D58 on black background.


Color preview on white background

This text has color #304D58 on white background.



Black color preview on #304D58 background

This text has black color on #304D58 background.


White color preview on #304D58 background

This text has white color on #304D58 background.