COLOR #361913

HEX: #361913
RGB: (54,25,19)

Color info

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

RGB color model

#361913 color RGB value is (54,25,19).

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

RGB channels and saturation

R 54 of 255 = 21%
G 25 of 255 = 10%
B 19 of 255 = 7%

54
25
19

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

Portions of RGB colors in percentages

R + G + B =
54 + 25 + 19 = 98 (100%)
R 54 of 98 ~ 55.1%
G 25 of 98 ~ 25.51%
B 19 of 98 ~ 19.39%

%55.1
%25.51
%19.39

CMYK color model

#361913 color CMYK value is (0,54,65,79).

  • cyan value is 0.00%
  • magenta value is 53.70%
  • yellow value is 64.81%
  • key color value is 78.82%
CMYK:
(0,54,65,79)
C0M54Y65K79 
(0%,54%,65%,79%)
(0.00/0.54/0.65/0.79)	

CMYK percentages

%0
%53.7
%64.81
%78.82

Codes

Color #361913 in popluar color models

361913
RGB542519
HSL10°47.95%14.31%
HSB/HSV10°64.81%21.18%
CMYK0.00%53.70%64.81%
78.82%

Color #361913 in popluar number systems.

HEX361913
Decimal542519
Binary1101101100110011
Octal663123

Shades and tints

Shades of #361913

#361913
(54,25,19)
#321712
(50,23,18)
#2E1511
(46,21,17)
#2A1310
(42,19,16)
#26110F
(38,17,15)
#220F0E
(34,15,14)
#1E0D0D
(30,13,13)
#1A0B0C
(26,11,12)
#16090B
(22,9,11)
#12070A
(18,7,10)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #361913

#361913
(54,25,19)
#482D28
(72,45,40)
#5A413D
(90,65,61)
#6C5552
(108,85,82)
#7E6967
(126,105,103)
#907D7C
(144,125,124)
#A29191
(162,145,145)
#B4A5A6
(180,165,166)
#C6B9BB
(198,185,187)
#D8CDD0
(216,205,208)
#EAE1E5
(234,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361913; }

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

This text font color is #361913.


Background Color

.myBgColor { background-color: #361913; }

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

This div background color is #361913.


Border color

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

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

This div border color is #361913.


Opacity

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

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

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

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

This text has shadow with #361913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361913 on black background.


Color preview on white background

This text has color #361913 on white background.



Black color preview on #361913 background

This text has black color on #361913 background.


White color preview on #361913 background

This text has white color on #361913 background.