COLOR #373B0C

HEX: #373B0C
RGB: (55,59,12)

Color info

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

RGB color model

#373B0C color RGB value is (55,59,12).

  • red value is 55;
  • green value is 59;
  • blue value is 12.
RGB:
(55,59,12)
(22%,23%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 59 of 255 = 23%
B 12 of 255 = 5%

55
59
12

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

Portions of RGB colors in percentages

R + G + B =
55 + 59 + 12 = 126 (100%)
R 55 of 126 ~ 43.65%
G 59 of 126 ~ 46.83%
B 12 of 126 ~ 9.52%

%43.65
%46.83
%9.52

CMYK color model

#373B0C color CMYK value is (7,0,80,77).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 79.66%
  • key color value is 76.86%
CMYK:
(7,0,80,77)
C7M0Y80K77 
(7%,0%,80%,77%)
(0.07/0.00/0.80/0.77)	

CMYK percentages

%6.78
%0
%79.66
%76.86

Codes

Color #373B0C in popluar color models

373B0C
RGB555912
HSL65°66.20%13.92%
HSB/HSV65°79.66%23.14%
CMYK6.78%0.00%79.66%
76.86%

Color #373B0C in popluar number systems.

HEX373B0C
Decimal555912
Binary1101111110111100
Octal677314

Shades and tints

Shades of #373B0C

#373B0C
(55,59,12)
#32360B
(50,54,11)
#2D310A
(45,49,10)
#282C09
(40,44,9)
#232708
(35,39,8)
#1E2207
(30,34,7)
#191D06
(25,29,6)
#141805
(20,24,5)
#0F1304
(15,19,4)
#0A0E03
(10,14,3)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #373B0C

#373B0C
(55,59,12)
#494C22
(73,76,34)
#5B5D38
(91,93,56)
#6D6E4E
(109,110,78)
#7F7F64
(127,127,100)
#91907A
(145,144,122)
#A3A190
(163,161,144)
#B5B2A6
(181,178,166)
#C7C3BC
(199,195,188)
#D9D4D2
(217,212,210)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373B0C color. Also use rgb(55,59,12) instead hex code.

Text Font Color

.myTextColor { color: #373B0C; }

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

This text font color is #373B0C.


Background Color

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

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

This div background color is #373B0C.


Border color

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

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

This div border color is #373B0C.


Opacity

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

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

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

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

This text has shadow with #373B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373B0C on black background.


Color preview on white background

This text has color #373B0C on white background.



Black color preview on #373B0C background

This text has black color on #373B0C background.


White color preview on #373B0C background

This text has white color on #373B0C background.