COLOR #372618

HEX: #372618
RGB: (55,38,24)

Color info

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

RGB color model

#372618 color RGB value is (55,38,24).

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

RGB channels and saturation

R 55 of 255 = 22%
G 38 of 255 = 15%
B 24 of 255 = 9%

55
38
24

R + G + B ~ 15%. #372618 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 38 + 24 = 117 (100%)
R 55 of 117 ~ 47.01%
G 38 of 117 ~ 32.48%
B 24 of 117 ~ 20.51%

%47.01
%32.48
%20.51

CMYK color model

#372618 color CMYK value is (0,31,56,78).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 56.36%
  • key color value is 78.43%
CMYK:
(0,31,56,78)
C0M31Y56K78 
(0%,31%,56%,78%)
(0.00/0.31/0.56/0.78)	

CMYK percentages

%0
%30.91
%56.36
%78.43

Codes

Color #372618 in popluar color models

372618
RGB553824
HSL27°39.24%15.49%
HSB/HSV27°56.36%21.57%
CMYK0.00%30.91%56.36%
78.43%

Color #372618 in popluar number systems.

HEX372618
Decimal553824
Binary11011110011011000
Octal674630

Shades and tints

Shades of #372618

#372618
(55,38,24)
#322316
(50,35,22)
#2D2014
(45,32,20)
#281D12
(40,29,18)
#231A10
(35,26,16)
#1E170E
(30,23,14)
#19140C
(25,20,12)
#14110A
(20,17,10)
#0F0E08
(15,14,8)
#0A0B06
(10,11,6)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #372618

#372618
(55,38,24)
#49392D
(73,57,45)
#5B4C42
(91,76,66)
#6D5F57
(109,95,87)
#7F726C
(127,114,108)
#918581
(145,133,129)
#A39896
(163,152,150)
#B5ABAB
(181,171,171)
#C7BEC0
(199,190,192)
#D9D1D5
(217,209,213)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372618; }

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

This text font color is #372618.


Background Color

.myBgColor { background-color: #372618; }

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

This div background color is #372618.


Border color

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

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

This div border color is #372618.


Opacity

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

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

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

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

This text has shadow with #372618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372618 on black background.


Color preview on white background

This text has color #372618 on white background.



Black color preview on #372618 background

This text has black color on #372618 background.


White color preview on #372618 background

This text has white color on #372618 background.