COLOR #304F54

HEX: #304F54
RGB: (48,79,84)

Color info

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

RGB color model

#304F54 color RGB value is (48,79,84).

  • red value is 48;
  • green value is 79;
  • blue value is 84.
RGB:
(48,79,84)
(19%,31%,33%)

RGB channels and saturation

R 48 of 255 = 19%
G 79 of 255 = 31%
B 84 of 255 = 33%

48
79
84

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

Portions of RGB colors in percentages

R + G + B =
48 + 79 + 84 = 211 (100%)
R 48 of 211 ~ 22.75%
G 79 of 211 ~ 37.44%
B 84 of 211 ~ 39.81%

%22.75
%37.44
%39.81

CMYK color model

#304F54 color CMYK value is (43,6,0,67).

  • cyan value is 42.86%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(43,6,0,67)
C43M6Y0K67 
(43%,6%,0%,67%)
(0.43/0.06/0.00/0.67)	

CMYK percentages

%42.86
%5.95
%0
%67.06

Codes

Color #304F54 in popluar color models

304F54
RGB487984
HSL188°27.27%25.88%
HSB/HSV188°42.86%32.94%
CMYK42.86%5.95%0.00%
67.06%

Color #304F54 in popluar number systems.

HEX304F54
Decimal487984
Binary11000010011111010100
Octal60117124

Shades and tints

Shades of #304F54

#304F54
(48,79,84)
#2C484D
(44,72,77)
#284146
(40,65,70)
#243A3F
(36,58,63)
#203338
(32,51,56)
#1C2C31
(28,44,49)
#18252A
(24,37,42)
#141E23
(20,30,35)
#10171C
(16,23,28)
#0C1015
(12,16,21)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #304F54

#304F54
(48,79,84)
#425F63
(66,95,99)
#546F72
(84,111,114)
#667F81
(102,127,129)
#788F90
(120,143,144)
#8A9F9F
(138,159,159)
#9CAFAE
(156,175,174)
#AEBFBD
(174,191,189)
#C0CFCC
(192,207,204)
#D2DFDB
(210,223,219)
#E4EFEA
(228,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304F54 color. Also use rgb(48,79,84) instead hex code.

Text Font Color

.myTextColor { color: #304F54; }

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

This text font color is #304F54.


Background Color

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

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

This div background color is #304F54.


Border color

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

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

This div border color is #304F54.


Opacity

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

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

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

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

This text has shadow with #304F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304F54 on black background.


Color preview on white background

This text has color #304F54 on white background.



Black color preview on #304F54 background

This text has black color on #304F54 background.


White color preview on #304F54 background

This text has white color on #304F54 background.