COLOR #371810

HEX: #371810
RGB: (55,24,16)

Color info

#371810 contains red, green and blue colors in about the same proportion. Web safe color of #371810 is #330000 (or #300).

RGB color model

#371810 color RGB value is (55,24,16).

  • red value is 55;
  • green value is 24;
  • blue value is 16.
RGB:
(55,24,16)
(22%,9%,6%)

RGB channels and saturation

R 55 of 255 = 22%
G 24 of 255 = 9%
B 16 of 255 = 6%

55
24
16

R + G + B ~ 12%. #371810 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 24 + 16 = 95 (100%)
R 55 of 95 ~ 57.89%
G 24 of 95 ~ 25.26%
B 16 of 95 ~ 16.84%

%57.89
%25.26
%16.84

CMYK color model

#371810 color CMYK value is (0,56,71,78).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(0,56,71,78)
C0M56Y71K78 
(0%,56%,71%,78%)
(0.00/0.56/0.71/0.78)	

CMYK percentages

%0
%56.36
%70.91
%78.43

Codes

Color #371810 in popluar color models

371810
RGB552416
HSL12°54.93%13.92%
HSB/HSV12°70.91%21.57%
CMYK0.00%56.36%70.91%
78.43%

Color #371810 in popluar number systems.

HEX371810
Decimal552416
Binary1101111100010000
Octal673020

Shades and tints

Shades of #371810

#371810
(55,24,16)
#32160F
(50,22,15)
#2D140E
(45,20,14)
#28120D
(40,18,13)
#23100C
(35,16,12)
#1E0E0B
(30,14,11)
#190C0A
(25,12,10)
#140A09
(20,10,9)
#0F0808
(15,8,8)
#0A0607
(10,6,7)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #371810

#371810
(55,24,16)
#492D25
(73,45,37)
#5B423A
(91,66,58)
#6D574F
(109,87,79)
#7F6C64
(127,108,100)
#918179
(145,129,121)
#A3968E
(163,150,142)
#B5ABA3
(181,171,163)
#C7C0B8
(199,192,184)
#D9D5CD
(217,213,205)
#EBEAE2
(235,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371810 color. Also use rgb(55,24,16) instead hex code.

Text Font Color

.myTextColor { color: #371810; }

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

This text font color is #371810.


Background Color

.myBgColor { background-color: #371810; }

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

This div background color is #371810.


Border color

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

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

This div border color is #371810.


Opacity

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

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

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

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

This text has shadow with #371810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371810 on black background.


Color preview on white background

This text has color #371810 on white background.



Black color preview on #371810 background

This text has black color on #371810 background.


White color preview on #371810 background

This text has white color on #371810 background.