COLOR #334B51

HEX: #334B51
RGB: (51,75,81)

Color info

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

RGB color model

#334B51 color RGB value is (51,75,81).

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

RGB channels and saturation

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

51
75
81

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

Portions of RGB colors in percentages

R + G + B =
51 + 75 + 81 = 207 (100%)
R 51 of 207 ~ 24.64%
G 75 of 207 ~ 36.23%
B 81 of 207 ~ 39.13%

%24.64
%36.23
%39.13

CMYK color model

#334B51 color CMYK value is (37,7,0,68).

  • cyan value is 37.04%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(37,7,0,68)
C37M7Y0K68 
(37%,7%,0%,68%)
(0.37/0.07/0.00/0.68)	

CMYK percentages

%37.04
%7.41
%0
%68.24

Codes

Color #334B51 in popluar color models

334B51
RGB517581
HSL192°22.73%25.88%
HSB/HSV192°37.04%31.76%
CMYK37.04%7.41%0.00%
68.24%

Color #334B51 in popluar number systems.

HEX334B51
Decimal517581
Binary11001110010111010001
Octal63113121

Shades and tints

Shades of #334B51

#334B51
(51,75,81)
#2F454A
(47,69,74)
#2B3F43
(43,63,67)
#27393C
(39,57,60)
#233335
(35,51,53)
#1F2D2E
(31,45,46)
#1B2727
(27,39,39)
#172120
(23,33,32)
#131B19
(19,27,25)
#0F1512
(15,21,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #334B51

#334B51
(51,75,81)
#455B60
(69,91,96)
#576B6F
(87,107,111)
#697B7E
(105,123,126)
#7B8B8D
(123,139,141)
#8D9B9C
(141,155,156)
#9FABAB
(159,171,171)
#B1BBBA
(177,187,186)
#C3CBC9
(195,203,201)
#D5DBD8
(213,219,216)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334B51; }

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

This text font color is #334B51.


Background Color

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

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

This div background color is #334B51.


Border color

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

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

This div border color is #334B51.


Opacity

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

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

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

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

This text has shadow with #334B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334B51 on black background.


Color preview on white background

This text has color #334B51 on white background.



Black color preview on #334B51 background

This text has black color on #334B51 background.


White color preview on #334B51 background

This text has white color on #334B51 background.