COLOR #341617

HEX: #341617
RGB: (52,22,23)

Color info

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

RGB color model

#341617 color RGB value is (52,22,23).

  • red value is 52;
  • green value is 22;
  • blue value is 23.
RGB:
(52,22,23)
(20%,9%,9%)

RGB channels and saturation

R 52 of 255 = 20%
G 22 of 255 = 9%
B 23 of 255 = 9%

52
22
23

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

Portions of RGB colors in percentages

R + G + B =
52 + 22 + 23 = 97 (100%)
R 52 of 97 ~ 53.61%
G 22 of 97 ~ 22.68%
B 23 of 97 ~ 23.71%

%53.61
%22.68
%23.71

CMYK color model

#341617 color CMYK value is (0,58,56,80).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 55.77%
  • key color value is 79.61%
CMYK:
(0,58,56,80)
C0M58Y56K80 
(0%,58%,56%,80%)
(0.00/0.58/0.56/0.80)	

CMYK percentages

%0
%57.69
%55.77
%79.61

Codes

Color #341617 in popluar color models

341617
RGB522223
HSL358°40.54%14.51%
HSB/HSV358°57.69%20.39%
CMYK0.00%57.69%55.77%
79.61%

Color #341617 in popluar number systems.

HEX341617
Decimal522223
Binary1101001011010111
Octal642627

Shades and tints

Shades of #341617

#341617
(52,22,23)
#301415
(48,20,21)
#2C1213
(44,18,19)
#281011
(40,16,17)
#240E0F
(36,14,15)
#200C0D
(32,12,13)
#1C0A0B
(28,10,11)
#180809
(24,8,9)
#140607
(20,6,7)
#100405
(16,4,5)
#0C0203
(12,2,3)
#000000
(0,0,0)

Tints of #341617

#341617
(52,22,23)
#462B2C
(70,43,44)
#584041
(88,64,65)
#6A5556
(106,85,86)
#7C6A6B
(124,106,107)
#8E7F80
(142,127,128)
#A09495
(160,148,149)
#B2A9AA
(178,169,170)
#C4BEBF
(196,190,191)
#D6D3D4
(214,211,212)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341617; }

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

This text font color is #341617.


Background Color

.myBgColor { background-color: #341617; }

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

This div background color is #341617.


Border color

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

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

This div border color is #341617.


Opacity

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

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

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

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

This text has shadow with #341617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341617 on black background.


Color preview on white background

This text has color #341617 on white background.



Black color preview on #341617 background

This text has black color on #341617 background.


White color preview on #341617 background

This text has white color on #341617 background.