COLOR #334342

HEX: #334342
RGB: (51,67,66)

Color info

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

RGB color model

#334342 color RGB value is (51,67,66).

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

RGB channels and saturation

R 51 of 255 = 20%
G 67 of 255 = 26%
B 66 of 255 = 26%

51
67
66

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

Portions of RGB colors in percentages

R + G + B =
51 + 67 + 66 = 184 (100%)
R 51 of 184 ~ 27.72%
G 67 of 184 ~ 36.41%
B 66 of 184 ~ 35.87%

%27.72
%36.41
%35.87

CMYK color model

#334342 color CMYK value is (24,0,1,74).

  • cyan value is 23.88%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%
CMYK:
(24,0,1,74)
C24M0Y1K74 
(24%,0%,1%,74%)
(0.24/0.00/0.01/0.74)	

CMYK percentages

%23.88
%0
%1.49
%73.73

Codes

Color #334342 in popluar color models

334342
RGB516766
HSL176°13.56%23.14%
HSB/HSV176°23.88%26.27%
CMYK23.88%0.00%1.49%
73.73%

Color #334342 in popluar number systems.

HEX334342
Decimal516766
Binary11001110000111000010
Octal63103102

Shades and tints

Shades of #334342

#334342
(51,67,66)
#2F3D3C
(47,61,60)
#2B3736
(43,55,54)
#273130
(39,49,48)
#232B2A
(35,43,42)
#1F2524
(31,37,36)
#1B1F1E
(27,31,30)
#171918
(23,25,24)
#131312
(19,19,18)
#0F0D0C
(15,13,12)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #334342

#334342
(51,67,66)
#455453
(69,84,83)
#576564
(87,101,100)
#697675
(105,118,117)
#7B8786
(123,135,134)
#8D9897
(141,152,151)
#9FA9A8
(159,169,168)
#B1BAB9
(177,186,185)
#C3CBCA
(195,203,202)
#D5DCDB
(213,220,219)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334342; }

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

This text font color is #334342.


Background Color

.myBgColor { background-color: #334342; }

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

This div background color is #334342.


Border color

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

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

This div border color is #334342.


Opacity

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

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

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

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

This text has shadow with #334342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334342 on black background.


Color preview on white background

This text has color #334342 on white background.



Black color preview on #334342 background

This text has black color on #334342 background.


White color preview on #334342 background

This text has white color on #334342 background.