COLOR #343645

HEX: #343645
RGB: (52,54,69)

Color info

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

RGB color model

#343645 color RGB value is (52,54,69).

  • red value is 52;
  • green value is 54;
  • blue value is 69.
RGB:
(52,54,69)
(20%,21%,27%)

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 69 of 255 = 27%

52
54
69

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

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 69 = 175 (100%)
R 52 of 175 ~ 29.71%
G 54 of 175 ~ 30.86%
B 69 of 175 ~ 39.43%

%29.71
%30.86
%39.43

CMYK color model

#343645 color CMYK value is (25,22,0,73).

  • cyan value is 24.64%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(25,22,0,73)
C25M22Y0K73 
(25%,22%,0%,73%)
(0.25/0.22/0.00/0.73)	

CMYK percentages

%24.64
%21.74
%0
%72.94

Codes

Color #343645 in popluar color models

343645
RGB525469
HSL233°14.05%23.73%
HSB/HSV233°24.64%27.06%
CMYK24.64%21.74%0.00%
72.94%

Color #343645 in popluar number systems.

HEX343645
Decimal525469
Binary1101001101101000101
Octal6466105

Shades and tints

Shades of #343645

#343645
(52,54,69)
#30323F
(48,50,63)
#2C2E39
(44,46,57)
#282A33
(40,42,51)
#24262D
(36,38,45)
#202227
(32,34,39)
#1C1E21
(28,30,33)
#181A1B
(24,26,27)
#141615
(20,22,21)
#10120F
(16,18,15)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #343645

#343645
(52,54,69)
#464855
(70,72,85)
#585A65
(88,90,101)
#6A6C75
(106,108,117)
#7C7E85
(124,126,133)
#8E9095
(142,144,149)
#A0A2A5
(160,162,165)
#B2B4B5
(178,180,181)
#C4C6C5
(196,198,197)
#D6D8D5
(214,216,213)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343645 color. Also use rgb(52,54,69) instead hex code.

Text Font Color

.myTextColor { color: #343645; }

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

This text font color is #343645.


Background Color

.myBgColor { background-color: #343645; }

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

This div background color is #343645.


Border color

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

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

This div border color is #343645.


Opacity

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

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

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

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

This text has shadow with #343645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343645 on black background.


Color preview on white background

This text has color #343645 on white background.



Black color preview on #343645 background

This text has black color on #343645 background.


White color preview on #343645 background

This text has white color on #343645 background.