COLOR #360213

HEX: #360213 RGB: (54,2,19)

Color info

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

RGB color model

#360213 color RGB value is (54,2,19).

RGB: (54,2,19) (21%, 1%, 7%)

RGB channels and saturation

R 54 of 255 = 21%
G 2 of 255 = 1%
B 19 of 255 = 7%

54
2
19

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

Portions of RGB colors in percentages

R + G + B = 54 + 2 + 19 = 75 (100%)
R 54 of 75 ~ 72%
G 2 of 75 ~ 2.67%
B 19 of 75 ~ 25.33'%

%72
%25.33

CMYK color model

#360213 color CMYK value is (0,96,65,79).

  • cyan value is 0.00%
  • magenta value is 96.30%
  • yellow value is 64.81%
  • key color value is 78.82%

CMYK: (0,96,65,79)
C0M96Y65K79 (0%, 96%, 65%, 79%)
(0.00 / 0.96 / 0.65 / 0.79)

CMYK percentages

%0
%96.3
%64.81
%78.82

Codes

Color #360213 in popluar color models

36 02 13
RGB 54 2 19
HSL 340° 92.86% 10.98%
HSB/HSV 340° 96.30% 21.18%
CMYK 0.00% 96.30% 64.81%
78.82%

Color #360213 in popluar number systems.

HEX 36 02 13
Decimal 54 2 19
Binary 110110 10 10011
Octal 66 2 23

Shades and tints

Shades of #360213

#360213
(54,2,19)
#320212
(50,2,18)
#2E0211
(46,2,17)
#2A0210
(42,2,16)
#26020F
(38,2,15)
#22020E
(34,2,14)
#1E020D
(30,2,13)
#1A020C
(26,2,12)
#16020B
(22,2,11)
#12020A
(18,2,10)
#0E0209
(14,2,9)
#000000
(0,0,0)

Tints of #360213

#360213
(54,2,19)
#481928
(72,25,40)
#5A303D
(90,48,61)
#6C4752
(108,71,82)
#7E5E67
(126,94,103)
#90757C
(144,117,124)
#A28C91
(162,140,145)
#B4A3A6
(180,163,166)
#C6BABB
(198,186,187)
#D8D1D0
(216,209,208)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #360213 color. Also use rgb(54,2,19) instead hex code.

Text Font Color

.myTextColor { color: #360213; }

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

This text font color is #360213.

Background Color

.myBgColor { background-color: #360213; }

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

This div background color is #360213.

Border color

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

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

This div border color is #360213.

Opacity

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

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

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

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

This text has shadow with #360213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #360213.

Preview

Color preview on black background

This text has color #360213 on black background.


Color preview on white background

This text has color #360213 on white background.


Black color preview on #360213 background

This text has black color on #360213 background.


White color preview on #360213 background

This text has white color on #360213 background.


Related colors

Complementary color

Complementary color for #hex is #C9FDEC.


I love getcolorcode.com

Triadic colors

1 #133602 and #021336 with #360213 are triadic colors.

2 #130236 and #023613 with #360213 are triadic colors.