COLOR #334246

HEX: #334246
RGB: (51,66,70)

Color info

#334246 contains red, green and blue colors in about the same proportion. Web safe color of #334246 is #333333 (or #333).

RGB color model

#334246 color RGB value is (51,66,70).

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

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 70 of 255 = 27%

51
66
70

R + G + B ~ 24%. #334246 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 66 + 70 = 187 (100%)
R 51 of 187 ~ 27.27%
G 66 of 187 ~ 35.29%
B 70 of 187 ~ 37.43%

%27.27
%35.29
%37.43

CMYK color model

#334246 color CMYK value is (27,6,0,73).

  • cyan value is 27.14%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(27,6,0,73)
C27M6Y0K73 
(27%,6%,0%,73%)
(0.27/0.06/0.00/0.73)	

CMYK percentages

%27.14
%5.71
%0
%72.55

Codes

Color #334246 in popluar color models

334246
RGB516670
HSL193°15.70%23.73%
HSB/HSV193°27.14%27.45%
CMYK27.14%5.71%0.00%
72.55%

Color #334246 in popluar number systems.

HEX334246
Decimal516670
Binary11001110000101000110
Octal63102106

Shades and tints

Shades of #334246

#334246
(51,66,70)
#2F3C40
(47,60,64)
#2B363A
(43,54,58)
#273034
(39,48,52)
#232A2E
(35,42,46)
#1F2428
(31,36,40)
#1B1E22
(27,30,34)
#17181C
(23,24,28)
#131216
(19,18,22)
#0F0C10
(15,12,16)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #334246

#334246
(51,66,70)
#455356
(69,83,86)
#576466
(87,100,102)
#697576
(105,117,118)
#7B8686
(123,134,134)
#8D9796
(141,151,150)
#9FA8A6
(159,168,166)
#B1B9B6
(177,185,182)
#C3CAC6
(195,202,198)
#D5DBD6
(213,219,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334246; }

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

This text font color is #334246.


Background Color

.myBgColor { background-color: #334246; }

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

This div background color is #334246.


Border color

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

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

This div border color is #334246.


Opacity

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

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

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

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

This text has shadow with #334246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334246 on black background.


Color preview on white background

This text has color #334246 on white background.



Black color preview on #334246 background

This text has black color on #334246 background.


White color preview on #334246 background

This text has white color on #334246 background.