COLOR #37502B

HEX: #37502B RGB: (55,80,43)

Color info

#37502B contains red, green and blue colors in about the same proportion. Web safe color of #37502B is #336633 (or #363).

RGB color model

#37502B color RGB value is (55,80,43).

RGB: (55,80,43) (22%, 31%, 17%)

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 43 of 255 = 17%

55
80
43

R + G + B ~ 23%. #37502B is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 80 + 43 = 178 (100%)
R 55 of 178 ~ 30.9%
G 80 of 178 ~ 44.94%
B 43 of 178 ~ 24.16'%

%30.9
%44.94
%24.16

CMYK color model

#37502B color CMYK value is (31,0,46,69).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 68.63%

CMYK: (31,0,46,69)
C31M0Y46K69 (31%, 0%, 46%, 69%)
(0.31 / 0.00 / 0.46 / 0.69)

CMYK percentages

%31.25
%0
%46.25
%68.63

Codes

Color #37502B in popluar color models

37 50 2B
RGB 55 80 43
HSL 101° 30.08% 24.12%
HSB/HSV 101° 46.25% 31.37%
CMYK 31.25% 0.00% 46.25%
68.63%

Color #37502B in popluar number systems.

HEX 37 50 2B
Decimal 55 80 43
Binary 110111 1010000 101011
Octal 67 120 53

Shades and tints

Shades of #37502B

#37502B
(55,80,43)
#324928
(50,73,40)
#2D4225
(45,66,37)
#283B22
(40,59,34)
#23341F
(35,52,31)
#1E2D1C
(30,45,28)
#192619
(25,38,25)
#141F16
(20,31,22)
#0F1813
(15,24,19)
#0A1110
(10,17,16)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #37502B

#37502B
(55,80,43)
#495F3E
(73,95,62)
#5B6E51
(91,110,81)
#6D7D64
(109,125,100)
#7F8C77
(127,140,119)
#919B8A
(145,155,138)
#A3AA9D
(163,170,157)
#B5B9B0
(181,185,176)
#C7C8C3
(199,200,195)
#D9D7D6
(217,215,214)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37502B color. Also use rgb(55,80,43) instead hex code.

Text Font Color

.myTextColor { color: #37502B; }

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

This text font color is #37502B.

Background Color

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

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

This div background color is #37502B.

Border color

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

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

This div border color is #37502B.

Opacity

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

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

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

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

This text has shadow with #37502B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37502B.

Preview

Color preview on black background

This text has color #37502B on black background.


Color preview on white background

This text has color #37502B on white background.


Black color preview on #37502B background

This text has black color on #37502B background.


White color preview on #37502B background

This text has white color on #37502B background.


Related colors

Complementary color

Complementary color for #hex is #C8AFD4.


I love getcolorcode.com

Triadic colors

1 #2B3750 and #502B37 with #37502B are triadic colors.

2 #2B5037 and #50372B with #37502B are triadic colors.