COLOR #334853

HEX: #334853 RGB: (51,72,83)

Color info

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

RGB color model

#334853 color RGB value is (51,72,83).

RGB: (51,72,83) (20%, 28%, 33%)

RGB channels and saturation

R 51 of 255 = 20%
G 72 of 255 = 28%
B 83 of 255 = 33%

51
72
83

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

Portions of RGB colors in percentages

R + G + B = 51 + 72 + 83 = 206 (100%)
R 51 of 206 ~ 24.76%
G 72 of 206 ~ 34.95%
B 83 of 206 ~ 40.29'%

%24.76
%34.95
%40.29

CMYK color model

#334853 color CMYK value is (39,13,0,67).

  • cyan value is 38.55%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (39,13,0,67)
C39M13Y0K67 (39%, 13%, 0%, 67%)
(0.39 / 0.13 / 0.00 / 0.67)

CMYK percentages

%38.55
%13.25
%0
%67.45

Codes

Color #334853 in popluar color models

33 48 53
RGB 51 72 83
HSL 201° 23.88% 26.27%
HSB/HSV 201° 38.55% 32.55%
CMYK 38.55% 13.25% 0.00%
67.45%

Color #334853 in popluar number systems.

HEX 33 48 53
Decimal 51 72 83
Binary 110011 1001000 1010011
Octal 63 110 123

Shades and tints

Shades of #334853

#334853
(51,72,83)
#2F424C
(47,66,76)
#2B3C45
(43,60,69)
#27363E
(39,54,62)
#233037
(35,48,55)
#1F2A30
(31,42,48)
#1B2429
(27,36,41)
#171E22
(23,30,34)
#13181B
(19,24,27)
#0F1214
(15,18,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #334853

#334853
(51,72,83)
#455862
(69,88,98)
#576871
(87,104,113)
#697880
(105,120,128)
#7B888F
(123,136,143)
#8D989E
(141,152,158)
#9FA8AD
(159,168,173)
#B1B8BC
(177,184,188)
#C3C8CB
(195,200,203)
#D5D8DA
(213,216,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334853 color. Also use rgb(51,72,83) instead hex code.

Text Font Color

.myTextColor { color: #334853; }

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

This text font color is #334853.

Background Color

.myBgColor { background-color: #334853; }

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

This div background color is #334853.

Border color

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

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

This div border color is #334853.

Opacity

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

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

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

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

This text has shadow with #334853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334853.

Preview

Color preview on black background

This text has color #334853 on black background.


Color preview on white background

This text has color #334853 on white background.


Black color preview on #334853 background

This text has black color on #334853 background.


White color preview on #334853 background

This text has white color on #334853 background.


Related colors

Complementary color

Complementary color for #hex is #CCB7AC.


I love getcolorcode.com

Triadic colors

1 #533348 and #485333 with #334853 are triadic colors.

2 #534833 and #483353 with #334853 are triadic colors.