COLOR #361E35

HEX: #361E35 RGB: (54,30,53)

Color info

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

RGB color model

#361E35 color RGB value is (54,30,53).

RGB: (54,30,53) (21%, 12%, 21%)

RGB channels and saturation

R 54 of 255 = 21%
G 30 of 255 = 12%
B 53 of 255 = 21%

54
30
53

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

Portions of RGB colors in percentages

R + G + B = 54 + 30 + 53 = 137 (100%)
R 54 of 137 ~ 39.42%
G 30 of 137 ~ 21.9%
B 53 of 137 ~ 38.69'%

%39.42
%21.9
%38.69

CMYK color model

#361E35 color CMYK value is (0,44,2,79).

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

CMYK: (0,44,2,79)
C0M44Y2K79 (0%, 44%, 2%, 79%)
(0.00 / 0.44 / 0.02 / 0.79)

CMYK percentages

%0
%44.44
%1.85
%78.82

Codes

Color #361E35 in popluar color models

36 1E 35
RGB 54 30 53
HSL 303° 28.57% 16.47%
HSB/HSV 303° 44.44% 21.18%
CMYK 0.00% 44.44% 1.85%
78.82%

Color #361E35 in popluar number systems.

HEX 36 1E 35
Decimal 54 30 53
Binary 110110 11110 110101
Octal 66 36 65

Shades and tints

Shades of #361E35

#361E35
(54,30,53)
#321C31
(50,28,49)
#2E1A2D
(46,26,45)
#2A1829
(42,24,41)
#261625
(38,22,37)
#221421
(34,20,33)
#1E121D
(30,18,29)
#1A1019
(26,16,25)
#160E15
(22,14,21)
#120C11
(18,12,17)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #361E35

#361E35
(54,30,53)
#483247
(72,50,71)
#5A4659
(90,70,89)
#6C5A6B
(108,90,107)
#7E6E7D
(126,110,125)
#90828F
(144,130,143)
#A296A1
(162,150,161)
#B4AAB3
(180,170,179)
#C6BEC5
(198,190,197)
#D8D2D7
(216,210,215)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361E35 color. Also use rgb(54,30,53) instead hex code.

Text Font Color

.myTextColor { color: #361E35; }

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

This text font color is #361E35.

Background Color

.myBgColor { background-color: #361E35; }

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

This div background color is #361E35.

Border color

.myBorderColor { border: 1px solid #361E35; }

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

This div border color is #361E35.

Opacity

.myOpacity80 { color: #361E35; opacity: 0.8; }

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

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

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

This text has shadow with #361E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #361E35.

Preview

Color preview on black background

This text has color #361E35 on black background.


Color preview on white background

This text has color #361E35 on white background.


Black color preview on #361E35 background

This text has black color on #361E35 background.


White color preview on #361E35 background

This text has white color on #361E35 background.


Related colors

Complementary color

Complementary color for #hex is #C9E1CA.


I love getcolorcode.com

Triadic colors

1 #35361E and #1E3536 with #361E35 are triadic colors.

2 #351E36 and #1E3635 with #361E35 are triadic colors.