COLOR #37360F

HEX: #37360F
RGB: (55,54,15)

Color info

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

RGB color model

#37360F color RGB value is (55,54,15).

  • red value is 55;
  • green value is 54;
  • blue value is 15.
RGB:
(55,54,15)
(22%,21%,6%)

RGB channels and saturation

R 55 of 255 = 22%
G 54 of 255 = 21%
B 15 of 255 = 6%

55
54
15

R + G + B ~ 16%. #37360F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 54 + 15 = 124 (100%)
R 55 of 124 ~ 44.35%
G 54 of 124 ~ 43.55%
B 15 of 124 ~ 12.1%

%44.35
%43.55
%12.1

CMYK color model

#37360F color CMYK value is (0,2,73,78).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 72.73%
  • key color value is 78.43%
CMYK:
(0,2,73,78)
C0M2Y73K78 
(0%,2%,73%,78%)
(0.00/0.02/0.73/0.78)	

CMYK percentages

%0
%1.82
%72.73
%78.43

Codes

Color #37360F in popluar color models

37360F
RGB555415
HSL59°57.14%13.73%
HSB/HSV59°72.73%21.57%
CMYK0.00%1.82%72.73%
78.43%

Color #37360F in popluar number systems.

HEX37360F
Decimal555415
Binary1101111101101111
Octal676617

Shades and tints

Shades of #37360F

#37360F
(55,54,15)
#32320E
(50,50,14)
#2D2E0D
(45,46,13)
#282A0C
(40,42,12)
#23260B
(35,38,11)
#1E220A
(30,34,10)
#191E09
(25,30,9)
#141A08
(20,26,8)
#0F1607
(15,22,7)
#0A1206
(10,18,6)
#050E05
(5,14,5)
#000000
(0,0,0)

Tints of #37360F

#37360F
(55,54,15)
#494824
(73,72,36)
#5B5A39
(91,90,57)
#6D6C4E
(109,108,78)
#7F7E63
(127,126,99)
#919078
(145,144,120)
#A3A28D
(163,162,141)
#B5B4A2
(181,180,162)
#C7C6B7
(199,198,183)
#D9D8CC
(217,216,204)
#EBEAE1
(235,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37360F color. Also use rgb(55,54,15) instead hex code.

Text Font Color

.myTextColor { color: #37360F; }

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

This text font color is #37360F.


Background Color

.myBgColor { background-color: #37360F; }

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

This div background color is #37360F.


Border color

.myBorderColor { border: 1px solid #37360F; }

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

This div border color is #37360F.


Opacity

.myOpacity80 { color: #37360F; opacity: 0.8; }

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

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

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

This text has shadow with #37360F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37360F on black background.


Color preview on white background

This text has color #37360F on white background.



Black color preview on #37360F background

This text has black color on #37360F background.


White color preview on #37360F background

This text has white color on #37360F background.