COLOR #372D1A

HEX: #372D1A RGB: (55,45,26)

Color info

#372D1A contains red, green and blue colors in about the same proportion. Web safe color of #372D1A is #333300 (or #330).

RGB color model

#372D1A color RGB value is (55,45,26).

RGB: (55,45,26) (22%, 18%, 10%)

RGB channels and saturation

R 55 of 255 = 22%
G 45 of 255 = 18%
B 26 of 255 = 10%

55
45
26

R + G + B ~ 17%. #372D1A is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 45 + 26 = 126 (100%)
R 55 of 126 ~ 43.65%
G 45 of 126 ~ 35.71%
B 26 of 126 ~ 20.63'%

%43.65
%35.71
%20.63

CMYK color model

#372D1A color CMYK value is (0,18,53,78).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 52.73%
  • key color value is 78.43%

CMYK: (0,18,53,78)
C0M18Y53K78 (0%, 18%, 53%, 78%)
(0.00 / 0.18 / 0.53 / 0.78)

CMYK percentages

%0
%18.18
%52.73
%78.43

Codes

Color #372D1A in popluar color models

37 2D 1A
RGB 55 45 26
HSL 39° 35.80% 15.88%
HSB/HSV 39° 52.73% 21.57%
CMYK 0.00% 18.18% 52.73%
78.43%

Color #372D1A in popluar number systems.

HEX 37 2D 1A
Decimal 55 45 26
Binary 110111 101101 11010
Octal 67 55 32

Shades and tints

Shades of #372D1A

#372D1A
(55,45,26)
#322918
(50,41,24)
#2D2516
(45,37,22)
#282114
(40,33,20)
#231D12
(35,29,18)
#1E1910
(30,25,16)
#19150E
(25,21,14)
#14110C
(20,17,12)
#0F0D0A
(15,13,10)
#0A0908
(10,9,8)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #372D1A

#372D1A
(55,45,26)
#49402E
(73,64,46)
#5B5342
(91,83,66)
#6D6656
(109,102,86)
#7F796A
(127,121,106)
#918C7E
(145,140,126)
#A39F92
(163,159,146)
#B5B2A6
(181,178,166)
#C7C5BA
(199,197,186)
#D9D8CE
(217,216,206)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372D1A color. Also use rgb(55,45,26) instead hex code.

Text Font Color

.myTextColor { color: #372D1A; }

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

This text font color is #372D1A.

Background Color

.myBgColor { background-color: #372D1A; }

<div style="background-color:#372D1A">Inner text</div>

This div background color is #372D1A.

Border color

.myBorderColor { border: 1px solid #372D1A; }

<div style="border:3px solid #372D1A">Div</div>

This div border color is #372D1A.

Opacity

.myOpacity80 { color: #372D1A; opacity: 0.8; }

<p style="color:#372D1A;opacity:0.8;">80%</p>

Text with #372D1A 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 #372D1A;}

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

This text has shadow with #372D1A color.


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

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

This text has shadow with #372D1A primary color and red secondary color.


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

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

This text has shadow with #372D1A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #372D1A.

Preview

Color preview on black background

This text has color #372D1A on black background.


Color preview on white background

This text has color #372D1A on white background.


Black color preview on #372D1A background

This text has black color on #372D1A background.


White color preview on #372D1A background

This text has white color on #372D1A background.


Related colors

Complementary color

Complementary color for #hex is #C8D2E5.


I love getcolorcode.com

Triadic colors

1 #1A372D and #2D1A37 with #372D1A are triadic colors.

2 #1A2D37 and #2D371A with #372D1A are triadic colors.