COLOR #343742

HEX: #343742
RGB: (52,55,66)

Color info

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

RGB color model

#343742 color RGB value is (52,55,66).

  • red value is 52;
  • green value is 55;
  • blue value is 66.
RGB:
(52,55,66)
(20%,22%,26%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 66 of 255 = 26%

52
55
66

R + G + B ~ 23%. #343742 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 55 + 66 = 173 (100%)
R 52 of 173 ~ 30.06%
G 55 of 173 ~ 31.79%
B 66 of 173 ~ 38.15%

%30.06
%31.79
%38.15

CMYK color model

#343742 color CMYK value is (21,17,0,74).

  • cyan value is 21.21%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(21,17,0,74)
C21M17Y0K74 
(21%,17%,0%,74%)
(0.21/0.17/0.00/0.74)	

CMYK percentages

%21.21
%16.67
%0
%74.12

Codes

Color #343742 in popluar color models

343742
RGB525566
HSL227°11.86%23.14%
HSB/HSV227°21.21%25.88%
CMYK21.21%16.67%0.00%
74.12%

Color #343742 in popluar number systems.

HEX343742
Decimal525566
Binary1101001101111000010
Octal6467102

Shades and tints

Shades of #343742

#343742
(52,55,66)
#30323C
(48,50,60)
#2C2D36
(44,45,54)
#282830
(40,40,48)
#24232A
(36,35,42)
#201E24
(32,30,36)
#1C191E
(28,25,30)
#181418
(24,20,24)
#140F12
(20,15,18)
#100A0C
(16,10,12)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #343742

#343742
(52,55,66)
#464953
(70,73,83)
#585B64
(88,91,100)
#6A6D75
(106,109,117)
#7C7F86
(124,127,134)
#8E9197
(142,145,151)
#A0A3A8
(160,163,168)
#B2B5B9
(178,181,185)
#C4C7CA
(196,199,202)
#D6D9DB
(214,217,219)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343742 color. Also use rgb(52,55,66) instead hex code.

Text Font Color

.myTextColor { color: #343742; }

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

This text font color is #343742.


Background Color

.myBgColor { background-color: #343742; }

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

This div background color is #343742.


Border color

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

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

This div border color is #343742.


Opacity

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

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

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

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

This text has shadow with #343742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343742 on black background.


Color preview on white background

This text has color #343742 on white background.



Black color preview on #343742 background

This text has black color on #343742 background.


White color preview on #343742 background

This text has white color on #343742 background.