COLOR #373038

HEX: #373038
RGB: (55,48,56)

Color info

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

RGB color model

#373038 color RGB value is (55,48,56).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 56 of 255 = 22%

55
48
56

R + G + B ~ 21%. #373038 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 56 = 159 (100%)
R 55 of 159 ~ 34.59%
G 48 of 159 ~ 30.19%
B 56 of 159 ~ 35.22%

%34.59
%30.19
%35.22

CMYK color model

#373038 color CMYK value is (2,14,0,78).

  • cyan value is 1.79%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(2,14,0,78)
C2M14Y0K78 
(2%,14%,0%,78%)
(0.02/0.14/0.00/0.78)	

CMYK percentages

%1.79
%14.29
%0
%78.04

Codes

Color #373038 in popluar color models

373038
RGB554856
HSL293°7.69%20.39%
HSB/HSV293°14.29%21.96%
CMYK1.79%14.29%0.00%
78.04%

Color #373038 in popluar number systems.

HEX373038
Decimal554856
Binary110111110000111000
Octal676070

Shades and tints

Shades of #373038

#373038
(55,48,56)
#322C33
(50,44,51)
#2D282E
(45,40,46)
#282429
(40,36,41)
#232024
(35,32,36)
#1E1C1F
(30,28,31)
#19181A
(25,24,26)
#141415
(20,20,21)
#0F1010
(15,16,16)
#0A0C0B
(10,12,11)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #373038

#373038
(55,48,56)
#49424A
(73,66,74)
#5B545C
(91,84,92)
#6D666E
(109,102,110)
#7F7880
(127,120,128)
#918A92
(145,138,146)
#A39CA4
(163,156,164)
#B5AEB6
(181,174,182)
#C7C0C8
(199,192,200)
#D9D2DA
(217,210,218)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373038; }

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

This text font color is #373038.


Background Color

.myBgColor { background-color: #373038; }

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

This div background color is #373038.


Border color

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

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

This div border color is #373038.


Opacity

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

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

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

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

This text has shadow with #373038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373038 on black background.


Color preview on white background

This text has color #373038 on white background.



Black color preview on #373038 background

This text has black color on #373038 background.


White color preview on #373038 background

This text has white color on #373038 background.