COLOR #373041

HEX: #373041
RGB: (55,48,65)

Color info

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

RGB color model

#373041 color RGB value is (55,48,65).

  • red value is 55;
  • green value is 48;
  • blue value is 65.
RGB:
(55,48,65)
(22%,19%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 65 of 255 = 25%

55
48
65

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

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 65 = 168 (100%)
R 55 of 168 ~ 32.74%
G 48 of 168 ~ 28.57%
B 65 of 168 ~ 38.69%

%32.74
%28.57
%38.69

CMYK color model

#373041 color CMYK value is (15,26,0,75).

  • cyan value is 15.38%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(15,26,0,75)
C15M26Y0K75 
(15%,26%,0%,75%)
(0.15/0.26/0.00/0.75)	

CMYK percentages

%15.38
%26.15
%0
%74.51

Codes

Color #373041 in popluar color models

373041
RGB554865
HSL265°15.04%22.16%
HSB/HSV265°26.15%25.49%
CMYK15.38%26.15%0.00%
74.51%

Color #373041 in popluar number systems.

HEX373041
Decimal554865
Binary1101111100001000001
Octal6760101

Shades and tints

Shades of #373041

#373041
(55,48,65)
#322C3C
(50,44,60)
#2D2837
(45,40,55)
#282432
(40,36,50)
#23202D
(35,32,45)
#1E1C28
(30,28,40)
#191823
(25,24,35)
#14141E
(20,20,30)
#0F1019
(15,16,25)
#0A0C14
(10,12,20)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #373041

#373041
(55,48,65)
#494252
(73,66,82)
#5B5463
(91,84,99)
#6D6674
(109,102,116)
#7F7885
(127,120,133)
#918A96
(145,138,150)
#A39CA7
(163,156,167)
#B5AEB8
(181,174,184)
#C7C0C9
(199,192,201)
#D9D2DA
(217,210,218)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373041 color. Also use rgb(55,48,65) instead hex code.

Text Font Color

.myTextColor { color: #373041; }

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

This text font color is #373041.


Background Color

.myBgColor { background-color: #373041; }

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

This div background color is #373041.


Border color

.myBorderColor { border: 1px solid #373041; }

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

This div border color is #373041.


Opacity

.myOpacity80 { color: #373041; opacity: 0.8; }

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

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

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

This text has shadow with #373041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373041 on black background.


Color preview on white background

This text has color #373041 on white background.



Black color preview on #373041 background

This text has black color on #373041 background.


White color preview on #373041 background

This text has white color on #373041 background.