COLOR #362331

HEX: #362331
RGB: (54,35,49)

Color info

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

RGB color model

#362331 color RGB value is (54,35,49).

  • red value is 54;
  • green value is 35;
  • blue value is 49.
RGB:
(54,35,49)
(21%,14%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 35 of 255 = 14%
B 49 of 255 = 19%

54
35
49

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

Portions of RGB colors in percentages

R + G + B =
54 + 35 + 49 = 138 (100%)
R 54 of 138 ~ 39.13%
G 35 of 138 ~ 25.36%
B 49 of 138 ~ 35.51%

%39.13
%25.36
%35.51

CMYK color model

#362331 color CMYK value is (0,35,9,79).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 9.26%
  • key color value is 78.82%
CMYK:
(0,35,9,79)
C0M35Y9K79 
(0%,35%,9%,79%)
(0.00/0.35/0.09/0.79)	

CMYK percentages

%0
%35.19
%9.26
%78.82

Codes

Color #362331 in popluar color models

362331
RGB543549
HSL316°21.35%17.45%
HSB/HSV316°35.19%21.18%
CMYK0.00%35.19%9.26%
78.82%

Color #362331 in popluar number systems.

HEX362331
Decimal543549
Binary110110100011110001
Octal664361

Shades and tints

Shades of #362331

#362331
(54,35,49)
#32202D
(50,32,45)
#2E1D29
(46,29,41)
#2A1A25
(42,26,37)
#261721
(38,23,33)
#22141D
(34,20,29)
#1E1119
(30,17,25)
#1A0E15
(26,14,21)
#160B11
(22,11,17)
#12080D
(18,8,13)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #362331

#362331
(54,35,49)
#483743
(72,55,67)
#5A4B55
(90,75,85)
#6C5F67
(108,95,103)
#7E7379
(126,115,121)
#90878B
(144,135,139)
#A29B9D
(162,155,157)
#B4AFAF
(180,175,175)
#C6C3C1
(198,195,193)
#D8D7D3
(216,215,211)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362331 color. Also use rgb(54,35,49) instead hex code.

Text Font Color

.myTextColor { color: #362331; }

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

This text font color is #362331.


Background Color

.myBgColor { background-color: #362331; }

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

This div background color is #362331.


Border color

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

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

This div border color is #362331.


Opacity

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

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

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

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

This text has shadow with #362331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362331 on black background.


Color preview on white background

This text has color #362331 on white background.



Black color preview on #362331 background

This text has black color on #362331 background.


White color preview on #362331 background

This text has white color on #362331 background.