COLOR #361D06

HEX: #361D06
RGB: (54,29,6)

Color info

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

RGB color model

#361D06 color RGB value is (54,29,6).

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

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 6 of 255 = 2%

54
29
6

R + G + B ~ 11%. #361D06 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 6 = 89 (100%)
R 54 of 89 ~ 60.67%
G 29 of 89 ~ 32.58%
B 6 of 89 ~ 6.74%

%60.67
%32.58

CMYK color model

#361D06 color CMYK value is (0,46,89,79).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 88.89%
  • key color value is 78.82%
CMYK:
(0,46,89,79)
C0M46Y89K79 
(0%,46%,89%,79%)
(0.00/0.46/0.89/0.79)	

CMYK percentages

%0
%46.3
%88.89
%78.82

Codes

Color #361D06 in popluar color models

361D06
RGB54296
HSL29°80.00%11.76%
HSB/HSV29°88.89%21.18%
CMYK0.00%46.30%88.89%
78.82%

Color #361D06 in popluar number systems.

HEX361D06
Decimal54296
Binary11011011101110
Octal66356

Shades and tints

Shades of #361D06

#361D06
(54,29,6)
#321B06
(50,27,6)
#2E1906
(46,25,6)
#2A1706
(42,23,6)
#261506
(38,21,6)
#221306
(34,19,6)
#1E1106
(30,17,6)
#1A0F06
(26,15,6)
#160D06
(22,13,6)
#120B06
(18,11,6)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #361D06

#361D06
(54,29,6)
#48311C
(72,49,28)
#5A4532
(90,69,50)
#6C5948
(108,89,72)
#7E6D5E
(126,109,94)
#908174
(144,129,116)
#A2958A
(162,149,138)
#B4A9A0
(180,169,160)
#C6BDB6
(198,189,182)
#D8D1CC
(216,209,204)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361D06; }

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

This text font color is #361D06.


Background Color

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

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

This div background color is #361D06.


Border color

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

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

This div border color is #361D06.


Opacity

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

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

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

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

This text has shadow with #361D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D06 on black background.


Color preview on white background

This text has color #361D06 on white background.



Black color preview on #361D06 background

This text has black color on #361D06 background.


White color preview on #361D06 background

This text has white color on #361D06 background.