COLOR #361F06

HEX: #361F06
RGB: (54,31,6)

Color info

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

RGB color model

#361F06 color RGB value is (54,31,6).

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

RGB channels and saturation

R 54 of 255 = 21%
G 31 of 255 = 12%
B 6 of 255 = 2%

54
31
6

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

Portions of RGB colors in percentages

R + G + B =
54 + 31 + 6 = 91 (100%)
R 54 of 91 ~ 59.34%
G 31 of 91 ~ 34.07%
B 6 of 91 ~ 6.59%

%59.34
%34.07

CMYK color model

#361F06 color CMYK value is (0,43,89,79).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 88.89%
  • key color value is 78.82%
CMYK:
(0,43,89,79)
C0M43Y89K79 
(0%,43%,89%,79%)
(0.00/0.43/0.89/0.79)	

CMYK percentages

%0
%42.59
%88.89
%78.82

Codes

Color #361F06 in popluar color models

361F06
RGB54316
HSL31°80.00%11.76%
HSB/HSV31°88.89%21.18%
CMYK0.00%42.59%88.89%
78.82%

Color #361F06 in popluar number systems.

HEX361F06
Decimal54316
Binary11011011111110
Octal66376

Shades and tints

Shades of #361F06

#361F06
(54,31,6)
#321D06
(50,29,6)
#2E1B06
(46,27,6)
#2A1906
(42,25,6)
#261706
(38,23,6)
#221506
(34,21,6)
#1E1306
(30,19,6)
#1A1106
(26,17,6)
#160F06
(22,15,6)
#120D06
(18,13,6)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #361F06

#361F06
(54,31,6)
#48331C
(72,51,28)
#5A4732
(90,71,50)
#6C5B48
(108,91,72)
#7E6F5E
(126,111,94)
#908374
(144,131,116)
#A2978A
(162,151,138)
#B4ABA0
(180,171,160)
#C6BFB6
(198,191,182)
#D8D3CC
(216,211,204)
#EAE7E2
(234,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361F06; }

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

This text font color is #361F06.


Background Color

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

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

This div background color is #361F06.


Border color

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

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

This div border color is #361F06.


Opacity

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

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

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

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

This text has shadow with #361F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361F06 on black background.


Color preview on white background

This text has color #361F06 on white background.



Black color preview on #361F06 background

This text has black color on #361F06 background.


White color preview on #361F06 background

This text has white color on #361F06 background.