COLOR #372B1A

HEX: #372B1A
RGB: (55,43,26)

Color info

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

RGB color model

#372B1A color RGB value is (55,43,26).

  • red value is 55;
  • green value is 43;
  • blue value is 26.
RGB:
(55,43,26)
(22%,17%,10%)

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 26 of 255 = 10%

55
43
26

R + G + B ~ 16%. #372B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 26 = 124 (100%)
R 55 of 124 ~ 44.35%
G 43 of 124 ~ 34.68%
B 26 of 124 ~ 20.97%

%44.35
%34.68
%20.97

CMYK color model

#372B1A color CMYK value is (0,22,53,78).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 52.73%
  • key color value is 78.43%
CMYK:
(0,22,53,78)
C0M22Y53K78 
(0%,22%,53%,78%)
(0.00/0.22/0.53/0.78)	

CMYK percentages

%0
%21.82
%52.73
%78.43

Codes

Color #372B1A in popluar color models

372B1A
RGB554326
HSL35°35.80%15.88%
HSB/HSV35°52.73%21.57%
CMYK0.00%21.82%52.73%
78.43%

Color #372B1A in popluar number systems.

HEX372B1A
Decimal554326
Binary11011110101111010
Octal675332

Shades and tints

Shades of #372B1A

#372B1A
(55,43,26)
#322818
(50,40,24)
#2D2516
(45,37,22)
#282214
(40,34,20)
#231F12
(35,31,18)
#1E1C10
(30,28,16)
#19190E
(25,25,14)
#14160C
(20,22,12)
#0F130A
(15,19,10)
#0A1008
(10,16,8)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #372B1A

#372B1A
(55,43,26)
#493E2E
(73,62,46)
#5B5142
(91,81,66)
#6D6456
(109,100,86)
#7F776A
(127,119,106)
#918A7E
(145,138,126)
#A39D92
(163,157,146)
#B5B0A6
(181,176,166)
#C7C3BA
(199,195,186)
#D9D6CE
(217,214,206)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372B1A; }

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

This text font color is #372B1A.


Background Color

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

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

This div background color is #372B1A.


Border color

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

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

This div border color is #372B1A.


Opacity

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

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

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

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

This text has shadow with #372B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B1A on black background.


Color preview on white background

This text has color #372B1A on white background.



Black color preview on #372B1A background

This text has black color on #372B1A background.


White color preview on #372B1A background

This text has white color on #372B1A background.