COLOR #362930

HEX: #362930
RGB: (54,41,48)

Color info

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

RGB color model

#362930 color RGB value is (54,41,48).

  • red value is 54;
  • green value is 41;
  • blue value is 48.
RGB:
(54,41,48)
(21%,16%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 41 of 255 = 16%
B 48 of 255 = 19%

54
41
48

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

Portions of RGB colors in percentages

R + G + B =
54 + 41 + 48 = 143 (100%)
R 54 of 143 ~ 37.76%
G 41 of 143 ~ 28.67%
B 48 of 143 ~ 33.57%

%37.76
%28.67
%33.57

CMYK color model

#362930 color CMYK value is (0,24,11,79).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 11.11%
  • key color value is 78.82%
CMYK:
(0,24,11,79)
C0M24Y11K79 
(0%,24%,11%,79%)
(0.00/0.24/0.11/0.79)	

CMYK percentages

%0
%24.07
%11.11
%78.82

Codes

Color #362930 in popluar color models

362930
RGB544148
HSL328°13.68%18.63%
HSB/HSV328°24.07%21.18%
CMYK0.00%24.07%11.11%
78.82%

Color #362930 in popluar number systems.

HEX362930
Decimal544148
Binary110110101001110000
Octal665160

Shades and tints

Shades of #362930

#362930
(54,41,48)
#32262C
(50,38,44)
#2E2328
(46,35,40)
#2A2024
(42,32,36)
#261D20
(38,29,32)
#221A1C
(34,26,28)
#1E1718
(30,23,24)
#1A1414
(26,20,20)
#161110
(22,17,16)
#120E0C
(18,14,12)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #362930

#362930
(54,41,48)
#483C42
(72,60,66)
#5A4F54
(90,79,84)
#6C6266
(108,98,102)
#7E7578
(126,117,120)
#90888A
(144,136,138)
#A29B9C
(162,155,156)
#B4AEAE
(180,174,174)
#C6C1C0
(198,193,192)
#D8D4D2
(216,212,210)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362930 color. Also use rgb(54,41,48) instead hex code.

Text Font Color

.myTextColor { color: #362930; }

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

This text font color is #362930.


Background Color

.myBgColor { background-color: #362930; }

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

This div background color is #362930.


Border color

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

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

This div border color is #362930.


Opacity

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

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

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

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

This text has shadow with #362930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362930 on black background.


Color preview on white background

This text has color #362930 on white background.



Black color preview on #362930 background

This text has black color on #362930 background.


White color preview on #362930 background

This text has white color on #362930 background.