COLOR #37462C

HEX: #37462C RGB: (55,70,44)

Color info

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

RGB color model

#37462C color RGB value is (55,70,44).

RGB: (55,70,44) (22%, 27%, 17%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 44 of 255 = 17%

55
70
44

R + G + B ~ 22%. #37462C is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 70 + 44 = 169 (100%)
R 55 of 169 ~ 32.54%
G 70 of 169 ~ 41.42%
B 44 of 169 ~ 26.04'%

%32.54
%41.42
%26.04

CMYK color model

#37462C color CMYK value is (21,0,37,73).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 72.55%

CMYK: (21,0,37,73)
C21M0Y37K73 (21%, 0%, 37%, 73%)
(0.21 / 0.00 / 0.37 / 0.73)

CMYK percentages

%21.43
%0
%37.14
%72.55

Codes

Color #37462C in popluar color models

37 46 2C
RGB 55 70 44
HSL 95° 22.81% 22.35%
HSB/HSV 95° 37.14% 27.45%
CMYK 21.43% 0.00% 37.14%
72.55%

Color #37462C in popluar number systems.

HEX 37 46 2C
Decimal 55 70 44
Binary 110111 1000110 101100
Octal 67 106 54

Shades and tints

Shades of #37462C

#37462C
(55,70,44)
#324028
(50,64,40)
#2D3A24
(45,58,36)
#283420
(40,52,32)
#232E1C
(35,46,28)
#1E2818
(30,40,24)
#192214
(25,34,20)
#141C10
(20,28,16)
#0F160C
(15,22,12)
#0A1008
(10,16,8)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #37462C

#37462C
(55,70,44)
#49563F
(73,86,63)
#5B6652
(91,102,82)
#6D7665
(109,118,101)
#7F8678
(127,134,120)
#91968B
(145,150,139)
#A3A69E
(163,166,158)
#B5B6B1
(181,182,177)
#C7C6C4
(199,198,196)
#D9D6D7
(217,214,215)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37462C color. Also use rgb(55,70,44) instead hex code.

Text Font Color

.myTextColor { color: #37462C; }

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

This text font color is #37462C.

Background Color

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

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

This div background color is #37462C.

Border color

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

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

This div border color is #37462C.

Opacity

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

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

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

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

This text has shadow with #37462C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37462C.

Preview

Color preview on black background

This text has color #37462C on black background.


Color preview on white background

This text has color #37462C on white background.


Black color preview on #37462C background

This text has black color on #37462C background.


White color preview on #37462C background

This text has white color on #37462C background.


Related colors

Complementary color

Complementary color for #hex is #C8B9D3.


I love getcolorcode.com

Triadic colors

1 #2C3746 and #462C37 with #37462C are triadic colors.

2 #2C4637 and #46372C with #37462C are triadic colors.