COLOR #361719

HEX: #361719
RGB: (54,23,25)

Color info

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

RGB color model

#361719 color RGB value is (54,23,25).

  • red value is 54;
  • green value is 23;
  • blue value is 25.
RGB:
(54,23,25)
(21%,9%,10%)

RGB channels and saturation

R 54 of 255 = 21%
G 23 of 255 = 9%
B 25 of 255 = 10%

54
23
25

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

Portions of RGB colors in percentages

R + G + B =
54 + 23 + 25 = 102 (100%)
R 54 of 102 ~ 52.94%
G 23 of 102 ~ 22.55%
B 25 of 102 ~ 24.51%

%52.94
%22.55
%24.51

CMYK color model

#361719 color CMYK value is (0,57,54,79).

  • cyan value is 0.00%
  • magenta value is 57.41%
  • yellow value is 53.70%
  • key color value is 78.82%
CMYK:
(0,57,54,79)
C0M57Y54K79 
(0%,57%,54%,79%)
(0.00/0.57/0.54/0.79)	

CMYK percentages

%0
%57.41
%53.7
%78.82

Codes

Color #361719 in popluar color models

361719
RGB542325
HSL356°40.26%15.10%
HSB/HSV356°57.41%21.18%
CMYK0.00%57.41%53.70%
78.82%

Color #361719 in popluar number systems.

HEX361719
Decimal542325
Binary1101101011111001
Octal662731

Shades and tints

Shades of #361719

#361719
(54,23,25)
#321517
(50,21,23)
#2E1315
(46,19,21)
#2A1113
(42,17,19)
#260F11
(38,15,17)
#220D0F
(34,13,15)
#1E0B0D
(30,11,13)
#1A090B
(26,9,11)
#160709
(22,7,9)
#120507
(18,5,7)
#0E0305
(14,3,5)
#000000
(0,0,0)

Tints of #361719

#361719
(54,23,25)
#482C2D
(72,44,45)
#5A4141
(90,65,65)
#6C5655
(108,86,85)
#7E6B69
(126,107,105)
#90807D
(144,128,125)
#A29591
(162,149,145)
#B4AAA5
(180,170,165)
#C6BFB9
(198,191,185)
#D8D4CD
(216,212,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361719 color. Also use rgb(54,23,25) instead hex code.

Text Font Color

.myTextColor { color: #361719; }

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

This text font color is #361719.


Background Color

.myBgColor { background-color: #361719; }

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

This div background color is #361719.


Border color

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

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

This div border color is #361719.


Opacity

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

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

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

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

This text has shadow with #361719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361719 on black background.


Color preview on white background

This text has color #361719 on white background.



Black color preview on #361719 background

This text has black color on #361719 background.


White color preview on #361719 background

This text has white color on #361719 background.