COLOR #362D30

HEX: #362D30
RGB: (54,45,48)

Color info

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

RGB color model

#362D30 color RGB value is (54,45,48).

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

RGB channels and saturation

R 54 of 255 = 21%
G 45 of 255 = 18%
B 48 of 255 = 19%

54
45
48

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

Portions of RGB colors in percentages

R + G + B =
54 + 45 + 48 = 147 (100%)
R 54 of 147 ~ 36.73%
G 45 of 147 ~ 30.61%
B 48 of 147 ~ 32.65%

%36.73
%30.61
%32.65

CMYK color model

#362D30 color CMYK value is (0,17,11,79).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 11.11%
  • key color value is 78.82%
CMYK:
(0,17,11,79)
C0M17Y11K79 
(0%,17%,11%,79%)
(0.00/0.17/0.11/0.79)	

CMYK percentages

%0
%16.67
%11.11
%78.82

Codes

Color #362D30 in popluar color models

362D30
RGB544548
HSL340°9.09%19.41%
HSB/HSV340°16.67%21.18%
CMYK0.00%16.67%11.11%
78.82%

Color #362D30 in popluar number systems.

HEX362D30
Decimal544548
Binary110110101101110000
Octal665560

Shades and tints

Shades of #362D30

#362D30
(54,45,48)
#32292C
(50,41,44)
#2E2528
(46,37,40)
#2A2124
(42,33,36)
#261D20
(38,29,32)
#22191C
(34,25,28)
#1E1518
(30,21,24)
#1A1114
(26,17,20)
#160D10
(22,13,16)
#12090C
(18,9,12)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #362D30

#362D30
(54,45,48)
#484042
(72,64,66)
#5A5354
(90,83,84)
#6C6666
(108,102,102)
#7E7978
(126,121,120)
#908C8A
(144,140,138)
#A29F9C
(162,159,156)
#B4B2AE
(180,178,174)
#C6C5C0
(198,197,192)
#D8D8D2
(216,216,210)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362D30; }

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

This text font color is #362D30.


Background Color

.myBgColor { background-color: #362D30; }

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

This div background color is #362D30.


Border color

.myBorderColor { border: 1px solid #362D30; }

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

This div border color is #362D30.


Opacity

.myOpacity80 { color: #362D30; opacity: 0.8; }

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

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

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

This text has shadow with #362D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362D30 on black background.


Color preview on white background

This text has color #362D30 on white background.



Black color preview on #362D30 background

This text has black color on #362D30 background.


White color preview on #362D30 background

This text has white color on #362D30 background.