COLOR #373B0D

HEX: #373B0D
RGB: (55,59,13)

Color info

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

RGB color model

#373B0D color RGB value is (55,59,13).

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

RGB channels and saturation

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

55
59
13

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

Portions of RGB colors in percentages

R + G + B =
55 + 59 + 13 = 127 (100%)
R 55 of 127 ~ 43.31%
G 59 of 127 ~ 46.46%
B 13 of 127 ~ 10.24%

%43.31
%46.46
%10.24

CMYK color model

#373B0D color CMYK value is (7,0,78,77).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(7,0,78,77)
C7M0Y78K77 
(7%,0%,78%,77%)
(0.07/0.00/0.78/0.77)	

CMYK percentages

%6.78
%0
%77.97
%76.86

Codes

Color #373B0D in popluar color models

373B0D
RGB555913
HSL65°63.89%14.12%
HSB/HSV65°77.97%23.14%
CMYK6.78%0.00%77.97%
76.86%

Color #373B0D in popluar number systems.

HEX373B0D
Decimal555913
Binary1101111110111101
Octal677315

Shades and tints

Shades of #373B0D

#373B0D
(55,59,13)
#32360C
(50,54,12)
#2D310B
(45,49,11)
#282C0A
(40,44,10)
#232709
(35,39,9)
#1E2208
(30,34,8)
#191D07
(25,29,7)
#141806
(20,24,6)
#0F1305
(15,19,5)
#0A0E04
(10,14,4)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #373B0D

#373B0D
(55,59,13)
#494C23
(73,76,35)
#5B5D39
(91,93,57)
#6D6E4F
(109,110,79)
#7F7F65
(127,127,101)
#91907B
(145,144,123)
#A3A191
(163,161,145)
#B5B2A7
(181,178,167)
#C7C3BD
(199,195,189)
#D9D4D3
(217,212,211)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373B0D; }

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

This text font color is #373B0D.


Background Color

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

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

This div background color is #373B0D.


Border color

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

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

This div border color is #373B0D.


Opacity

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

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

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

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

This text has shadow with #373B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373B0D on black background.


Color preview on white background

This text has color #373B0D on white background.



Black color preview on #373B0D background

This text has black color on #373B0D background.


White color preview on #373B0D background

This text has white color on #373B0D background.