COLOR #361D38

HEX: #361D38
RGB: (54,29,56)

Color info

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

RGB color model

#361D38 color RGB value is (54,29,56).

  • red value is 54;
  • green value is 29;
  • blue value is 56.
RGB:
(54,29,56)
(21%,11%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 56 of 255 = 22%

54
29
56

R + G + B ~ 18%. #361D38 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 56 = 139 (100%)
R 54 of 139 ~ 38.85%
G 29 of 139 ~ 20.86%
B 56 of 139 ~ 40.29%

%38.85
%20.86
%40.29

CMYK color model

#361D38 color CMYK value is (4,48,0,78).

  • cyan value is 3.57%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(4,48,0,78)
C4M48Y0K78 
(4%,48%,0%,78%)
(0.04/0.48/0.00/0.78)	

CMYK percentages

%3.57
%48.21
%0
%78.04

Codes

Color #361D38 in popluar color models

361D38
RGB542956
HSL296°31.76%16.67%
HSB/HSV296°48.21%21.96%
CMYK3.57%48.21%0.00%
78.04%

Color #361D38 in popluar number systems.

HEX361D38
Decimal542956
Binary11011011101111000
Octal663570

Shades and tints

Shades of #361D38

#361D38
(54,29,56)
#321B33
(50,27,51)
#2E192E
(46,25,46)
#2A1729
(42,23,41)
#261524
(38,21,36)
#22131F
(34,19,31)
#1E111A
(30,17,26)
#1A0F15
(26,15,21)
#160D10
(22,13,16)
#120B0B
(18,11,11)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #361D38

#361D38
(54,29,56)
#48314A
(72,49,74)
#5A455C
(90,69,92)
#6C596E
(108,89,110)
#7E6D80
(126,109,128)
#908192
(144,129,146)
#A295A4
(162,149,164)
#B4A9B6
(180,169,182)
#C6BDC8
(198,189,200)
#D8D1DA
(216,209,218)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361D38; }

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

This text font color is #361D38.


Background Color

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

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

This div background color is #361D38.


Border color

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

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

This div border color is #361D38.


Opacity

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

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

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

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

This text has shadow with #361D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D38 on black background.


Color preview on white background

This text has color #361D38 on white background.



Black color preview on #361D38 background

This text has black color on #361D38 background.


White color preview on #361D38 background

This text has white color on #361D38 background.