COLOR #304552

HEX: #304552
RGB: (48,69,82)

Color info

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

RGB color model

#304552 color RGB value is (48,69,82).

  • red value is 48;
  • green value is 69;
  • blue value is 82.
RGB:
(48,69,82)
(19%,27%,32%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 82 of 255 = 32%

48
69
82

R + G + B ~ 26%. #304552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 82 = 199 (100%)
R 48 of 199 ~ 24.12%
G 69 of 199 ~ 34.67%
B 82 of 199 ~ 41.21%

%24.12
%34.67
%41.21

CMYK color model

#304552 color CMYK value is (41,16,0,68).

  • cyan value is 41.46%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(41,16,0,68)
C41M16Y0K68 
(41%,16%,0%,68%)
(0.41/0.16/0.00/0.68)	

CMYK percentages

%41.46
%15.85
%0
%67.84

Codes

Color #304552 in popluar color models

304552
RGB486982
HSL203°26.15%25.49%
HSB/HSV203°41.46%32.16%
CMYK41.46%15.85%0.00%
67.84%

Color #304552 in popluar number systems.

HEX304552
Decimal486982
Binary11000010001011010010
Octal60105122

Shades and tints

Shades of #304552

#304552
(48,69,82)
#2C3F4B
(44,63,75)
#283944
(40,57,68)
#24333D
(36,51,61)
#202D36
(32,45,54)
#1C272F
(28,39,47)
#182128
(24,33,40)
#141B21
(20,27,33)
#10151A
(16,21,26)
#0C0F13
(12,15,19)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #304552

#304552
(48,69,82)
#425561
(66,85,97)
#546570
(84,101,112)
#66757F
(102,117,127)
#78858E
(120,133,142)
#8A959D
(138,149,157)
#9CA5AC
(156,165,172)
#AEB5BB
(174,181,187)
#C0C5CA
(192,197,202)
#D2D5D9
(210,213,217)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304552 color. Also use rgb(48,69,82) instead hex code.

Text Font Color

.myTextColor { color: #304552; }

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

This text font color is #304552.


Background Color

.myBgColor { background-color: #304552; }

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

This div background color is #304552.


Border color

.myBorderColor { border: 1px solid #304552; }

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

This div border color is #304552.


Opacity

.myOpacity80 { color: #304552; opacity: 0.8; }

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

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

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

This text has shadow with #304552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304552 on black background.


Color preview on white background

This text has color #304552 on white background.



Black color preview on #304552 background

This text has black color on #304552 background.


White color preview on #304552 background

This text has white color on #304552 background.