COLOR #334252

HEX: #334252 RGB: (51,66,82)

Color info

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

RGB color model

#334252 color RGB value is (51,66,82).

RGB: (51,66,82) (20%, 26%, 32%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 82 of 255 = 32%

51
66
82

R + G + B ~ 26%. #334252 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 66 + 82 = 199 (100%)
R 51 of 199 ~ 25.63%
G 66 of 199 ~ 33.17%
B 82 of 199 ~ 41.21'%

%25.63
%33.17
%41.21

CMYK color model

#334252 color CMYK value is (38,20,0,68).

  • cyan value is 37.80%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (38,20,0,68)
C38M20Y0K68 (38%, 20%, 0%, 68%)
(0.38 / 0.20 / 0.00 / 0.68)

CMYK percentages

%37.8
%19.51
%0
%67.84

Codes

Color #334252 in popluar color models

33 42 52
RGB 51 66 82
HSL 211° 23.31% 26.08%
HSB/HSV 211° 37.80% 32.16%
CMYK 37.80% 19.51% 0.00%
67.84%

Color #334252 in popluar number systems.

HEX 33 42 52
Decimal 51 66 82
Binary 110011 1000010 1010010
Octal 63 102 122

Shades and tints

Shades of #334252

#334252
(51,66,82)
#2F3C4B
(47,60,75)
#2B3644
(43,54,68)
#27303D
(39,48,61)
#232A36
(35,42,54)
#1F242F
(31,36,47)
#1B1E28
(27,30,40)
#171821
(23,24,33)
#13121A
(19,18,26)
#0F0C13
(15,12,19)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #334252

#334252
(51,66,82)
#455361
(69,83,97)
#576470
(87,100,112)
#69757F
(105,117,127)
#7B868E
(123,134,142)
#8D979D
(141,151,157)
#9FA8AC
(159,168,172)
#B1B9BB
(177,185,187)
#C3CACA
(195,202,202)
#D5DBD9
(213,219,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334252; }

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

This text font color is #334252.

Background Color

.myBgColor { background-color: #334252; }

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

This div background color is #334252.

Border color

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

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

This div border color is #334252.

Opacity

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

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

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

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

This text has shadow with #334252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334252.

Preview

Color preview on black background

This text has color #334252 on black background.


Color preview on white background

This text has color #334252 on white background.


Black color preview on #334252 background

This text has black color on #334252 background.


White color preview on #334252 background

This text has white color on #334252 background.


Related colors

Complementary color

Complementary color for #hex is #CCBDAD.


I love getcolorcode.com

Triadic colors

1 #523342 and #425233 with #334252 are triadic colors.

2 #524233 and #423352 with #334252 are triadic colors.