COLOR #343341

HEX: #343341 RGB: (52,51,65)

Color info

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

RGB color model

#343341 color RGB value is (52,51,65).

RGB: (52,51,65) (20%, 20%, 25%)

RGB channels and saturation

R 52 of 255 = 20%
G 51 of 255 = 20%
B 65 of 255 = 25%

52
51
65

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

Portions of RGB colors in percentages

R + G + B = 52 + 51 + 65 = 168 (100%)
R 52 of 168 ~ 30.95%
G 51 of 168 ~ 30.36%
B 65 of 168 ~ 38.69'%

%30.95
%30.36
%38.69

CMYK color model

#343341 color CMYK value is (20,22,0,75).

  • cyan value is 20.00%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (20,22,0,75)
C20M22Y0K75 (20%, 22%, 0%, 75%)
(0.20 / 0.22 / 0.00 / 0.75)

CMYK percentages

%20
%21.54
%0
%74.51

Codes

Color #343341 in popluar color models

34 33 41
RGB 52 51 65
HSL 244° 12.07% 22.75%
HSB/HSV 244° 21.54% 25.49%
CMYK 20.00% 21.54% 0.00%
74.51%

Color #343341 in popluar number systems.

HEX 34 33 41
Decimal 52 51 65
Binary 110100 110011 1000001
Octal 64 63 101

Shades and tints

Shades of #343341

#343341
(52,51,65)
#302F3C
(48,47,60)
#2C2B37
(44,43,55)
#282732
(40,39,50)
#24232D
(36,35,45)
#201F28
(32,31,40)
#1C1B23
(28,27,35)
#18171E
(24,23,30)
#141319
(20,19,25)
#100F14
(16,15,20)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #343341

#343341
(52,51,65)
#464552
(70,69,82)
#585763
(88,87,99)
#6A6974
(106,105,116)
#7C7B85
(124,123,133)
#8E8D96
(142,141,150)
#A09FA7
(160,159,167)
#B2B1B8
(178,177,184)
#C4C3C9
(196,195,201)
#D6D5DA
(214,213,218)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343341; }

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

This text font color is #343341.

Background Color

.myBgColor { background-color: #343341; }

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

This div background color is #343341.

Border color

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

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

This div border color is #343341.

Opacity

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

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

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

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

This text has shadow with #343341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343341.

Preview

Color preview on black background

This text has color #343341 on black background.


Color preview on white background

This text has color #343341 on white background.


Black color preview on #343341 background

This text has black color on #343341 background.


White color preview on #343341 background

This text has white color on #343341 background.


Related colors

Complementary color

Complementary color for #hex is #CBCCBE.


I love getcolorcode.com

Triadic colors

1 #413433 and #334134 with #343341 are triadic colors.

2 #413334 and #333441 with #343341 are triadic colors.