COLOR #372311

HEX: #372311
RGB: (55,35,17)

Color info

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

RGB color model

#372311 color RGB value is (55,35,17).

  • red value is 55;
  • green value is 35;
  • blue value is 17.
RGB:
(55,35,17)
(22%,14%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 17 of 255 = 7%

55
35
17

R + G + B ~ 14%. #372311 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 17 = 107 (100%)
R 55 of 107 ~ 51.4%
G 35 of 107 ~ 32.71%
B 17 of 107 ~ 15.89%

%51.4
%32.71
%15.89

CMYK color model

#372311 color CMYK value is (0,36,69,78).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(0,36,69,78)
C0M36Y69K78 
(0%,36%,69%,78%)
(0.00/0.36/0.69/0.78)	

CMYK percentages

%0
%36.36
%69.09
%78.43

Codes

Color #372311 in popluar color models

372311
RGB553517
HSL28°52.78%14.12%
HSB/HSV28°69.09%21.57%
CMYK0.00%36.36%69.09%
78.43%

Color #372311 in popluar number systems.

HEX372311
Decimal553517
Binary11011110001110001
Octal674321

Shades and tints

Shades of #372311

#372311
(55,35,17)
#322010
(50,32,16)
#2D1D0F
(45,29,15)
#281A0E
(40,26,14)
#23170D
(35,23,13)
#1E140C
(30,20,12)
#19110B
(25,17,11)
#140E0A
(20,14,10)
#0F0B09
(15,11,9)
#0A0808
(10,8,8)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #372311

#372311
(55,35,17)
#493726
(73,55,38)
#5B4B3B
(91,75,59)
#6D5F50
(109,95,80)
#7F7365
(127,115,101)
#91877A
(145,135,122)
#A39B8F
(163,155,143)
#B5AFA4
(181,175,164)
#C7C3B9
(199,195,185)
#D9D7CE
(217,215,206)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372311 color. Also use rgb(55,35,17) instead hex code.

Text Font Color

.myTextColor { color: #372311; }

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

This text font color is #372311.


Background Color

.myBgColor { background-color: #372311; }

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

This div background color is #372311.


Border color

.myBorderColor { border: 1px solid #372311; }

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

This div border color is #372311.


Opacity

.myOpacity80 { color: #372311; opacity: 0.8; }

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

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

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

This text has shadow with #372311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372311 on black background.


Color preview on white background

This text has color #372311 on white background.



Black color preview on #372311 background

This text has black color on #372311 background.


White color preview on #372311 background

This text has white color on #372311 background.