COLOR #362F3A

HEX: #362F3A RGB: (54,47,58)

Color info

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

RGB color model

#362F3A color RGB value is (54,47,58).

RGB: (54,47,58) (21%, 18%, 23%)

RGB channels and saturation

R 54 of 255 = 21%
G 47 of 255 = 18%
B 58 of 255 = 23%

54
47
58

R + G + B ~ 21%. #362F3A is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 47 + 58 = 159 (100%)
R 54 of 159 ~ 33.96%
G 47 of 159 ~ 29.56%
B 58 of 159 ~ 36.48'%

%33.96
%29.56
%36.48

CMYK color model

#362F3A color CMYK value is (7,19,0,77).

  • cyan value is 6.90%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (7,19,0,77)
C7M19Y0K77 (7%, 19%, 0%, 77%)
(0.07 / 0.19 / 0.00 / 0.77)

CMYK percentages

%6.9
%18.97
%0
%77.25

Codes

Color #362F3A in popluar color models

36 2F 3A
RGB 54 47 58
HSL 278° 10.48% 20.59%
HSB/HSV 278° 18.97% 22.75%
CMYK 6.90% 18.97% 0.00%
77.25%

Color #362F3A in popluar number systems.

HEX 36 2F 3A
Decimal 54 47 58
Binary 110110 101111 111010
Octal 66 57 72

Shades and tints

Shades of #362F3A

#362F3A
(54,47,58)
#322B35
(50,43,53)
#2E2730
(46,39,48)
#2A232B
(42,35,43)
#261F26
(38,31,38)
#221B21
(34,27,33)
#1E171C
(30,23,28)
#1A1317
(26,19,23)
#160F12
(22,15,18)
#120B0D
(18,11,13)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #362F3A

#362F3A
(54,47,58)
#48414B
(72,65,75)
#5A535C
(90,83,92)
#6C656D
(108,101,109)
#7E777E
(126,119,126)
#90898F
(144,137,143)
#A29BA0
(162,155,160)
#B4ADB1
(180,173,177)
#C6BFC2
(198,191,194)
#D8D1D3
(216,209,211)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362F3A color. Also use rgb(54,47,58) instead hex code.

Text Font Color

.myTextColor { color: #362F3A; }

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

This text font color is #362F3A.

Background Color

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

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

This div background color is #362F3A.

Border color

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

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

This div border color is #362F3A.

Opacity

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

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

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

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

This text has shadow with #362F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362F3A.

Preview

Color preview on black background

This text has color #362F3A on black background.


Color preview on white background

This text has color #362F3A on white background.


Black color preview on #362F3A background

This text has black color on #362F3A background.


White color preview on #362F3A background

This text has white color on #362F3A background.


Related colors

Complementary color

Complementary color for #hex is #C9D0C5.


I love getcolorcode.com

Triadic colors

1 #3A362F and #2F3A36 with #362F3A are triadic colors.

2 #3A2F36 and #2F363A with #362F3A are triadic colors.