COLOR #373E1A

HEX: #373E1A
RGB: (55,62,26)

Color info

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

RGB color model

#373E1A color RGB value is (55,62,26).

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

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 26 of 255 = 10%

55
62
26

R + G + B ~ 19%. #373E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 62 + 26 = 143 (100%)
R 55 of 143 ~ 38.46%
G 62 of 143 ~ 43.36%
B 26 of 143 ~ 18.18%

%38.46
%43.36
%18.18

CMYK color model

#373E1A color CMYK value is (11,0,58,76).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 75.69%
CMYK:
(11,0,58,76)
C11M0Y58K76 
(11%,0%,58%,76%)
(0.11/0.00/0.58/0.76)	

CMYK percentages

%11.29
%0
%58.06
%75.69

Codes

Color #373E1A in popluar color models

373E1A
RGB556226
HSL72°40.91%17.25%
HSB/HSV72°58.06%24.31%
CMYK11.29%0.00%58.06%
75.69%

Color #373E1A in popluar number systems.

HEX373E1A
Decimal556226
Binary11011111111011010
Octal677632

Shades and tints

Shades of #373E1A

#373E1A
(55,62,26)
#323918
(50,57,24)
#2D3416
(45,52,22)
#282F14
(40,47,20)
#232A12
(35,42,18)
#1E2510
(30,37,16)
#19200E
(25,32,14)
#141B0C
(20,27,12)
#0F160A
(15,22,10)
#0A1108
(10,17,8)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #373E1A

#373E1A
(55,62,26)
#494F2E
(73,79,46)
#5B6042
(91,96,66)
#6D7156
(109,113,86)
#7F826A
(127,130,106)
#91937E
(145,147,126)
#A3A492
(163,164,146)
#B5B5A6
(181,181,166)
#C7C6BA
(199,198,186)
#D9D7CE
(217,215,206)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373E1A color. Also use rgb(55,62,26) instead hex code.

Text Font Color

.myTextColor { color: #373E1A; }

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

This text font color is #373E1A.


Background Color

.myBgColor { background-color: #373E1A; }

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

This div background color is #373E1A.


Border color

.myBorderColor { border: 1px solid #373E1A; }

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

This div border color is #373E1A.


Opacity

.myOpacity80 { color: #373E1A; opacity: 0.8; }

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

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

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

This text has shadow with #373E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373E1A on black background.


Color preview on white background

This text has color #373E1A on white background.



Black color preview on #373E1A background

This text has black color on #373E1A background.


White color preview on #373E1A background

This text has white color on #373E1A background.