COLOR #343830

HEX: #343830 RGB: (52,56,48)

Color info

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

RGB color model

#343830 color RGB value is (52,56,48).

RGB: (52,56,48) (20%, 22%, 19%)

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 48 of 255 = 19%

52
56
48

R + G + B ~ 20%. #343830 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 56 + 48 = 156 (100%)
R 52 of 156 ~ 33.33%
G 56 of 156 ~ 35.9%
B 48 of 156 ~ 30.77'%

%33.33
%35.9
%30.77

CMYK color model

#343830 color CMYK value is (7,0,14,78).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 78.04%

CMYK: (7,0,14,78)
C7M0Y14K78 (7%, 0%, 14%, 78%)
(0.07 / 0.00 / 0.14 / 0.78)

CMYK percentages

%7.14
%0
%14.29
%78.04

Codes

Color #343830 in popluar color models

34 38 30
RGB 52 56 48
HSL 90° 7.69% 20.39%
HSB/HSV 90° 14.29% 21.96%
CMYK 7.14% 0.00% 14.29%
78.04%

Color #343830 in popluar number systems.

HEX 34 38 30
Decimal 52 56 48
Binary 110100 111000 110000
Octal 64 70 60

Shades and tints

Shades of #343830

#343830
(52,56,48)
#30332C
(48,51,44)
#2C2E28
(44,46,40)
#282924
(40,41,36)
#242420
(36,36,32)
#201F1C
(32,31,28)
#1C1A18
(28,26,24)
#181514
(24,21,20)
#141010
(20,16,16)
#100B0C
(16,11,12)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #343830

#343830
(52,56,48)
#464A42
(70,74,66)
#585C54
(88,92,84)
#6A6E66
(106,110,102)
#7C8078
(124,128,120)
#8E928A
(142,146,138)
#A0A49C
(160,164,156)
#B2B6AE
(178,182,174)
#C4C8C0
(196,200,192)
#D6DAD2
(214,218,210)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343830; }

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

This text font color is #343830.

Background Color

.myBgColor { background-color: #343830; }

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

This div background color is #343830.

Border color

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

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

This div border color is #343830.

Opacity

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

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

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

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

This text has shadow with #343830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343830.

Preview

Color preview on black background

This text has color #343830 on black background.


Color preview on white background

This text has color #343830 on white background.


Black color preview on #343830 background

This text has black color on #343830 background.


White color preview on #343830 background

This text has white color on #343830 background.


Related colors

Complementary color

Complementary color for #hex is #CBC7CF.


I love getcolorcode.com

Triadic colors

1 #303438 and #383034 with #343830 are triadic colors.

2 #303834 and #383430 with #343830 are triadic colors.