COLOR #360D0A

HEX: #360D0A
RGB: (54,13,10)

Color info

#360D0A contains red, green and blue colors in about the same proportion. Web safe color of #360D0A is #330000 (or #300).

RGB color model

#360D0A color RGB value is (54,13,10).

  • red value is 54;
  • green value is 13;
  • blue value is 10.
RGB:
(54,13,10)
(21%,5%,4%)

RGB channels and saturation

R 54 of 255 = 21%
G 13 of 255 = 5%
B 10 of 255 = 4%

54
13
10

R + G + B ~ 10%. #360D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 13 + 10 = 77 (100%)
R 54 of 77 ~ 70.13%
G 13 of 77 ~ 16.88%
B 10 of 77 ~ 12.99%

%70.13
%16.88
%12.99

CMYK color model

#360D0A color CMYK value is (0,76,81,79).

  • cyan value is 0.00%
  • magenta value is 75.93%
  • yellow value is 81.48%
  • key color value is 78.82%
CMYK:
(0,76,81,79)
C0M76Y81K79 
(0%,76%,81%,79%)
(0.00/0.76/0.81/0.79)	

CMYK percentages

%0
%75.93
%81.48
%78.82

Codes

Color #360D0A in popluar color models

360D0A
RGB541310
HSL68.75%12.55%
HSB/HSV81.48%21.18%
CMYK0.00%75.93%81.48%
78.82%

Color #360D0A in popluar number systems.

HEX360D0A
Decimal541310
Binary11011011011010
Octal661512

Shades and tints

Shades of #360D0A

#360D0A
(54,13,10)
#320C0A
(50,12,10)
#2E0B0A
(46,11,10)
#2A0A0A
(42,10,10)
#26090A
(38,9,10)
#22080A
(34,8,10)
#1E070A
(30,7,10)
#1A060A
(26,6,10)
#16050A
(22,5,10)
#12040A
(18,4,10)
#0E030A
(14,3,10)
#000000
(0,0,0)

Tints of #360D0A

#360D0A
(54,13,10)
#482320
(72,35,32)
#5A3936
(90,57,54)
#6C4F4C
(108,79,76)
#7E6562
(126,101,98)
#907B78
(144,123,120)
#A2918E
(162,145,142)
#B4A7A4
(180,167,164)
#C6BDBA
(198,189,186)
#D8D3D0
(216,211,208)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #360D0A color. Also use rgb(54,13,10) instead hex code.

Text Font Color

.myTextColor { color: #360D0A; }

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

This text font color is #360D0A.


Background Color

.myBgColor { background-color: #360D0A; }

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

This div background color is #360D0A.


Border color

.myBorderColor { border: 1px solid #360D0A; }

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

This div border color is #360D0A.


Opacity

.myOpacity80 { color: #360D0A; opacity: 0.8; }

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

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

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

This text has shadow with #360D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #360D0A on black background.


Color preview on white background

This text has color #360D0A on white background.



Black color preview on #360D0A background

This text has black color on #360D0A background.


White color preview on #360D0A background

This text has white color on #360D0A background.