COLOR #363E34

HEX: #363E34 RGB: (54,62,52)

Color info

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

RGB color model

#363E34 color RGB value is (54,62,52).

RGB: (54,62,52) (21%, 24%, 20%)

RGB channels and saturation

R 54 of 255 = 21%
G 62 of 255 = 24%
B 52 of 255 = 20%

54
62
52

R + G + B ~ 22%. #363E34 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 62 + 52 = 168 (100%)
R 54 of 168 ~ 32.14%
G 62 of 168 ~ 36.9%
B 52 of 168 ~ 30.95'%

%32.14
%36.9
%30.95

CMYK color model

#363E34 color CMYK value is (13,0,16,76).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 75.69%

CMYK: (13,0,16,76)
C13M0Y16K76 (13%, 0%, 16%, 76%)
(0.13 / 0.00 / 0.16 / 0.76)

CMYK percentages

%12.9
%0
%16.13
%75.69

Codes

Color #363E34 in popluar color models

36 3E 34
RGB 54 62 52
HSL 108° 8.77% 22.35%
HSB/HSV 108° 16.13% 24.31%
CMYK 12.90% 0.00% 16.13%
75.69%

Color #363E34 in popluar number systems.

HEX 36 3E 34
Decimal 54 62 52
Binary 110110 111110 110100
Octal 66 76 64

Shades and tints

Shades of #363E34

#363E34
(54,62,52)
#323930
(50,57,48)
#2E342C
(46,52,44)
#2A2F28
(42,47,40)
#262A24
(38,42,36)
#222520
(34,37,32)
#1E201C
(30,32,28)
#1A1B18
(26,27,24)
#161614
(22,22,20)
#121110
(18,17,16)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #363E34

#363E34
(54,62,52)
#484F46
(72,79,70)
#5A6058
(90,96,88)
#6C716A
(108,113,106)
#7E827C
(126,130,124)
#90938E
(144,147,142)
#A2A4A0
(162,164,160)
#B4B5B2
(180,181,178)
#C6C6C4
(198,198,196)
#D8D7D6
(216,215,214)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363E34 color. Also use rgb(54,62,52) instead hex code.

Text Font Color

.myTextColor { color: #363E34; }

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

This text font color is #363E34.

Background Color

.myBgColor { background-color: #363E34; }

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

This div background color is #363E34.

Border color

.myBorderColor { border: 1px solid #363E34; }

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

This div border color is #363E34.

Opacity

.myOpacity80 { color: #363E34; opacity: 0.8; }

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

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

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

This text has shadow with #363E34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363E34.

Preview

Color preview on black background

This text has color #363E34 on black background.


Color preview on white background

This text has color #363E34 on white background.


Black color preview on #363E34 background

This text has black color on #363E34 background.


White color preview on #363E34 background

This text has white color on #363E34 background.


Related colors

Complementary color

Complementary color for #hex is #C9C1CB.


I love getcolorcode.com

Triadic colors

1 #34363E and #3E3436 with #363E34 are triadic colors.

2 #343E36 and #3E3634 with #363E34 are triadic colors.