COLOR #37462D

HEX: #37462D RGB: (55,70,45)

Color info

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

RGB color model

#37462D color RGB value is (55,70,45).

RGB: (55,70,45) (22%, 27%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 45 of 255 = 18%

55
70
45

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

Portions of RGB colors in percentages

R + G + B = 55 + 70 + 45 = 170 (100%)
R 55 of 170 ~ 32.35%
G 70 of 170 ~ 41.18%
B 45 of 170 ~ 26.47'%

%32.35
%41.18
%26.47

CMYK color model

#37462D color CMYK value is (21,0,36,73).

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

CMYK: (21,0,36,73)
C21M0Y36K73 (21%, 0%, 36%, 73%)
(0.21 / 0.00 / 0.36 / 0.73)

CMYK percentages

%21.43
%0
%35.71
%72.55

Codes

Color #37462D in popluar color models

37 46 2D
RGB 55 70 45
HSL 96° 21.74% 22.55%
HSB/HSV 96° 35.71% 27.45%
CMYK 21.43% 0.00% 35.71%
72.55%

Color #37462D in popluar number systems.

HEX 37 46 2D
Decimal 55 70 45
Binary 110111 1000110 101101
Octal 67 106 55

Shades and tints

Shades of #37462D

#37462D
(55,70,45)
#324029
(50,64,41)
#2D3A25
(45,58,37)
#283421
(40,52,33)
#232E1D
(35,46,29)
#1E2819
(30,40,25)
#192215
(25,34,21)
#141C11
(20,28,17)
#0F160D
(15,22,13)
#0A1009
(10,16,9)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #37462D

#37462D
(55,70,45)
#495640
(73,86,64)
#5B6653
(91,102,83)
#6D7666
(109,118,102)
#7F8679
(127,134,121)
#91968C
(145,150,140)
#A3A69F
(163,166,159)
#B5B6B2
(181,182,178)
#C7C6C5
(199,198,197)
#D9D6D8
(217,214,216)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37462D; }

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

This text font color is #37462D.

Background Color

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

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

This div background color is #37462D.

Border color

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

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

This div border color is #37462D.

Opacity

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

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

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

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

This text has shadow with #37462D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37462D.

Preview

Color preview on black background

This text has color #37462D on black background.


Color preview on white background

This text has color #37462D on white background.


Black color preview on #37462D background

This text has black color on #37462D background.


White color preview on #37462D background

This text has white color on #37462D background.


Related colors

Complementary color

Complementary color for #hex is #C8B9D2.


I love getcolorcode.com

Triadic colors

1 #2D3746 and #462D37 with #37462D are triadic colors.

2 #2D4637 and #46372D with #37462D are triadic colors.