COLOR #361B13

HEX: #361B13
RGB: (54,27,19)

Color info

#361B13 contains red, green and blue colors in about the same proportion. Web safe color of #361B13 is #333300 (or #330).

RGB color model

#361B13 color RGB value is (54,27,19).

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

RGB channels and saturation

R 54 of 255 = 21%
G 27 of 255 = 11%
B 19 of 255 = 7%

54
27
19

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

Portions of RGB colors in percentages

R + G + B =
54 + 27 + 19 = 100 (100%)
R 54 of 100 ~ 54%
G 27 of 100 ~ 27%
B 19 of 100 ~ 19%

%54
%27
%19

CMYK color model

#361B13 color CMYK value is (0,50,65,79).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 64.81%
  • key color value is 78.82%
CMYK:
(0,50,65,79)
C0M50Y65K79 
(0%,50%,65%,79%)
(0.00/0.50/0.65/0.79)	

CMYK percentages

%0
%50
%64.81
%78.82

Codes

Color #361B13 in popluar color models

361B13
RGB542719
HSL14°47.95%14.31%
HSB/HSV14°64.81%21.18%
CMYK0.00%50.00%64.81%
78.82%

Color #361B13 in popluar number systems.

HEX361B13
Decimal542719
Binary1101101101110011
Octal663323

Shades and tints

Shades of #361B13

#361B13
(54,27,19)
#321912
(50,25,18)
#2E1711
(46,23,17)
#2A1510
(42,21,16)
#26130F
(38,19,15)
#22110E
(34,17,14)
#1E0F0D
(30,15,13)
#1A0D0C
(26,13,12)
#160B0B
(22,11,11)
#12090A
(18,9,10)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #361B13

#361B13
(54,27,19)
#482F28
(72,47,40)
#5A433D
(90,67,61)
#6C5752
(108,87,82)
#7E6B67
(126,107,103)
#907F7C
(144,127,124)
#A29391
(162,147,145)
#B4A7A6
(180,167,166)
#C6BBBB
(198,187,187)
#D8CFD0
(216,207,208)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361B13; }

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

This text font color is #361B13.


Background Color

.myBgColor { background-color: #361B13; }

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

This div background color is #361B13.


Border color

.myBorderColor { border: 1px solid #361B13; }

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

This div border color is #361B13.


Opacity

.myOpacity80 { color: #361B13; opacity: 0.8; }

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

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

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

This text has shadow with #361B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361B13 on black background.


Color preview on white background

This text has color #361B13 on white background.



Black color preview on #361B13 background

This text has black color on #361B13 background.


White color preview on #361B13 background

This text has white color on #361B13 background.