COLOR #373A35

HEX: #373A35 RGB: (55,58,53)

Color info

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

RGB color model

#373A35 color RGB value is (55,58,53).

RGB: (55,58,53) (22%, 23%, 21%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 53 of 255 = 21%

55
58
53

R + G + B ~ 22%. #373A35 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 58 + 53 = 166 (100%)
R 55 of 166 ~ 33.13%
G 58 of 166 ~ 34.94%
B 53 of 166 ~ 31.93'%

%33.13
%34.94
%31.93

CMYK color model

#373A35 color CMYK value is (5,0,9,77).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 77.25%

CMYK: (5,0,9,77)
C5M0Y9K77 (5%, 0%, 9%, 77%)
(0.05 / 0.00 / 0.09 / 0.77)

CMYK percentages

%5.17
%0
%8.62
%77.25

Codes

Color #373A35 in popluar color models

37 3A 35
RGB 55 58 53
HSL 96° 4.50% 21.76%
HSB/HSV 96° 8.62% 22.75%
CMYK 5.17% 0.00% 8.62%
77.25%

Color #373A35 in popluar number systems.

HEX 37 3A 35
Decimal 55 58 53
Binary 110111 111010 110101
Octal 67 72 65

Shades and tints

Shades of #373A35

#373A35
(55,58,53)
#323531
(50,53,49)
#2D302D
(45,48,45)
#282B29
(40,43,41)
#232625
(35,38,37)
#1E2121
(30,33,33)
#191C1D
(25,28,29)
#141719
(20,23,25)
#0F1215
(15,18,21)
#0A0D11
(10,13,17)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #373A35

#373A35
(55,58,53)
#494B47
(73,75,71)
#5B5C59
(91,92,89)
#6D6D6B
(109,109,107)
#7F7E7D
(127,126,125)
#918F8F
(145,143,143)
#A3A0A1
(163,160,161)
#B5B1B3
(181,177,179)
#C7C2C5
(199,194,197)
#D9D3D7
(217,211,215)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373A35; }

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

This text font color is #373A35.

Background Color

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

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

This div background color is #373A35.

Border color

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

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

This div border color is #373A35.

Opacity

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

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

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

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

This text has shadow with #373A35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373A35.

Preview

Color preview on black background

This text has color #373A35 on black background.


Color preview on white background

This text has color #373A35 on white background.


Black color preview on #373A35 background

This text has black color on #373A35 background.


White color preview on #373A35 background

This text has white color on #373A35 background.


Related colors

Complementary color

Complementary color for #hex is #C8C5CA.


I love getcolorcode.com

Triadic colors

1 #35373A and #3A3537 with #373A35 are triadic colors.

2 #353A37 and #3A3735 with #373A35 are triadic colors.