COLOR #373B2A

HEX: #373B2A RGB: (55,59,42)

Color info

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

RGB color model

#373B2A color RGB value is (55,59,42).

RGB: (55,59,42) (22%, 23%, 16%)

RGB channels and saturation

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

55
59
42

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

Portions of RGB colors in percentages

R + G + B = 55 + 59 + 42 = 156 (100%)
R 55 of 156 ~ 35.26%
G 59 of 156 ~ 37.82%
B 42 of 156 ~ 26.92'%

%35.26
%37.82
%26.92

CMYK color model

#373B2A color CMYK value is (7,0,29,77).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 76.86%

CMYK: (7,0,29,77)
C7M0Y29K77 (7%, 0%, 29%, 77%)
(0.07 / 0.00 / 0.29 / 0.77)

CMYK percentages

%6.78
%0
%28.81
%76.86

Codes

Color #373B2A in popluar color models

37 3B 2A
RGB 55 59 42
HSL 74° 16.83% 19.80%
HSB/HSV 74° 28.81% 23.14%
CMYK 6.78% 0.00% 28.81%
76.86%

Color #373B2A in popluar number systems.

HEX 37 3B 2A
Decimal 55 59 42
Binary 110111 111011 101010
Octal 67 73 52

Shades and tints

Shades of #373B2A

#373B2A
(55,59,42)
#323627
(50,54,39)
#2D3124
(45,49,36)
#282C21
(40,44,33)
#23271E
(35,39,30)
#1E221B
(30,34,27)
#191D18
(25,29,24)
#141815
(20,24,21)
#0F1312
(15,19,18)
#0A0E0F
(10,14,15)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #373B2A

#373B2A
(55,59,42)
#494C3D
(73,76,61)
#5B5D50
(91,93,80)
#6D6E63
(109,110,99)
#7F7F76
(127,127,118)
#919089
(145,144,137)
#A3A19C
(163,161,156)
#B5B2AF
(181,178,175)
#C7C3C2
(199,195,194)
#D9D4D5
(217,212,213)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373B2A; }

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

This text font color is #373B2A.

Background Color

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

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

This div background color is #373B2A.

Border color

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

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

This div border color is #373B2A.

Opacity

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

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

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

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

This text has shadow with #373B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373B2A.

Preview

Color preview on black background

This text has color #373B2A on black background.


Color preview on white background

This text has color #373B2A on white background.


Black color preview on #373B2A background

This text has black color on #373B2A background.


White color preview on #373B2A background

This text has white color on #373B2A background.


Related colors

Complementary color

Complementary color for #hex is #C8C4D5.


I love getcolorcode.com

Triadic colors

1 #2A373B and #3B2A37 with #373B2A are triadic colors.

2 #2A3B37 and #3B372A with #373B2A are triadic colors.