COLOR #541317

HEX: #541317
RGB: (84,19,23)

Color info

#541317 contains mainly red color. Web safe color of #541317 is #660000 (or #600).

RGB color model

#541317 color RGB value is (84,19,23).

  • red value is 84;
  • green value is 19;
  • blue value is 23.
RGB:
(84,19,23)
(33%,7%,9%)

RGB channels and saturation

R 84 of 255 = 33%
G 19 of 255 = 7%
B 23 of 255 = 9%

84
19
23

R + G + B ~ 16%. #541317 is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 19 + 23 = 126 (100%)
R 84 of 126 ~ 66.67%
G 19 of 126 ~ 15.08%
B 23 of 126 ~ 18.25%

%66.67
%15.08
%18.25

CMYK color model

#541317 color CMYK value is (0,77,73,67).

  • cyan value is 0.00%
  • magenta value is 77.38%
  • yellow value is 72.62%
  • key color value is 67.06%
CMYK:
(0,77,73,67)
C0M77Y73K67 
(0%,77%,73%,67%)
(0.00/0.77/0.73/0.67)	

CMYK percentages

%0
%77.38
%72.62
%67.06

Codes

Color #541317 in popluar color models

541317
RGB841923
HSL356°63.11%20.20%
HSB/HSV356°77.38%32.94%
CMYK0.00%77.38%72.62%
67.06%

Color #541317 in popluar number systems.

HEX541317
Decimal841923
Binary10101001001110111
Octal1242327

Shades and tints

Shades of #541317

#541317
(84,19,23)
#4D1215
(77,18,21)
#461113
(70,17,19)
#3F1011
(63,16,17)
#380F0F
(56,15,15)
#310E0D
(49,14,13)
#2A0D0B
(42,13,11)
#230C09
(35,12,9)
#1C0B07
(28,11,7)
#150A05
(21,10,5)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #541317

#541317
(84,19,23)
#63282C
(99,40,44)
#723D41
(114,61,65)
#815256
(129,82,86)
#90676B
(144,103,107)
#9F7C80
(159,124,128)
#AE9195
(174,145,149)
#BDA6AA
(189,166,170)
#CCBBBF
(204,187,191)
#DBD0D4
(219,208,212)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #541317 color. Also use rgb(84,19,23) instead hex code.

Text Font Color

.myTextColor { color: #541317; }

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

This text font color is #541317.


Background Color

.myBgColor { background-color: #541317; }

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

This div background color is #541317.


Border color

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

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

This div border color is #541317.


Opacity

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

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

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

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

This text has shadow with #541317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #541317 on black background.


Color preview on white background

This text has color #541317 on white background.



Black color preview on #541317 background

This text has black color on #541317 background.


White color preview on #541317 background

This text has white color on #541317 background.