COLOR #362D35

HEX: #362D35 RGB: (54,45,53)

Color info

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

RGB color model

#362D35 color RGB value is (54,45,53).

RGB: (54,45,53) (21%, 18%, 21%)

RGB channels and saturation

R 54 of 255 = 21%
G 45 of 255 = 18%
B 53 of 255 = 21%

54
45
53

R + G + B ~ 20%. #362D35 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 45 + 53 = 152 (100%)
R 54 of 152 ~ 35.53%
G 45 of 152 ~ 29.61%
B 53 of 152 ~ 34.87'%

%35.53
%29.61
%34.87

CMYK color model

#362D35 color CMYK value is (0,17,2,79).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 1.85%
  • key color value is 78.82%

CMYK: (0,17,2,79)
C0M17Y2K79 (0%, 17%, 2%, 79%)
(0.00 / 0.17 / 0.02 / 0.79)

CMYK percentages

%0
%16.67
%1.85
%78.82

Codes

Color #362D35 in popluar color models

36 2D 35
RGB 54 45 53
HSL 307° 9.09% 19.41%
HSB/HSV 307° 16.67% 21.18%
CMYK 0.00% 16.67% 1.85%
78.82%

Color #362D35 in popluar number systems.

HEX 36 2D 35
Decimal 54 45 53
Binary 110110 101101 110101
Octal 66 55 65

Shades and tints

Shades of #362D35

#362D35
(54,45,53)
#322931
(50,41,49)
#2E252D
(46,37,45)
#2A2129
(42,33,41)
#261D25
(38,29,37)
#221921
(34,25,33)
#1E151D
(30,21,29)
#1A1119
(26,17,25)
#160D15
(22,13,21)
#120911
(18,9,17)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #362D35

#362D35
(54,45,53)
#484047
(72,64,71)
#5A5359
(90,83,89)
#6C666B
(108,102,107)
#7E797D
(126,121,125)
#908C8F
(144,140,143)
#A29FA1
(162,159,161)
#B4B2B3
(180,178,179)
#C6C5C5
(198,197,197)
#D8D8D7
(216,216,215)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362D35; }

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

This text font color is #362D35.

Background Color

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

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

This div background color is #362D35.

Border color

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

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

This div border color is #362D35.

Opacity

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

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

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

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

This text has shadow with #362D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362D35.

Preview

Color preview on black background

This text has color #362D35 on black background.


Color preview on white background

This text has color #362D35 on white background.


Black color preview on #362D35 background

This text has black color on #362D35 background.


White color preview on #362D35 background

This text has white color on #362D35 background.


Related colors

Complementary color

Complementary color for #hex is #C9D2CA.


I love getcolorcode.com

Triadic colors

1 #35362D and #2D3536 with #362D35 are triadic colors.

2 #352D36 and #2D3635 with #362D35 are triadic colors.