COLOR #373D12

HEX: #373D12
RGB: (55,61,18)

Color info

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

RGB color model

#373D12 color RGB value is (55,61,18).

  • red value is 55;
  • green value is 61;
  • blue value is 18.
RGB:
(55,61,18)
(22%,24%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 61 of 255 = 24%
B 18 of 255 = 7%

55
61
18

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

Portions of RGB colors in percentages

R + G + B =
55 + 61 + 18 = 134 (100%)
R 55 of 134 ~ 41.04%
G 61 of 134 ~ 45.52%
B 18 of 134 ~ 13.43%

%41.04
%45.52
%13.43

CMYK color model

#373D12 color CMYK value is (10,0,70,76).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 70.49%
  • key color value is 76.08%
CMYK:
(10,0,70,76)
C10M0Y70K76 
(10%,0%,70%,76%)
(0.10/0.00/0.70/0.76)	

CMYK percentages

%9.84
%0
%70.49
%76.08

Codes

Color #373D12 in popluar color models

373D12
RGB556118
HSL68°54.43%15.49%
HSB/HSV68°70.49%23.92%
CMYK9.84%0.00%70.49%
76.08%

Color #373D12 in popluar number systems.

HEX373D12
Decimal556118
Binary11011111110110010
Octal677522

Shades and tints

Shades of #373D12

#373D12
(55,61,18)
#323811
(50,56,17)
#2D3310
(45,51,16)
#282E0F
(40,46,15)
#23290E
(35,41,14)
#1E240D
(30,36,13)
#191F0C
(25,31,12)
#141A0B
(20,26,11)
#0F150A
(15,21,10)
#0A1009
(10,16,9)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #373D12

#373D12
(55,61,18)
#494E27
(73,78,39)
#5B5F3C
(91,95,60)
#6D7051
(109,112,81)
#7F8166
(127,129,102)
#91927B
(145,146,123)
#A3A390
(163,163,144)
#B5B4A5
(181,180,165)
#C7C5BA
(199,197,186)
#D9D6CF
(217,214,207)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373D12 color. Also use rgb(55,61,18) instead hex code.

Text Font Color

.myTextColor { color: #373D12; }

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

This text font color is #373D12.


Background Color

.myBgColor { background-color: #373D12; }

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

This div background color is #373D12.


Border color

.myBorderColor { border: 1px solid #373D12; }

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

This div border color is #373D12.


Opacity

.myOpacity80 { color: #373D12; opacity: 0.8; }

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

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

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

This text has shadow with #373D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373D12 on black background.


Color preview on white background

This text has color #373D12 on white background.



Black color preview on #373D12 background

This text has black color on #373D12 background.


White color preview on #373D12 background

This text has white color on #373D12 background.