COLOR #343C3A

HEX: #343C3A RGB: (52,60,58)

Color info

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

RGB color model

#343C3A color RGB value is (52,60,58).

RGB: (52,60,58) (20%, 24%, 23%)

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 58 of 255 = 23%

52
60
58

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

Portions of RGB colors in percentages

R + G + B = 52 + 60 + 58 = 170 (100%)
R 52 of 170 ~ 30.59%
G 60 of 170 ~ 35.29%
B 58 of 170 ~ 34.12'%

%30.59
%35.29
%34.12

CMYK color model

#343C3A color CMYK value is (13,0,3,76).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 76.47%

CMYK: (13,0,3,76)
C13M0Y3K76 (13%, 0%, 3%, 76%)
(0.13 / 0.00 / 0.03 / 0.76)

CMYK percentages

%13.33
%0
%3.33
%76.47

Codes

Color #343C3A in popluar color models

34 3C 3A
RGB 52 60 58
HSL 165° 7.14% 21.96%
HSB/HSV 165° 13.33% 23.53%
CMYK 13.33% 0.00% 3.33%
76.47%

Color #343C3A in popluar number systems.

HEX 34 3C 3A
Decimal 52 60 58
Binary 110100 111100 111010
Octal 64 74 72

Shades and tints

Shades of #343C3A

#343C3A
(52,60,58)
#303735
(48,55,53)
#2C3230
(44,50,48)
#282D2B
(40,45,43)
#242826
(36,40,38)
#202321
(32,35,33)
#1C1E1C
(28,30,28)
#181917
(24,25,23)
#141412
(20,20,18)
#100F0D
(16,15,13)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #343C3A

#343C3A
(52,60,58)
#464D4B
(70,77,75)
#585E5C
(88,94,92)
#6A6F6D
(106,111,109)
#7C807E
(124,128,126)
#8E918F
(142,145,143)
#A0A2A0
(160,162,160)
#B2B3B1
(178,179,177)
#C4C4C2
(196,196,194)
#D6D5D3
(214,213,211)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343C3A color. Also use rgb(52,60,58) instead hex code.

Text Font Color

.myTextColor { color: #343C3A; }

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

This text font color is #343C3A.

Background Color

.myBgColor { background-color: #343C3A; }

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

This div background color is #343C3A.

Border color

.myBorderColor { border: 1px solid #343C3A; }

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

This div border color is #343C3A.

Opacity

.myOpacity80 { color: #343C3A; opacity: 0.8; }

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

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

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

This text has shadow with #343C3A color.


.textShadow {text-shadow: 3px 3px 1px #343C3A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #343C3A; -webkit-box-shadow: 1px 1px 3px 2px #343C3A; box-shadow:1px 1px 3px 2px #343C3A;">
Div content here
</div>

This div box has shadow with color #343C3A.

Preview

Color preview on black background

This text has color #343C3A on black background.


Color preview on white background

This text has color #343C3A on white background.


Black color preview on #343C3A background

This text has black color on #343C3A background.


White color preview on #343C3A background

This text has white color on #343C3A background.


Related colors

Complementary color

Complementary color for #hex is #CBC3C5.


I love getcolorcode.com

Triadic colors

1 #3A343C and #3C3A34 with #343C3A are triadic colors.

2 #3A3C34 and #3C343A with #343C3A are triadic colors.