COLOR #341111

HEX: #341111
RGB: (52,17,17)

Color info

#341111 contains red, green and blue colors in about the same proportion. Web safe color of #341111 is #330000 (or #300).

RGB color model

#341111 color RGB value is (52,17,17).

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

RGB channels and saturation

R 52 of 255 = 20%
G 17 of 255 = 7%
B 17 of 255 = 7%

52
17
17

R + G + B ~ 11%. #341111 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 17 + 17 = 86 (100%)
R 52 of 86 ~ 60.47%
G 17 of 86 ~ 19.77%
B 17 of 86 ~ 19.77%

%60.47
%19.77
%19.77

CMYK color model

#341111 color CMYK value is (0,67,67,80).

  • cyan value is 0.00%
  • magenta value is 67.31%
  • yellow value is 67.31%
  • key color value is 79.61%
CMYK:
(0,67,67,80)
C0M67Y67K80 
(0%,67%,67%,80%)
(0.00/0.67/0.67/0.80)	

CMYK percentages

%0
%67.31
%67.31
%79.61

Codes

Color #341111 in popluar color models

341111
RGB521717
HSL50.72%13.53%
HSB/HSV67.31%20.39%
CMYK0.00%67.31%67.31%
79.61%

Color #341111 in popluar number systems.

HEX341111
Decimal521717
Binary1101001000110001
Octal642121

Shades and tints

Shades of #341111

#341111
(52,17,17)
#301010
(48,16,16)
#2C0F0F
(44,15,15)
#280E0E
(40,14,14)
#240D0D
(36,13,13)
#200C0C
(32,12,12)
#1C0B0B
(28,11,11)
#180A0A
(24,10,10)
#140909
(20,9,9)
#100808
(16,8,8)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #341111

#341111
(52,17,17)
#462626
(70,38,38)
#583B3B
(88,59,59)
#6A5050
(106,80,80)
#7C6565
(124,101,101)
#8E7A7A
(142,122,122)
#A08F8F
(160,143,143)
#B2A4A4
(178,164,164)
#C4B9B9
(196,185,185)
#D6CECE
(214,206,206)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341111; }

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

This text font color is #341111.


Background Color

.myBgColor { background-color: #341111; }

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

This div background color is #341111.


Border color

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

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

This div border color is #341111.


Opacity

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

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

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

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

This text has shadow with #341111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341111 on black background.


Color preview on white background

This text has color #341111 on white background.



Black color preview on #341111 background

This text has black color on #341111 background.


White color preview on #341111 background

This text has white color on #341111 background.