COLOR #343113

HEX: #343113
RGB: (52,49,19)

Color info

#343113 contains red, green and blue colors in about the same proportion. Web safe color of #343113 is #333300 (or #330).

RGB color model

#343113 color RGB value is (52,49,19).

  • red value is 52;
  • green value is 49;
  • blue value is 19.
RGB:
(52,49,19)
(20%,19%,7%)

RGB channels and saturation

R 52 of 255 = 20%
G 49 of 255 = 19%
B 19 of 255 = 7%

52
49
19

R + G + B ~ 15%. #343113 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 49 + 19 = 120 (100%)
R 52 of 120 ~ 43.33%
G 49 of 120 ~ 40.83%
B 19 of 120 ~ 15.83%

%43.33
%40.83
%15.83

CMYK color model

#343113 color CMYK value is (0,6,63,80).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 63.46%
  • key color value is 79.61%
CMYK:
(0,6,63,80)
C0M6Y63K80 
(0%,6%,63%,80%)
(0.00/0.06/0.63/0.80)	

CMYK percentages

%0
%5.77
%63.46
%79.61

Codes

Color #343113 in popluar color models

343113
RGB524919
HSL55°46.48%13.92%
HSB/HSV55°63.46%20.39%
CMYK0.00%5.77%63.46%
79.61%

Color #343113 in popluar number systems.

HEX343113
Decimal524919
Binary11010011000110011
Octal646123

Shades and tints

Shades of #343113

#343113
(52,49,19)
#302D12
(48,45,18)
#2C2911
(44,41,17)
#282510
(40,37,16)
#24210F
(36,33,15)
#201D0E
(32,29,14)
#1C190D
(28,25,13)
#18150C
(24,21,12)
#14110B
(20,17,11)
#100D0A
(16,13,10)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #343113

#343113
(52,49,19)
#464328
(70,67,40)
#58553D
(88,85,61)
#6A6752
(106,103,82)
#7C7967
(124,121,103)
#8E8B7C
(142,139,124)
#A09D91
(160,157,145)
#B2AFA6
(178,175,166)
#C4C1BB
(196,193,187)
#D6D3D0
(214,211,208)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343113 color. Also use rgb(52,49,19) instead hex code.

Text Font Color

.myTextColor { color: #343113; }

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

This text font color is #343113.


Background Color

.myBgColor { background-color: #343113; }

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

This div background color is #343113.


Border color

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

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

This div border color is #343113.


Opacity

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

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

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

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

This text has shadow with #343113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343113 on black background.


Color preview on white background

This text has color #343113 on white background.



Black color preview on #343113 background

This text has black color on #343113 background.


White color preview on #343113 background

This text has white color on #343113 background.