COLOR #334A52

HEX: #334A52
RGB: (51,74,82)

Color info

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

RGB color model

#334A52 color RGB value is (51,74,82).

  • red value is 51;
  • green value is 74;
  • blue value is 82.
RGB:
(51,74,82)
(20%,29%,32%)

RGB channels and saturation

R 51 of 255 = 20%
G 74 of 255 = 29%
B 82 of 255 = 32%

51
74
82

R + G + B ~ 27%. #334A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 74 + 82 = 207 (100%)
R 51 of 207 ~ 24.64%
G 74 of 207 ~ 35.75%
B 82 of 207 ~ 39.61%

%24.64
%35.75
%39.61

CMYK color model

#334A52 color CMYK value is (38,10,0,68).

  • cyan value is 37.80%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(38,10,0,68)
C38M10Y0K68 
(38%,10%,0%,68%)
(0.38/0.10/0.00/0.68)	

CMYK percentages

%37.8
%9.76
%0
%67.84

Codes

Color #334A52 in popluar color models

334A52
RGB517482
HSL195°23.31%26.08%
HSB/HSV195°37.80%32.16%
CMYK37.80%9.76%0.00%
67.84%

Color #334A52 in popluar number systems.

HEX334A52
Decimal517482
Binary11001110010101010010
Octal63112122

Shades and tints

Shades of #334A52

#334A52
(51,74,82)
#2F444B
(47,68,75)
#2B3E44
(43,62,68)
#27383D
(39,56,61)
#233236
(35,50,54)
#1F2C2F
(31,44,47)
#1B2628
(27,38,40)
#172021
(23,32,33)
#131A1A
(19,26,26)
#0F1413
(15,20,19)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #334A52

#334A52
(51,74,82)
#455A61
(69,90,97)
#576A70
(87,106,112)
#697A7F
(105,122,127)
#7B8A8E
(123,138,142)
#8D9A9D
(141,154,157)
#9FAAAC
(159,170,172)
#B1BABB
(177,186,187)
#C3CACA
(195,202,202)
#D5DAD9
(213,218,217)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334A52 color. Also use rgb(51,74,82) instead hex code.

Text Font Color

.myTextColor { color: #334A52; }

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

This text font color is #334A52.


Background Color

.myBgColor { background-color: #334A52; }

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

This div background color is #334A52.


Border color

.myBorderColor { border: 1px solid #334A52; }

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

This div border color is #334A52.


Opacity

.myOpacity80 { color: #334A52; opacity: 0.8; }

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

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

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

This text has shadow with #334A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334A52 on black background.


Color preview on white background

This text has color #334A52 on white background.



Black color preview on #334A52 background

This text has black color on #334A52 background.


White color preview on #334A52 background

This text has white color on #334A52 background.