COLOR #363D3E

HEX: #363D3E RGB: (54,61,62)

Color info

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

RGB color model

#363D3E color RGB value is (54,61,62).

RGB: (54,61,62) (21%, 24%, 24%)

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 62 of 255 = 24%

54
61
62

R + G + B ~ 23%. #363D3E is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 61 + 62 = 177 (100%)
R 54 of 177 ~ 30.51%
G 61 of 177 ~ 34.46%
B 62 of 177 ~ 35.03'%

%30.51
%34.46
%35.03

CMYK color model

#363D3E color CMYK value is (13,2,0,76).

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

CMYK: (13,2,0,76)
C13M2Y0K76 (13%, 2%, 0%, 76%)
(0.13 / 0.02 / 0.00 / 0.76)

CMYK percentages

%12.9
%1.61
%0
%75.69

Codes

Color #363D3E in popluar color models

36 3D 3E
RGB 54 61 62
HSL 188° 6.90% 22.75%
HSB/HSV 188° 12.90% 24.31%
CMYK 12.90% 1.61% 0.00%
75.69%

Color #363D3E in popluar number systems.

HEX 36 3D 3E
Decimal 54 61 62
Binary 110110 111101 111110
Octal 66 75 76

Shades and tints

Shades of #363D3E

#363D3E
(54,61,62)
#323839
(50,56,57)
#2E3334
(46,51,52)
#2A2E2F
(42,46,47)
#26292A
(38,41,42)
#222425
(34,36,37)
#1E1F20
(30,31,32)
#1A1A1B
(26,26,27)
#161516
(22,21,22)
#121011
(18,16,17)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #363D3E

#363D3E
(54,61,62)
#484E4F
(72,78,79)
#5A5F60
(90,95,96)
#6C7071
(108,112,113)
#7E8182
(126,129,130)
#909293
(144,146,147)
#A2A3A4
(162,163,164)
#B4B4B5
(180,180,181)
#C6C5C6
(198,197,198)
#D8D6D7
(216,214,215)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363D3E; }

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

This text font color is #363D3E.

Background Color

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

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

This div background color is #363D3E.

Border color

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

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

This div border color is #363D3E.

Opacity

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

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

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

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

This text has shadow with #363D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363D3E.

Preview

Color preview on black background

This text has color #363D3E on black background.


Color preview on white background

This text has color #363D3E on white background.


Black color preview on #363D3E background

This text has black color on #363D3E background.


White color preview on #363D3E background

This text has white color on #363D3E background.


Related colors

Complementary color

Complementary color for #hex is #C9C2C1.


I love getcolorcode.com

Triadic colors

1 #3E363D and #3D3E36 with #363D3E are triadic colors.

2 #3E3D36 and #3D363E with #363D3E are triadic colors.