COLOR #373218

HEX: #373218
RGB: (55,50,24)

Color info

#373218 contains red, green and blue colors in about the same proportion. Web safe color of #373218 is #333300 (or #330).

RGB color model

#373218 color RGB value is (55,50,24).

  • red value is 55;
  • green value is 50;
  • blue value is 24.
RGB:
(55,50,24)
(22%,20%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 50 of 255 = 20%
B 24 of 255 = 9%

55
50
24

R + G + B ~ 17%. #373218 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 50 + 24 = 129 (100%)
R 55 of 129 ~ 42.64%
G 50 of 129 ~ 38.76%
B 24 of 129 ~ 18.6%

%42.64
%38.76
%18.6

CMYK color model

#373218 color CMYK value is (0,9,56,78).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 56.36%
  • key color value is 78.43%
CMYK:
(0,9,56,78)
C0M9Y56K78 
(0%,9%,56%,78%)
(0.00/0.09/0.56/0.78)	

CMYK percentages

%0
%9.09
%56.36
%78.43

Codes

Color #373218 in popluar color models

373218
RGB555024
HSL50°39.24%15.49%
HSB/HSV50°56.36%21.57%
CMYK0.00%9.09%56.36%
78.43%

Color #373218 in popluar number systems.

HEX373218
Decimal555024
Binary11011111001011000
Octal676230

Shades and tints

Shades of #373218

#373218
(55,50,24)
#322E16
(50,46,22)
#2D2A14
(45,42,20)
#282612
(40,38,18)
#232210
(35,34,16)
#1E1E0E
(30,30,14)
#191A0C
(25,26,12)
#14160A
(20,22,10)
#0F1208
(15,18,8)
#0A0E06
(10,14,6)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #373218

#373218
(55,50,24)
#49442D
(73,68,45)
#5B5642
(91,86,66)
#6D6857
(109,104,87)
#7F7A6C
(127,122,108)
#918C81
(145,140,129)
#A39E96
(163,158,150)
#B5B0AB
(181,176,171)
#C7C2C0
(199,194,192)
#D9D4D5
(217,212,213)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373218 color. Also use rgb(55,50,24) instead hex code.

Text Font Color

.myTextColor { color: #373218; }

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

This text font color is #373218.


Background Color

.myBgColor { background-color: #373218; }

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

This div background color is #373218.


Border color

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

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

This div border color is #373218.


Opacity

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

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

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

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

This text has shadow with #373218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373218 on black background.


Color preview on white background

This text has color #373218 on white background.



Black color preview on #373218 background

This text has black color on #373218 background.


White color preview on #373218 background

This text has white color on #373218 background.