COLOR #361D0E

HEX: #361D0E
RGB: (54,29,14)

Color info

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

RGB color model

#361D0E color RGB value is (54,29,14).

  • red value is 54;
  • green value is 29;
  • blue value is 14.
RGB:
(54,29,14)
(21%,11%,5%)

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 14 of 255 = 5%

54
29
14

R + G + B ~ 12%. #361D0E is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 14 = 97 (100%)
R 54 of 97 ~ 55.67%
G 29 of 97 ~ 29.9%
B 14 of 97 ~ 14.43%

%55.67
%29.9
%14.43

CMYK color model

#361D0E color CMYK value is (0,46,74,79).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 74.07%
  • key color value is 78.82%
CMYK:
(0,46,74,79)
C0M46Y74K79 
(0%,46%,74%,79%)
(0.00/0.46/0.74/0.79)	

CMYK percentages

%0
%46.3
%74.07
%78.82

Codes

Color #361D0E in popluar color models

361D0E
RGB542914
HSL23°58.82%13.33%
HSB/HSV23°74.07%21.18%
CMYK0.00%46.30%74.07%
78.82%

Color #361D0E in popluar number systems.

HEX361D0E
Decimal542914
Binary110110111011110
Octal663516

Shades and tints

Shades of #361D0E

#361D0E
(54,29,14)
#321B0D
(50,27,13)
#2E190C
(46,25,12)
#2A170B
(42,23,11)
#26150A
(38,21,10)
#221309
(34,19,9)
#1E1108
(30,17,8)
#1A0F07
(26,15,7)
#160D06
(22,13,6)
#120B05
(18,11,5)
#0E0904
(14,9,4)
#000000
(0,0,0)

Tints of #361D0E

#361D0E
(54,29,14)
#483123
(72,49,35)
#5A4538
(90,69,56)
#6C594D
(108,89,77)
#7E6D62
(126,109,98)
#908177
(144,129,119)
#A2958C
(162,149,140)
#B4A9A1
(180,169,161)
#C6BDB6
(198,189,182)
#D8D1CB
(216,209,203)
#EAE5E0
(234,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361D0E color. Also use rgb(54,29,14) instead hex code.

Text Font Color

.myTextColor { color: #361D0E; }

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

This text font color is #361D0E.


Background Color

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

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

This div background color is #361D0E.


Border color

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

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

This div border color is #361D0E.


Opacity

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

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

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

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

This text has shadow with #361D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D0E on black background.


Color preview on white background

This text has color #361D0E on white background.



Black color preview on #361D0E background

This text has black color on #361D0E background.


White color preview on #361D0E background

This text has white color on #361D0E background.