COLOR #362506

HEX: #362506
RGB: (54,37,6)

Color info

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

RGB color model

#362506 color RGB value is (54,37,6).

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

RGB channels and saturation

R 54 of 255 = 21%
G 37 of 255 = 15%
B 6 of 255 = 2%

54
37
6

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

Portions of RGB colors in percentages

R + G + B =
54 + 37 + 6 = 97 (100%)
R 54 of 97 ~ 55.67%
G 37 of 97 ~ 38.14%
B 6 of 97 ~ 6.19%

%55.67
%38.14

CMYK color model

#362506 color CMYK value is (0,31,89,79).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 88.89%
  • key color value is 78.82%
CMYK:
(0,31,89,79)
C0M31Y89K79 
(0%,31%,89%,79%)
(0.00/0.31/0.89/0.79)	

CMYK percentages

%0
%31.48
%88.89
%78.82

Codes

Color #362506 in popluar color models

362506
RGB54376
HSL39°80.00%11.76%
HSB/HSV39°88.89%21.18%
CMYK0.00%31.48%88.89%
78.82%

Color #362506 in popluar number systems.

HEX362506
Decimal54376
Binary110110100101110
Octal66456

Shades and tints

Shades of #362506

#362506
(54,37,6)
#322206
(50,34,6)
#2E1F06
(46,31,6)
#2A1C06
(42,28,6)
#261906
(38,25,6)
#221606
(34,22,6)
#1E1306
(30,19,6)
#1A1006
(26,16,6)
#160D06
(22,13,6)
#120A06
(18,10,6)
#0E0706
(14,7,6)
#000000
(0,0,0)

Tints of #362506

#362506
(54,37,6)
#48381C
(72,56,28)
#5A4B32
(90,75,50)
#6C5E48
(108,94,72)
#7E715E
(126,113,94)
#908474
(144,132,116)
#A2978A
(162,151,138)
#B4AAA0
(180,170,160)
#C6BDB6
(198,189,182)
#D8D0CC
(216,208,204)
#EAE3E2
(234,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362506; }

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

This text font color is #362506.


Background Color

.myBgColor { background-color: #362506; }

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

This div background color is #362506.


Border color

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

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

This div border color is #362506.


Opacity

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

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

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

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

This text has shadow with #362506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362506 on black background.


Color preview on white background

This text has color #362506 on white background.



Black color preview on #362506 background

This text has black color on #362506 background.


White color preview on #362506 background

This text has white color on #362506 background.