COLOR #37350B

HEX: #37350B
RGB: (55,53,11)

Color info

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

RGB color model

#37350B color RGB value is (55,53,11).

  • red value is 55;
  • green value is 53;
  • blue value is 11.
RGB:
(55,53,11)
(22%,21%,4%)

RGB channels and saturation

R 55 of 255 = 22%
G 53 of 255 = 21%
B 11 of 255 = 4%

55
53
11

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

Portions of RGB colors in percentages

R + G + B =
55 + 53 + 11 = 119 (100%)
R 55 of 119 ~ 46.22%
G 53 of 119 ~ 44.54%
B 11 of 119 ~ 9.24%

%46.22
%44.54

CMYK color model

#37350B color CMYK value is (0,4,80,78).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 80.00%
  • key color value is 78.43%
CMYK:
(0,4,80,78)
C0M4Y80K78 
(0%,4%,80%,78%)
(0.00/0.04/0.80/0.78)	

CMYK percentages

%0
%3.64
%80
%78.43

Codes

Color #37350B in popluar color models

37350B
RGB555311
HSL57°66.67%12.94%
HSB/HSV57°80.00%21.57%
CMYK0.00%3.64%80.00%
78.43%

Color #37350B in popluar number systems.

HEX37350B
Decimal555311
Binary1101111101011011
Octal676513

Shades and tints

Shades of #37350B

#37350B
(55,53,11)
#32310A
(50,49,10)
#2D2D09
(45,45,9)
#282908
(40,41,8)
#232507
(35,37,7)
#1E2106
(30,33,6)
#191D05
(25,29,5)
#141904
(20,25,4)
#0F1503
(15,21,3)
#0A1102
(10,17,2)
#050D01
(5,13,1)
#000000
(0,0,0)

Tints of #37350B

#37350B
(55,53,11)
#494721
(73,71,33)
#5B5937
(91,89,55)
#6D6B4D
(109,107,77)
#7F7D63
(127,125,99)
#918F79
(145,143,121)
#A3A18F
(163,161,143)
#B5B3A5
(181,179,165)
#C7C5BB
(199,197,187)
#D9D7D1
(217,215,209)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37350B color. Also use rgb(55,53,11) instead hex code.

Text Font Color

.myTextColor { color: #37350B; }

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

This text font color is #37350B.


Background Color

.myBgColor { background-color: #37350B; }

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

This div background color is #37350B.


Border color

.myBorderColor { border: 1px solid #37350B; }

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

This div border color is #37350B.


Opacity

.myOpacity80 { color: #37350B; opacity: 0.8; }

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

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

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

This text has shadow with #37350B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37350B on black background.


Color preview on white background

This text has color #37350B on white background.



Black color preview on #37350B background

This text has black color on #37350B background.


White color preview on #37350B background

This text has white color on #37350B background.