COLOR #343843

HEX: #343843
RGB: (52,56,67)

Color info

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

RGB color model

#343843 color RGB value is (52,56,67).

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

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 67 of 255 = 26%

52
56
67

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

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 67 = 175 (100%)
R 52 of 175 ~ 29.71%
G 56 of 175 ~ 32%
B 67 of 175 ~ 38.29%

%29.71
%32
%38.29

CMYK color model

#343843 color CMYK value is (22,16,0,74).

  • cyan value is 22.39%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(22,16,0,74)
C22M16Y0K74 
(22%,16%,0%,74%)
(0.22/0.16/0.00/0.74)	

CMYK percentages

%22.39
%16.42
%0
%73.73

Codes

Color #343843 in popluar color models

343843
RGB525667
HSL224°12.61%23.33%
HSB/HSV224°22.39%26.27%
CMYK22.39%16.42%0.00%
73.73%

Color #343843 in popluar number systems.

HEX343843
Decimal525667
Binary1101001110001000011
Octal6470103

Shades and tints

Shades of #343843

#343843
(52,56,67)
#30333D
(48,51,61)
#2C2E37
(44,46,55)
#282931
(40,41,49)
#24242B
(36,36,43)
#201F25
(32,31,37)
#1C1A1F
(28,26,31)
#181519
(24,21,25)
#141013
(20,16,19)
#100B0D
(16,11,13)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #343843

#343843
(52,56,67)
#464A54
(70,74,84)
#585C65
(88,92,101)
#6A6E76
(106,110,118)
#7C8087
(124,128,135)
#8E9298
(142,146,152)
#A0A4A9
(160,164,169)
#B2B6BA
(178,182,186)
#C4C8CB
(196,200,203)
#D6DADC
(214,218,220)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343843 color. Also use rgb(52,56,67) instead hex code.

Text Font Color

.myTextColor { color: #343843; }

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

This text font color is #343843.


Background Color

.myBgColor { background-color: #343843; }

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

This div background color is #343843.


Border color

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

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

This div border color is #343843.


Opacity

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

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

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

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

This text has shadow with #343843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343843 on black background.


Color preview on white background

This text has color #343843 on white background.



Black color preview on #343843 background

This text has black color on #343843 background.


White color preview on #343843 background

This text has white color on #343843 background.