COLOR #343841

HEX: #343841
RGB: (52,56,65)

Color info

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

RGB color model

#343841 color RGB value is (52,56,65).

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

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 65 of 255 = 25%

52
56
65

R + G + B ~ 22%. #343841 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 56 + 65 = 173 (100%)
R 52 of 173 ~ 30.06%
G 56 of 173 ~ 32.37%
B 65 of 173 ~ 37.57%

%30.06
%32.37
%37.57

CMYK color model

#343841 color CMYK value is (20,14,0,75).

  • cyan value is 20.00%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(20,14,0,75)
C20M14Y0K75 
(20%,14%,0%,75%)
(0.20/0.14/0.00/0.75)	

CMYK percentages

%20
%13.85
%0
%74.51

Codes

Color #343841 in popluar color models

343841
RGB525665
HSL222°11.11%22.94%
HSB/HSV222°20.00%25.49%
CMYK20.00%13.85%0.00%
74.51%

Color #343841 in popluar number systems.

HEX343841
Decimal525665
Binary1101001110001000001
Octal6470101

Shades and tints

Shades of #343841

#343841
(52,56,65)
#30333C
(48,51,60)
#2C2E37
(44,46,55)
#282932
(40,41,50)
#24242D
(36,36,45)
#201F28
(32,31,40)
#1C1A23
(28,26,35)
#18151E
(24,21,30)
#141019
(20,16,25)
#100B14
(16,11,20)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #343841

#343841
(52,56,65)
#464A52
(70,74,82)
#585C63
(88,92,99)
#6A6E74
(106,110,116)
#7C8085
(124,128,133)
#8E9296
(142,146,150)
#A0A4A7
(160,164,167)
#B2B6B8
(178,182,184)
#C4C8C9
(196,200,201)
#D6DADA
(214,218,218)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343841; }

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

This text font color is #343841.


Background Color

.myBgColor { background-color: #343841; }

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

This div background color is #343841.


Border color

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

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

This div border color is #343841.


Opacity

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

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

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

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

This text has shadow with #343841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343841 on black background.


Color preview on white background

This text has color #343841 on white background.



Black color preview on #343841 background

This text has black color on #343841 background.


White color preview on #343841 background

This text has white color on #343841 background.