COLOR #373023

HEX: #373023
RGB: (55,48,35)

Color info

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

RGB color model

#373023 color RGB value is (55,48,35).

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

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 35 of 255 = 14%

55
48
35

R + G + B ~ 18%. #373023 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 35 = 138 (100%)
R 55 of 138 ~ 39.86%
G 48 of 138 ~ 34.78%
B 35 of 138 ~ 25.36%

%39.86
%34.78
%25.36

CMYK color model

#373023 color CMYK value is (0,13,36,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 36.36%
  • key color value is 78.43%
CMYK:
(0,13,36,78)
C0M13Y36K78 
(0%,13%,36%,78%)
(0.00/0.13/0.36/0.78)	

CMYK percentages

%0
%12.73
%36.36
%78.43

Codes

Color #373023 in popluar color models

373023
RGB554835
HSL39°22.22%17.65%
HSB/HSV39°36.36%21.57%
CMYK0.00%12.73%36.36%
78.43%

Color #373023 in popluar number systems.

HEX373023
Decimal554835
Binary110111110000100011
Octal676043

Shades and tints

Shades of #373023

#373023
(55,48,35)
#322C20
(50,44,32)
#2D281D
(45,40,29)
#28241A
(40,36,26)
#232017
(35,32,23)
#1E1C14
(30,28,20)
#191811
(25,24,17)
#14140E
(20,20,14)
#0F100B
(15,16,11)
#0A0C08
(10,12,8)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #373023

#373023
(55,48,35)
#494237
(73,66,55)
#5B544B
(91,84,75)
#6D665F
(109,102,95)
#7F7873
(127,120,115)
#918A87
(145,138,135)
#A39C9B
(163,156,155)
#B5AEAF
(181,174,175)
#C7C0C3
(199,192,195)
#D9D2D7
(217,210,215)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373023; }

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

This text font color is #373023.


Background Color

.myBgColor { background-color: #373023; }

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

This div background color is #373023.


Border color

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

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

This div border color is #373023.


Opacity

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

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

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

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

This text has shadow with #373023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373023 on black background.


Color preview on white background

This text has color #373023 on white background.



Black color preview on #373023 background

This text has black color on #373023 background.


White color preview on #373023 background

This text has white color on #373023 background.