COLOR #373A2A

HEX: #373A2A
RGB: (55,58,42)

Color info

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

RGB color model

#373A2A color RGB value is (55,58,42).

  • red value is 55;
  • green value is 58;
  • blue value is 42.
RGB:
(55,58,42)
(22%,23%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 42 of 255 = 16%

55
58
42

R + G + B ~ 20%. #373A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 42 = 155 (100%)
R 55 of 155 ~ 35.48%
G 58 of 155 ~ 37.42%
B 42 of 155 ~ 27.1%

%35.48
%37.42
%27.1

CMYK color model

#373A2A color CMYK value is (5,0,28,77).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 77.25%
CMYK:
(5,0,28,77)
C5M0Y28K77 
(5%,0%,28%,77%)
(0.05/0.00/0.28/0.77)	

CMYK percentages

%5.17
%0
%27.59
%77.25

Codes

Color #373A2A in popluar color models

373A2A
RGB555842
HSL71°16.00%19.61%
HSB/HSV71°27.59%22.75%
CMYK5.17%0.00%27.59%
77.25%

Color #373A2A in popluar number systems.

HEX373A2A
Decimal555842
Binary110111111010101010
Octal677252

Shades and tints

Shades of #373A2A

#373A2A
(55,58,42)
#323527
(50,53,39)
#2D3024
(45,48,36)
#282B21
(40,43,33)
#23261E
(35,38,30)
#1E211B
(30,33,27)
#191C18
(25,28,24)
#141715
(20,23,21)
#0F1212
(15,18,18)
#0A0D0F
(10,13,15)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #373A2A

#373A2A
(55,58,42)
#494B3D
(73,75,61)
#5B5C50
(91,92,80)
#6D6D63
(109,109,99)
#7F7E76
(127,126,118)
#918F89
(145,143,137)
#A3A09C
(163,160,156)
#B5B1AF
(181,177,175)
#C7C2C2
(199,194,194)
#D9D3D5
(217,211,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373A2A color. Also use rgb(55,58,42) instead hex code.

Text Font Color

.myTextColor { color: #373A2A; }

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

This text font color is #373A2A.


Background Color

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

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

This div background color is #373A2A.


Border color

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

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

This div border color is #373A2A.


Opacity

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

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

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

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

This text has shadow with #373A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A2A on black background.


Color preview on white background

This text has color #373A2A on white background.



Black color preview on #373A2A background

This text has black color on #373A2A background.


White color preview on #373A2A background

This text has white color on #373A2A background.