COLOR #334B52

HEX: #334B52
RGB: (51,75,82)

Color info

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

RGB color model

#334B52 color RGB value is (51,75,82).

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

RGB channels and saturation

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

51
75
82

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

Portions of RGB colors in percentages

R + G + B =
51 + 75 + 82 = 208 (100%)
R 51 of 208 ~ 24.52%
G 75 of 208 ~ 36.06%
B 82 of 208 ~ 39.42%

%24.52
%36.06
%39.42

CMYK color model

#334B52 color CMYK value is (38,9,0,68).

  • cyan value is 37.80%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(38,9,0,68)
C38M9Y0K68 
(38%,9%,0%,68%)
(0.38/0.09/0.00/0.68)	

CMYK percentages

%37.8
%8.54
%0
%67.84

Codes

Color #334B52 in popluar color models

334B52
RGB517582
HSL194°23.31%26.08%
HSB/HSV194°37.80%32.16%
CMYK37.80%8.54%0.00%
67.84%

Color #334B52 in popluar number systems.

HEX334B52
Decimal517582
Binary11001110010111010010
Octal63113122

Shades and tints

Shades of #334B52

#334B52
(51,75,82)
#2F454B
(47,69,75)
#2B3F44
(43,63,68)
#27393D
(39,57,61)
#233336
(35,51,54)
#1F2D2F
(31,45,47)
#1B2728
(27,39,40)
#172121
(23,33,33)
#131B1A
(19,27,26)
#0F1513
(15,21,19)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #334B52

#334B52
(51,75,82)
#455B61
(69,91,97)
#576B70
(87,107,112)
#697B7F
(105,123,127)
#7B8B8E
(123,139,142)
#8D9B9D
(141,155,157)
#9FABAC
(159,171,172)
#B1BBBB
(177,187,187)
#C3CBCA
(195,203,202)
#D5DBD9
(213,219,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334B52; }

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

This text font color is #334B52.


Background Color

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

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

This div background color is #334B52.


Border color

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

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

This div border color is #334B52.


Opacity

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

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

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

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

This text has shadow with #334B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334B52 on black background.


Color preview on white background

This text has color #334B52 on white background.



Black color preview on #334B52 background

This text has black color on #334B52 background.


White color preview on #334B52 background

This text has white color on #334B52 background.