COLOR #361739

HEX: #361739
RGB: (54,23,57)

Color info

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

RGB color model

#361739 color RGB value is (54,23,57).

  • red value is 54;
  • green value is 23;
  • blue value is 57.
RGB:
(54,23,57)
(21%,9%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 23 of 255 = 9%
B 57 of 255 = 22%

54
23
57

R + G + B ~ 17%. #361739 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 23 + 57 = 134 (100%)
R 54 of 134 ~ 40.3%
G 23 of 134 ~ 17.16%
B 57 of 134 ~ 42.54%

%40.3
%17.16
%42.54

CMYK color model

#361739 color CMYK value is (5,60,0,78).

  • cyan value is 5.26%
  • magenta value is 59.65%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(5,60,0,78)
C5M60Y0K78 
(5%,60%,0%,78%)
(0.05/0.60/0.00/0.78)	

CMYK percentages

%5.26
%59.65
%0
%77.65

Codes

Color #361739 in popluar color models

361739
RGB542357
HSL295°42.50%15.69%
HSB/HSV295°59.65%22.35%
CMYK5.26%59.65%0.00%
77.65%

Color #361739 in popluar number systems.

HEX361739
Decimal542357
Binary11011010111111001
Octal662771

Shades and tints

Shades of #361739

#361739
(54,23,57)
#321534
(50,21,52)
#2E132F
(46,19,47)
#2A112A
(42,17,42)
#260F25
(38,15,37)
#220D20
(34,13,32)
#1E0B1B
(30,11,27)
#1A0916
(26,9,22)
#160711
(22,7,17)
#12050C
(18,5,12)
#0E0307
(14,3,7)
#000000
(0,0,0)

Tints of #361739

#361739
(54,23,57)
#482C4B
(72,44,75)
#5A415D
(90,65,93)
#6C566F
(108,86,111)
#7E6B81
(126,107,129)
#908093
(144,128,147)
#A295A5
(162,149,165)
#B4AAB7
(180,170,183)
#C6BFC9
(198,191,201)
#D8D4DB
(216,212,219)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361739 color. Also use rgb(54,23,57) instead hex code.

Text Font Color

.myTextColor { color: #361739; }

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

This text font color is #361739.


Background Color

.myBgColor { background-color: #361739; }

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

This div background color is #361739.


Border color

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

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

This div border color is #361739.


Opacity

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

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

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

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

This text has shadow with #361739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361739 on black background.


Color preview on white background

This text has color #361739 on white background.



Black color preview on #361739 background

This text has black color on #361739 background.


White color preview on #361739 background

This text has white color on #361739 background.