COLOR #37381E

HEX: #37381E
RGB: (55,56,30)

Color info

#37381E contains red, green and blue colors in about the same proportion. Web safe color of #37381E is #333333 (or #333).

RGB color model

#37381E color RGB value is (55,56,30).

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

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 30 of 255 = 12%

55
56
30

R + G + B ~ 19%. #37381E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 30 = 141 (100%)
R 55 of 141 ~ 39.01%
G 56 of 141 ~ 39.72%
B 30 of 141 ~ 21.28%

%39.01
%39.72
%21.28

CMYK color model

#37381E color CMYK value is (2,0,46,78).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 78.04%
CMYK:
(2,0,46,78)
C2M0Y46K78 
(2%,0%,46%,78%)
(0.02/0.00/0.46/0.78)	

CMYK percentages

%1.79
%0
%46.43
%78.04

Codes

Color #37381E in popluar color models

37381E
RGB555630
HSL62°30.23%16.86%
HSB/HSV62°46.43%21.96%
CMYK1.79%0.00%46.43%
78.04%

Color #37381E in popluar number systems.

HEX37381E
Decimal555630
Binary11011111100011110
Octal677036

Shades and tints

Shades of #37381E

#37381E
(55,56,30)
#32331C
(50,51,28)
#2D2E1A
(45,46,26)
#282918
(40,41,24)
#232416
(35,36,22)
#1E1F14
(30,31,20)
#191A12
(25,26,18)
#141510
(20,21,16)
#0F100E
(15,16,14)
#0A0B0C
(10,11,12)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #37381E

#37381E
(55,56,30)
#494A32
(73,74,50)
#5B5C46
(91,92,70)
#6D6E5A
(109,110,90)
#7F806E
(127,128,110)
#919282
(145,146,130)
#A3A496
(163,164,150)
#B5B6AA
(181,182,170)
#C7C8BE
(199,200,190)
#D9DAD2
(217,218,210)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37381E; }

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

This text font color is #37381E.


Background Color

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

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

This div background color is #37381E.


Border color

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

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

This div border color is #37381E.


Opacity

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

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

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

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

This text has shadow with #37381E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37381E on black background.


Color preview on white background

This text has color #37381E on white background.



Black color preview on #37381E background

This text has black color on #37381E background.


White color preview on #37381E background

This text has white color on #37381E background.