COLOR #334752

HEX: #334752
RGB: (51,71,82)

Color info

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

RGB color model

#334752 color RGB value is (51,71,82).

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

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 82 of 255 = 32%

51
71
82

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

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 82 = 204 (100%)
R 51 of 204 ~ 25%
G 71 of 204 ~ 34.8%
B 82 of 204 ~ 40.2%

%25
%34.8
%40.2

CMYK color model

#334752 color CMYK value is (38,13,0,68).

  • cyan value is 37.80%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(38,13,0,68)
C38M13Y0K68 
(38%,13%,0%,68%)
(0.38/0.13/0.00/0.68)	

CMYK percentages

%37.8
%13.41
%0
%67.84

Codes

Color #334752 in popluar color models

334752
RGB517182
HSL201°23.31%26.08%
HSB/HSV201°37.80%32.16%
CMYK37.80%13.41%0.00%
67.84%

Color #334752 in popluar number systems.

HEX334752
Decimal517182
Binary11001110001111010010
Octal63107122

Shades and tints

Shades of #334752

#334752
(51,71,82)
#2F414B
(47,65,75)
#2B3B44
(43,59,68)
#27353D
(39,53,61)
#232F36
(35,47,54)
#1F292F
(31,41,47)
#1B2328
(27,35,40)
#171D21
(23,29,33)
#13171A
(19,23,26)
#0F1113
(15,17,19)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #334752

#334752
(51,71,82)
#455761
(69,87,97)
#576770
(87,103,112)
#69777F
(105,119,127)
#7B878E
(123,135,142)
#8D979D
(141,151,157)
#9FA7AC
(159,167,172)
#B1B7BB
(177,183,187)
#C3C7CA
(195,199,202)
#D5D7D9
(213,215,217)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334752; }

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

This text font color is #334752.


Background Color

.myBgColor { background-color: #334752; }

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

This div background color is #334752.


Border color

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

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

This div border color is #334752.


Opacity

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

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

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

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

This text has shadow with #334752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334752 on black background.


Color preview on white background

This text has color #334752 on white background.



Black color preview on #334752 background

This text has black color on #334752 background.


White color preview on #334752 background

This text has white color on #334752 background.