COLOR #341D18

HEX: #341D18
RGB: (52,29,24)

Color info

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

RGB color model

#341D18 color RGB value is (52,29,24).

  • red value is 52;
  • green value is 29;
  • blue value is 24.
RGB:
(52,29,24)
(20%,11%,9%)

RGB channels and saturation

R 52 of 255 = 20%
G 29 of 255 = 11%
B 24 of 255 = 9%

52
29
24

R + G + B ~ 13%. #341D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 29 + 24 = 105 (100%)
R 52 of 105 ~ 49.52%
G 29 of 105 ~ 27.62%
B 24 of 105 ~ 22.86%

%49.52
%27.62
%22.86

CMYK color model

#341D18 color CMYK value is (0,44,54,80).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 53.85%
  • key color value is 79.61%
CMYK:
(0,44,54,80)
C0M44Y54K80 
(0%,44%,54%,80%)
(0.00/0.44/0.54/0.80)	

CMYK percentages

%0
%44.23
%53.85
%79.61

Codes

Color #341D18 in popluar color models

341D18
RGB522924
HSL11°36.84%14.90%
HSB/HSV11°53.85%20.39%
CMYK0.00%44.23%53.85%
79.61%

Color #341D18 in popluar number systems.

HEX341D18
Decimal522924
Binary1101001110111000
Octal643530

Shades and tints

Shades of #341D18

#341D18
(52,29,24)
#301B16
(48,27,22)
#2C1914
(44,25,20)
#281712
(40,23,18)
#241510
(36,21,16)
#20130E
(32,19,14)
#1C110C
(28,17,12)
#180F0A
(24,15,10)
#140D08
(20,13,8)
#100B06
(16,11,6)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #341D18

#341D18
(52,29,24)
#46312D
(70,49,45)
#584542
(88,69,66)
#6A5957
(106,89,87)
#7C6D6C
(124,109,108)
#8E8181
(142,129,129)
#A09596
(160,149,150)
#B2A9AB
(178,169,171)
#C4BDC0
(196,189,192)
#D6D1D5
(214,209,213)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341D18 color. Also use rgb(52,29,24) instead hex code.

Text Font Color

.myTextColor { color: #341D18; }

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

This text font color is #341D18.


Background Color

.myBgColor { background-color: #341D18; }

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

This div background color is #341D18.


Border color

.myBorderColor { border: 1px solid #341D18; }

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

This div border color is #341D18.


Opacity

.myOpacity80 { color: #341D18; opacity: 0.8; }

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

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

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

This text has shadow with #341D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341D18 on black background.


Color preview on white background

This text has color #341D18 on white background.



Black color preview on #341D18 background

This text has black color on #341D18 background.


White color preview on #341D18 background

This text has white color on #341D18 background.