COLOR #341C3D

HEX: #341C3D
RGB: (52,28,61)

Color info

#341C3D contains red, green and blue colors in about the same proportion. Web safe color of #341C3D is #333333 (or #333).

RGB color model

#341C3D color RGB value is (52,28,61).

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

RGB channels and saturation

R 52 of 255 = 20%
G 28 of 255 = 11%
B 61 of 255 = 24%

52
28
61

R + G + B ~ 18%. #341C3D is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 28 + 61 = 141 (100%)
R 52 of 141 ~ 36.88%
G 28 of 141 ~ 19.86%
B 61 of 141 ~ 43.26%

%36.88
%19.86
%43.26

CMYK color model

#341C3D color CMYK value is (15,54,0,76).

  • cyan value is 14.75%
  • magenta value is 54.10%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(15,54,0,76)
C15M54Y0K76 
(15%,54%,0%,76%)
(0.15/0.54/0.00/0.76)	

CMYK percentages

%14.75
%54.1
%0
%76.08

Codes

Color #341C3D in popluar color models

341C3D
RGB522861
HSL284°37.08%17.45%
HSB/HSV284°54.10%23.92%
CMYK14.75%54.10%0.00%
76.08%

Color #341C3D in popluar number systems.

HEX341C3D
Decimal522861
Binary11010011100111101
Octal643475

Shades and tints

Shades of #341C3D

#341C3D
(52,28,61)
#301A38
(48,26,56)
#2C1833
(44,24,51)
#28162E
(40,22,46)
#241429
(36,20,41)
#201224
(32,18,36)
#1C101F
(28,16,31)
#180E1A
(24,14,26)
#140C15
(20,12,21)
#100A10
(16,10,16)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #341C3D

#341C3D
(52,28,61)
#46304E
(70,48,78)
#58445F
(88,68,95)
#6A5870
(106,88,112)
#7C6C81
(124,108,129)
#8E8092
(142,128,146)
#A094A3
(160,148,163)
#B2A8B4
(178,168,180)
#C4BCC5
(196,188,197)
#D6D0D6
(214,208,214)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341C3D; }

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

This text font color is #341C3D.


Background Color

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

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

This div background color is #341C3D.


Border color

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

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

This div border color is #341C3D.


Opacity

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

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

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

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

This text has shadow with #341C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341C3D on black background.


Color preview on white background

This text has color #341C3D on white background.



Black color preview on #341C3D background

This text has black color on #341C3D background.


White color preview on #341C3D background

This text has white color on #341C3D background.