COLOR #361F3D

HEX: #361F3D
RGB: (54,31,61)

Color info

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

RGB color model

#361F3D color RGB value is (54,31,61).

  • red value is 54;
  • green value is 31;
  • blue value is 61.
RGB:
(54,31,61)
(21%,12%,24%)

RGB channels and saturation

R 54 of 255 = 21%
G 31 of 255 = 12%
B 61 of 255 = 24%

54
31
61

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

Portions of RGB colors in percentages

R + G + B =
54 + 31 + 61 = 146 (100%)
R 54 of 146 ~ 36.99%
G 31 of 146 ~ 21.23%
B 61 of 146 ~ 41.78%

%36.99
%21.23
%41.78

CMYK color model

#361F3D color CMYK value is (11,49,0,76).

  • cyan value is 11.48%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(11,49,0,76)
C11M49Y0K76 
(11%,49%,0%,76%)
(0.11/0.49/0.00/0.76)	

CMYK percentages

%11.48
%49.18
%0
%76.08

Codes

Color #361F3D in popluar color models

361F3D
RGB543161
HSL286°32.61%18.04%
HSB/HSV286°49.18%23.92%
CMYK11.48%49.18%0.00%
76.08%

Color #361F3D in popluar number systems.

HEX361F3D
Decimal543161
Binary11011011111111101
Octal663775

Shades and tints

Shades of #361F3D

#361F3D
(54,31,61)
#321D38
(50,29,56)
#2E1B33
(46,27,51)
#2A192E
(42,25,46)
#261729
(38,23,41)
#221524
(34,21,36)
#1E131F
(30,19,31)
#1A111A
(26,17,26)
#160F15
(22,15,21)
#120D10
(18,13,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #361F3D

#361F3D
(54,31,61)
#48334E
(72,51,78)
#5A475F
(90,71,95)
#6C5B70
(108,91,112)
#7E6F81
(126,111,129)
#908392
(144,131,146)
#A297A3
(162,151,163)
#B4ABB4
(180,171,180)
#C6BFC5
(198,191,197)
#D8D3D6
(216,211,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361F3D color. Also use rgb(54,31,61) instead hex code.

Text Font Color

.myTextColor { color: #361F3D; }

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

This text font color is #361F3D.


Background Color

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

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

This div background color is #361F3D.


Border color

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

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

This div border color is #361F3D.


Opacity

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

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

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

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

This text has shadow with #361F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361F3D on black background.


Color preview on white background

This text has color #361F3D on white background.



Black color preview on #361F3D background

This text has black color on #361F3D background.


White color preview on #361F3D background

This text has white color on #361F3D background.