COLOR #341C17

HEX: #341C17 RGB: (52,28,23)

Color info

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

RGB color model

#341C17 color RGB value is (52,28,23).

RGB: (52,28,23) (20%, 11%, 9%)

RGB channels and saturation

R 52 of 255 = 20%
G 28 of 255 = 11%
B 23 of 255 = 9%

52
28
23

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

Portions of RGB colors in percentages

R + G + B = 52 + 28 + 23 = 103 (100%)
R 52 of 103 ~ 50.49%
G 28 of 103 ~ 27.18%
B 23 of 103 ~ 22.33'%

%50.49
%27.18
%22.33

CMYK color model

#341C17 color CMYK value is (0,46,56,80).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 55.77%
  • key color value is 79.61%

CMYK: (0,46,56,80)
C0M46Y56K80 (0%, 46%, 56%, 80%)
(0.00 / 0.46 / 0.56 / 0.80)

CMYK percentages

%0
%46.15
%55.77
%79.61

Codes

Color #341C17 in popluar color models

34 1C 17
RGB 52 28 23
HSL 10° 38.67% 14.71%
HSB/HSV 10° 55.77% 20.39%
CMYK 0.00% 46.15% 55.77%
79.61%

Color #341C17 in popluar number systems.

HEX 34 1C 17
Decimal 52 28 23
Binary 110100 11100 10111
Octal 64 34 27

Shades and tints

Shades of #341C17

#341C17
(52,28,23)
#301A15
(48,26,21)
#2C1813
(44,24,19)
#281611
(40,22,17)
#24140F
(36,20,15)
#20120D
(32,18,13)
#1C100B
(28,16,11)
#180E09
(24,14,9)
#140C07
(20,12,7)
#100A05
(16,10,5)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #341C17

#341C17
(52,28,23)
#46302C
(70,48,44)
#584441
(88,68,65)
#6A5856
(106,88,86)
#7C6C6B
(124,108,107)
#8E8080
(142,128,128)
#A09495
(160,148,149)
#B2A8AA
(178,168,170)
#C4BCBF
(196,188,191)
#D6D0D4
(214,208,212)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341C17 color. Also use rgb(52,28,23) instead hex code.

Text Font Color

.myTextColor { color: #341C17; }

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

This text font color is #341C17.

Background Color

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

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

This div background color is #341C17.

Border color

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

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

This div border color is #341C17.

Opacity

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

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

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

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

This text has shadow with #341C17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #341C17.

Preview

Color preview on black background

This text has color #341C17 on black background.


Color preview on white background

This text has color #341C17 on white background.


Black color preview on #341C17 background

This text has black color on #341C17 background.


White color preview on #341C17 background

This text has white color on #341C17 background.


Related colors

Complementary color

Complementary color for #hex is #CBE3E8.


I love getcolorcode.com

Triadic colors

1 #17341C and #1C1734 with #341C17 are triadic colors.

2 #171C34 and #1C3417 with #341C17 are triadic colors.