COLOR #334B5C

HEX: #334B5C
RGB: (51,75,92)

Color info

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

RGB color model

#334B5C color RGB value is (51,75,92).

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

RGB channels and saturation

R 51 of 255 = 20%
G 75 of 255 = 29%
B 92 of 255 = 36%

51
75
92

R + G + B ~ 28%. #334B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 75 + 92 = 218 (100%)
R 51 of 218 ~ 23.39%
G 75 of 218 ~ 34.4%
B 92 of 218 ~ 42.2%

%23.39
%34.4
%42.2

CMYK color model

#334B5C color CMYK value is (45,18,0,64).

  • cyan value is 44.57%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(45,18,0,64)
C45M18Y0K64 
(45%,18%,0%,64%)
(0.45/0.18/0.00/0.64)	

CMYK percentages

%44.57
%18.48
%0
%63.92

Codes

Color #334B5C in popluar color models

334B5C
RGB517592
HSL205°28.67%28.04%
HSB/HSV205°44.57%36.08%
CMYK44.57%18.48%0.00%
63.92%

Color #334B5C in popluar number systems.

HEX334B5C
Decimal517592
Binary11001110010111011100
Octal63113134

Shades and tints

Shades of #334B5C

#334B5C
(51,75,92)
#2F4554
(47,69,84)
#2B3F4C
(43,63,76)
#273944
(39,57,68)
#23333C
(35,51,60)
#1F2D34
(31,45,52)
#1B272C
(27,39,44)
#172124
(23,33,36)
#131B1C
(19,27,28)
#0F1514
(15,21,20)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #334B5C

#334B5C
(51,75,92)
#455B6A
(69,91,106)
#576B78
(87,107,120)
#697B86
(105,123,134)
#7B8B94
(123,139,148)
#8D9BA2
(141,155,162)
#9FABB0
(159,171,176)
#B1BBBE
(177,187,190)
#C3CBCC
(195,203,204)
#D5DBDA
(213,219,218)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334B5C; }

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

This text font color is #334B5C.


Background Color

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

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

This div background color is #334B5C.


Border color

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

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

This div border color is #334B5C.


Opacity

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

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

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

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

This text has shadow with #334B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334B5C on black background.


Color preview on white background

This text has color #334B5C on white background.



Black color preview on #334B5C background

This text has black color on #334B5C background.


White color preview on #334B5C background

This text has white color on #334B5C background.