COLOR #37381A

HEX: #37381A
RGB: (55,56,26)

Color info

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

RGB color model

#37381A color RGB value is (55,56,26).

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

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 26 of 255 = 10%

55
56
26

R + G + B ~ 18%. #37381A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 26 = 137 (100%)
R 55 of 137 ~ 40.15%
G 56 of 137 ~ 40.88%
B 26 of 137 ~ 18.98%

%40.15
%40.88
%18.98

CMYK color model

#37381A color CMYK value is (2,0,54,78).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 78.04%
CMYK:
(2,0,54,78)
C2M0Y54K78 
(2%,0%,54%,78%)
(0.02/0.00/0.54/0.78)	

CMYK percentages

%1.79
%0
%53.57
%78.04

Codes

Color #37381A in popluar color models

37381A
RGB555626
HSL62°36.59%16.08%
HSB/HSV62°53.57%21.96%
CMYK1.79%0.00%53.57%
78.04%

Color #37381A in popluar number systems.

HEX37381A
Decimal555626
Binary11011111100011010
Octal677032

Shades and tints

Shades of #37381A

#37381A
(55,56,26)
#323318
(50,51,24)
#2D2E16
(45,46,22)
#282914
(40,41,20)
#232412
(35,36,18)
#1E1F10
(30,31,16)
#191A0E
(25,26,14)
#14150C
(20,21,12)
#0F100A
(15,16,10)
#0A0B08
(10,11,8)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #37381A

#37381A
(55,56,26)
#494A2E
(73,74,46)
#5B5C42
(91,92,66)
#6D6E56
(109,110,86)
#7F806A
(127,128,106)
#91927E
(145,146,126)
#A3A492
(163,164,146)
#B5B6A6
(181,182,166)
#C7C8BA
(199,200,186)
#D9DACE
(217,218,206)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37381A color. Also use rgb(55,56,26) instead hex code.

Text Font Color

.myTextColor { color: #37381A; }

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

This text font color is #37381A.


Background Color

.myBgColor { background-color: #37381A; }

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

This div background color is #37381A.


Border color

.myBorderColor { border: 1px solid #37381A; }

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

This div border color is #37381A.


Opacity

.myOpacity80 { color: #37381A; opacity: 0.8; }

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

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

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

This text has shadow with #37381A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37381A on black background.


Color preview on white background

This text has color #37381A on white background.



Black color preview on #37381A background

This text has black color on #37381A background.


White color preview on #37381A background

This text has white color on #37381A background.