COLOR #361D3C

HEX: #361D3C RGB: (54,29,60)

Color info

#361D3C contains red, green and blue colors in about the same proportion. Web safe color of #361D3C is #333333 (or #333).

RGB color model

#361D3C color RGB value is (54,29,60).

RGB: (54,29,60) (21%, 11%, 24%)

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 60 of 255 = 24%

54
29
60

R + G + B ~ 19%. #361D3C is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 29 + 60 = 143 (100%)
R 54 of 143 ~ 37.76%
G 29 of 143 ~ 20.28%
B 60 of 143 ~ 41.96'%

%37.76
%20.28
%41.96

CMYK color model

#361D3C color CMYK value is (10,52,0,76).

  • cyan value is 10.00%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (10,52,0,76)
C10M52Y0K76 (10%, 52%, 0%, 76%)
(0.10 / 0.52 / 0.00 / 0.76)

CMYK percentages

%10
%51.67
%0
%76.47

Codes

Color #361D3C in popluar color models

36 1D 3C
RGB 54 29 60
HSL 288° 34.83% 17.45%
HSB/HSV 288° 51.67% 23.53%
CMYK 10.00% 51.67% 0.00%
76.47%

Color #361D3C in popluar number systems.

HEX 36 1D 3C
Decimal 54 29 60
Binary 110110 11101 111100
Octal 66 35 74

Shades and tints

Shades of #361D3C

#361D3C
(54,29,60)
#321B37
(50,27,55)
#2E1932
(46,25,50)
#2A172D
(42,23,45)
#261528
(38,21,40)
#221323
(34,19,35)
#1E111E
(30,17,30)
#1A0F19
(26,15,25)
#160D14
(22,13,20)
#120B0F
(18,11,15)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #361D3C

#361D3C
(54,29,60)
#48314D
(72,49,77)
#5A455E
(90,69,94)
#6C596F
(108,89,111)
#7E6D80
(126,109,128)
#908191
(144,129,145)
#A295A2
(162,149,162)
#B4A9B3
(180,169,179)
#C6BDC4
(198,189,196)
#D8D1D5
(216,209,213)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361D3C color. Also use rgb(54,29,60) instead hex code.

Text Font Color

.myTextColor { color: #361D3C; }

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

This text font color is #361D3C.

Background Color

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

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

This div background color is #361D3C.

Border color

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

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

This div border color is #361D3C.

Opacity

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

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

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

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

This text has shadow with #361D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #361D3C.

Preview

Color preview on black background

This text has color #361D3C on black background.


Color preview on white background

This text has color #361D3C on white background.


Black color preview on #361D3C background

This text has black color on #361D3C background.


White color preview on #361D3C background

This text has white color on #361D3C background.


Related colors

Complementary color

Complementary color for #hex is #C9E2C3.


I love getcolorcode.com

Triadic colors

1 #3C361D and #1D3C36 with #361D3C are triadic colors.

2 #3C1D36 and #1D363C with #361D3C are triadic colors.