COLOR #334253

HEX: #334253
RGB: (51,66,83)

Color info

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

RGB color model

#334253 color RGB value is (51,66,83).

  • red value is 51;
  • green value is 66;
  • blue value is 83.
RGB:
(51,66,83)
(20%,26%,33%)

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 83 of 255 = 33%

51
66
83

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

Portions of RGB colors in percentages

R + G + B =
51 + 66 + 83 = 200 (100%)
R 51 of 200 ~ 25.5%
G 66 of 200 ~ 33%
B 83 of 200 ~ 41.5%

%25.5
%33
%41.5

CMYK color model

#334253 color CMYK value is (39,20,0,67).

  • cyan value is 38.55%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(39,20,0,67)
C39M20Y0K67 
(39%,20%,0%,67%)
(0.39/0.20/0.00/0.67)	

CMYK percentages

%38.55
%20.48
%0
%67.45

Codes

Color #334253 in popluar color models

334253
RGB516683
HSL212°23.88%26.27%
HSB/HSV212°38.55%32.55%
CMYK38.55%20.48%0.00%
67.45%

Color #334253 in popluar number systems.

HEX334253
Decimal516683
Binary11001110000101010011
Octal63102123

Shades and tints

Shades of #334253

#334253
(51,66,83)
#2F3C4C
(47,60,76)
#2B3645
(43,54,69)
#27303E
(39,48,62)
#232A37
(35,42,55)
#1F2430
(31,36,48)
#1B1E29
(27,30,41)
#171822
(23,24,34)
#13121B
(19,18,27)
#0F0C14
(15,12,20)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #334253

#334253
(51,66,83)
#455362
(69,83,98)
#576471
(87,100,113)
#697580
(105,117,128)
#7B868F
(123,134,143)
#8D979E
(141,151,158)
#9FA8AD
(159,168,173)
#B1B9BC
(177,185,188)
#C3CACB
(195,202,203)
#D5DBDA
(213,219,218)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334253; }

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

This text font color is #334253.


Background Color

.myBgColor { background-color: #334253; }

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

This div background color is #334253.


Border color

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

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

This div border color is #334253.


Opacity

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

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

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

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

This text has shadow with #334253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334253 on black background.


Color preview on white background

This text has color #334253 on white background.



Black color preview on #334253 background

This text has black color on #334253 background.


White color preview on #334253 background

This text has white color on #334253 background.