COLOR #361B07

HEX: #361B07
RGB: (54,27,7)

Color info

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

RGB color model

#361B07 color RGB value is (54,27,7).

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

RGB channels and saturation

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

54
27
7

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

Portions of RGB colors in percentages

R + G + B =
54 + 27 + 7 = 88 (100%)
R 54 of 88 ~ 61.36%
G 27 of 88 ~ 30.68%
B 7 of 88 ~ 7.95%

%61.36
%30.68

CMYK color model

#361B07 color CMYK value is (0,50,87,79).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 87.04%
  • key color value is 78.82%
CMYK:
(0,50,87,79)
C0M50Y87K79 
(0%,50%,87%,79%)
(0.00/0.50/0.87/0.79)	

CMYK percentages

%0
%50
%87.04
%78.82

Codes

Color #361B07 in popluar color models

361B07
RGB54277
HSL26°77.05%11.96%
HSB/HSV26°87.04%21.18%
CMYK0.00%50.00%87.04%
78.82%

Color #361B07 in popluar number systems.

HEX361B07
Decimal54277
Binary11011011011111
Octal66337

Shades and tints

Shades of #361B07

#361B07
(54,27,7)
#321907
(50,25,7)
#2E1707
(46,23,7)
#2A1507
(42,21,7)
#261307
(38,19,7)
#221107
(34,17,7)
#1E0F07
(30,15,7)
#1A0D07
(26,13,7)
#160B07
(22,11,7)
#120907
(18,9,7)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #361B07

#361B07
(54,27,7)
#482F1D
(72,47,29)
#5A4333
(90,67,51)
#6C5749
(108,87,73)
#7E6B5F
(126,107,95)
#907F75
(144,127,117)
#A2938B
(162,147,139)
#B4A7A1
(180,167,161)
#C6BBB7
(198,187,183)
#D8CFCD
(216,207,205)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361B07; }

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

This text font color is #361B07.


Background Color

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

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

This div background color is #361B07.


Border color

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

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

This div border color is #361B07.


Opacity

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

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

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

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

This text has shadow with #361B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361B07 on black background.


Color preview on white background

This text has color #361B07 on white background.



Black color preview on #361B07 background

This text has black color on #361B07 background.


White color preview on #361B07 background

This text has white color on #361B07 background.