COLOR #361828

HEX: #361828
RGB: (54,24,40)

Color info

#361828 contains red, green and blue colors in about the same proportion. Web safe color of #361828 is #330033 (or #303).

RGB color model

#361828 color RGB value is (54,24,40).

  • red value is 54;
  • green value is 24;
  • blue value is 40.
RGB:
(54,24,40)
(21%,9%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 24 of 255 = 9%
B 40 of 255 = 16%

54
24
40

R + G + B ~ 15%. #361828 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 24 + 40 = 118 (100%)
R 54 of 118 ~ 45.76%
G 24 of 118 ~ 20.34%
B 40 of 118 ~ 33.9%

%45.76
%20.34
%33.9

CMYK color model

#361828 color CMYK value is (0,56,26,79).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 25.93%
  • key color value is 78.82%
CMYK:
(0,56,26,79)
C0M56Y26K79 
(0%,56%,26%,79%)
(0.00/0.56/0.26/0.79)	

CMYK percentages

%0
%55.56
%25.93
%78.82

Codes

Color #361828 in popluar color models

361828
RGB542440
HSL328°38.46%15.29%
HSB/HSV328°55.56%21.18%
CMYK0.00%55.56%25.93%
78.82%

Color #361828 in popluar number systems.

HEX361828
Decimal542440
Binary11011011000101000
Octal663050

Shades and tints

Shades of #361828

#361828
(54,24,40)
#321625
(50,22,37)
#2E1422
(46,20,34)
#2A121F
(42,18,31)
#26101C
(38,16,28)
#220E19
(34,14,25)
#1E0C16
(30,12,22)
#1A0A13
(26,10,19)
#160810
(22,8,16)
#12060D
(18,6,13)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #361828

#361828
(54,24,40)
#482D3B
(72,45,59)
#5A424E
(90,66,78)
#6C5761
(108,87,97)
#7E6C74
(126,108,116)
#908187
(144,129,135)
#A2969A
(162,150,154)
#B4ABAD
(180,171,173)
#C6C0C0
(198,192,192)
#D8D5D3
(216,213,211)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361828 color. Also use rgb(54,24,40) instead hex code.

Text Font Color

.myTextColor { color: #361828; }

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

This text font color is #361828.


Background Color

.myBgColor { background-color: #361828; }

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

This div background color is #361828.


Border color

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

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

This div border color is #361828.


Opacity

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

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

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

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

This text has shadow with #361828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361828 on black background.


Color preview on white background

This text has color #361828 on white background.



Black color preview on #361828 background

This text has black color on #361828 background.


White color preview on #361828 background

This text has white color on #361828 background.