COLOR #362A30

HEX: #362A30 RGB: (54,42,48)

Color info

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

RGB color model

#362A30 color RGB value is (54,42,48).

RGB: (54,42,48) (21%, 16%, 19%)

RGB channels and saturation

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

54
42
48

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

Portions of RGB colors in percentages

R + G + B = 54 + 42 + 48 = 144 (100%)
R 54 of 144 ~ 37.5%
G 42 of 144 ~ 29.17%
B 48 of 144 ~ 33.33'%

%37.5
%29.17
%33.33

CMYK color model

#362A30 color CMYK value is (0,22,11,79).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 11.11%
  • key color value is 78.82%

CMYK: (0,22,11,79)
C0M22Y11K79 (0%, 22%, 11%, 79%)
(0.00 / 0.22 / 0.11 / 0.79)

CMYK percentages

%0
%22.22
%11.11
%78.82

Codes

Color #362A30 in popluar color models

36 2A 30
RGB 54 42 48
HSL 330° 12.50% 18.82%
HSB/HSV 330° 22.22% 21.18%
CMYK 0.00% 22.22% 11.11%
78.82%

Color #362A30 in popluar number systems.

HEX 36 2A 30
Decimal 54 42 48
Binary 110110 101010 110000
Octal 66 52 60

Shades and tints

Shades of #362A30

#362A30
(54,42,48)
#32272C
(50,39,44)
#2E2428
(46,36,40)
#2A2124
(42,33,36)
#261E20
(38,30,32)
#221B1C
(34,27,28)
#1E1818
(30,24,24)
#1A1514
(26,21,20)
#161210
(22,18,16)
#120F0C
(18,15,12)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #362A30

#362A30
(54,42,48)
#483D42
(72,61,66)
#5A5054
(90,80,84)
#6C6366
(108,99,102)
#7E7678
(126,118,120)
#90898A
(144,137,138)
#A29C9C
(162,156,156)
#B4AFAE
(180,175,174)
#C6C2C0
(198,194,192)
#D8D5D2
(216,213,210)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362A30; }

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

This text font color is #362A30.

Background Color

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

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

This div background color is #362A30.

Border color

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

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

This div border color is #362A30.

Opacity

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

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

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

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

This text has shadow with #362A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362A30.

Preview

Color preview on black background

This text has color #362A30 on black background.


Color preview on white background

This text has color #362A30 on white background.


Black color preview on #362A30 background

This text has black color on #362A30 background.


White color preview on #362A30 background

This text has white color on #362A30 background.


Related colors

Complementary color

Complementary color for #hex is #C9D5CF.


I love getcolorcode.com

Triadic colors

1 #30362A and #2A3036 with #362A30 are triadic colors.

2 #302A36 and #2A3630 with #362A30 are triadic colors.