COLOR #373026

HEX: #373026
RGB: (55,48,38)

Color info

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

RGB color model

#373026 color RGB value is (55,48,38).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 38 of 255 = 15%

55
48
38

R + G + B ~ 19%. #373026 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 38 = 141 (100%)
R 55 of 141 ~ 39.01%
G 48 of 141 ~ 34.04%
B 38 of 141 ~ 26.95%

%39.01
%34.04
%26.95

CMYK color model

#373026 color CMYK value is (0,13,31,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 30.91%
  • key color value is 78.43%
CMYK:
(0,13,31,78)
C0M13Y31K78 
(0%,13%,31%,78%)
(0.00/0.13/0.31/0.78)	

CMYK percentages

%0
%12.73
%30.91
%78.43

Codes

Color #373026 in popluar color models

373026
RGB554838
HSL35°18.28%18.24%
HSB/HSV35°30.91%21.57%
CMYK0.00%12.73%30.91%
78.43%

Color #373026 in popluar number systems.

HEX373026
Decimal554838
Binary110111110000100110
Octal676046

Shades and tints

Shades of #373026

#373026
(55,48,38)
#322C23
(50,44,35)
#2D2820
(45,40,32)
#28241D
(40,36,29)
#23201A
(35,32,26)
#1E1C17
(30,28,23)
#191814
(25,24,20)
#141411
(20,20,17)
#0F100E
(15,16,14)
#0A0C0B
(10,12,11)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #373026

#373026
(55,48,38)
#494239
(73,66,57)
#5B544C
(91,84,76)
#6D665F
(109,102,95)
#7F7872
(127,120,114)
#918A85
(145,138,133)
#A39C98
(163,156,152)
#B5AEAB
(181,174,171)
#C7C0BE
(199,192,190)
#D9D2D1
(217,210,209)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373026; }

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

This text font color is #373026.


Background Color

.myBgColor { background-color: #373026; }

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

This div background color is #373026.


Border color

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

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

This div border color is #373026.


Opacity

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

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

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

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

This text has shadow with #373026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373026 on black background.


Color preview on white background

This text has color #373026 on white background.



Black color preview on #373026 background

This text has black color on #373026 background.


White color preview on #373026 background

This text has white color on #373026 background.