COLOR #373A3D

HEX: #373A3D
RGB: (55,58,61)

Color info

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

RGB color model

#373A3D color RGB value is (55,58,61).

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

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 61 of 255 = 24%

55
58
61

R + G + B ~ 23%. #373A3D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 61 = 174 (100%)
R 55 of 174 ~ 31.61%
G 58 of 174 ~ 33.33%
B 61 of 174 ~ 35.06%

%31.61
%33.33
%35.06

CMYK color model

#373A3D color CMYK value is (10,5,0,76).

  • cyan value is 9.84%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,5,0,76)
C10M5Y0K76 
(10%,5%,0%,76%)
(0.10/0.05/0.00/0.76)	

CMYK percentages

%9.84
%4.92
%0
%76.08

Codes

Color #373A3D in popluar color models

373A3D
RGB555861
HSL210°5.17%22.75%
HSB/HSV210°9.84%23.92%
CMYK9.84%4.92%0.00%
76.08%

Color #373A3D in popluar number systems.

HEX373A3D
Decimal555861
Binary110111111010111101
Octal677275

Shades and tints

Shades of #373A3D

#373A3D
(55,58,61)
#323538
(50,53,56)
#2D3033
(45,48,51)
#282B2E
(40,43,46)
#232629
(35,38,41)
#1E2124
(30,33,36)
#191C1F
(25,28,31)
#14171A
(20,23,26)
#0F1215
(15,18,21)
#0A0D10
(10,13,16)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #373A3D

#373A3D
(55,58,61)
#494B4E
(73,75,78)
#5B5C5F
(91,92,95)
#6D6D70
(109,109,112)
#7F7E81
(127,126,129)
#918F92
(145,143,146)
#A3A0A3
(163,160,163)
#B5B1B4
(181,177,180)
#C7C2C5
(199,194,197)
#D9D3D6
(217,211,214)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373A3D; }

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

This text font color is #373A3D.


Background Color

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

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

This div background color is #373A3D.


Border color

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

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

This div border color is #373A3D.


Opacity

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

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

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

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

This text has shadow with #373A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A3D on black background.


Color preview on white background

This text has color #373A3D on white background.



Black color preview on #373A3D background

This text has black color on #373A3D background.


White color preview on #373A3D background

This text has white color on #373A3D background.