COLOR #36473C

HEX: #36473C RGB: (54,71,60)

Color info

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

RGB color model

#36473C color RGB value is (54,71,60).

RGB: (54,71,60) (21%, 28%, 24%)

RGB channels and saturation

R 54 of 255 = 21%
G 71 of 255 = 28%
B 60 of 255 = 24%

54
71
60

R + G + B ~ 24%. #36473C is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 71 + 60 = 185 (100%)
R 54 of 185 ~ 29.19%
G 71 of 185 ~ 38.38%
B 60 of 185 ~ 32.43'%

%29.19
%38.38
%32.43

CMYK color model

#36473C color CMYK value is (24,0,15,72).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%

CMYK: (24,0,15,72)
C24M0Y15K72 (24%, 0%, 15%, 72%)
(0.24 / 0.00 / 0.15 / 0.72)

CMYK percentages

%23.94
%0
%15.49
%72.16

Codes

Color #36473C in popluar color models

36 47 3C
RGB 54 71 60
HSL 141° 13.60% 24.51%
HSB/HSV 141° 23.94% 27.84%
CMYK 23.94% 0.00% 15.49%
72.16%

Color #36473C in popluar number systems.

HEX 36 47 3C
Decimal 54 71 60
Binary 110110 1000111 111100
Octal 66 107 74

Shades and tints

Shades of #36473C

#36473C
(54,71,60)
#324137
(50,65,55)
#2E3B32
(46,59,50)
#2A352D
(42,53,45)
#262F28
(38,47,40)
#222923
(34,41,35)
#1E231E
(30,35,30)
#1A1D19
(26,29,25)
#161714
(22,23,20)
#12110F
(18,17,15)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #36473C

#36473C
(54,71,60)
#48574D
(72,87,77)
#5A675E
(90,103,94)
#6C776F
(108,119,111)
#7E8780
(126,135,128)
#909791
(144,151,145)
#A2A7A2
(162,167,162)
#B4B7B3
(180,183,179)
#C6C7C4
(198,199,196)
#D8D7D5
(216,215,213)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36473C color. Also use rgb(54,71,60) instead hex code.

Text Font Color

.myTextColor { color: #36473C; }

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

This text font color is #36473C.

Background Color

.myBgColor { background-color: #36473C; }

<div style="background-color:#36473C">Inner text</div>

This div background color is #36473C.

Border color

.myBorderColor { border: 1px solid #36473C; }

<div style="border:3px solid #36473C">Div</div>

This div border color is #36473C.

Opacity

.myOpacity80 { color: #36473C; opacity: 0.8; }

<p style="color:#36473C;opacity:0.8;">80%</p>

Text with #36473C 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 #36473C;}

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

This text has shadow with #36473C color.


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

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

This text has shadow with #36473C primary color and red secondary color.


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

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

This text has shadow with #36473C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #36473C.

Preview

Color preview on black background

This text has color #36473C on black background.


Color preview on white background

This text has color #36473C on white background.


Black color preview on #36473C background

This text has black color on #36473C background.


White color preview on #36473C background

This text has white color on #36473C background.


Related colors

Complementary color

Complementary color for #hex is #C9B8C3.


I love getcolorcode.com

Triadic colors

1 #3C3647 and #473C36 with #36473C are triadic colors.

2 #3C4736 and #47363C with #36473C are triadic colors.