COLOR #377232

HEX: #377232
RGB: (55,114,50)

Color info

#377232 contains mainly red and green colors. Web safe color of #377232 is #336633 (or #363).

RGB color model

#377232 color RGB value is (55,114,50).

  • red value is 55;
  • green value is 114;
  • blue value is 50.
RGB:
(55,114,50)
(22%,45%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 114 of 255 = 45%
B 50 of 255 = 20%

55
114
50

R + G + B ~ 29%. #377232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 114 + 50 = 219 (100%)
R 55 of 219 ~ 25.11%
G 114 of 219 ~ 52.05%
B 50 of 219 ~ 22.83%

%25.11
%52.05
%22.83

CMYK color model

#377232 color CMYK value is (52,0,56,55).

  • cyan value is 51.75%
  • magenta value is 0.00%
  • yellow value is 56.14%
  • key color value is 55.29%
CMYK:
(52,0,56,55)
C52M0Y56K55 
(52%,0%,56%,55%)
(0.52/0.00/0.56/0.55)	

CMYK percentages

%51.75
%0
%56.14
%55.29

Codes

Color #377232 in popluar color models

377232
RGB5511450
HSL115°39.02%32.16%
HSB/HSV115°56.14%44.71%
CMYK51.75%0.00%56.14%
55.29%

Color #377232 in popluar number systems.

HEX377232
Decimal5511450
Binary1101111110010110010
Octal6716262

Shades and tints

Shades of #377232

#377232
(55,114,50)
#32682E
(50,104,46)
#2D5E2A
(45,94,42)
#285426
(40,84,38)
#234A22
(35,74,34)
#1E401E
(30,64,30)
#19361A
(25,54,26)
#142C16
(20,44,22)
#0F2212
(15,34,18)
#0A180E
(10,24,14)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #377232

#377232
(55,114,50)
#497E44
(73,126,68)
#5B8A56
(91,138,86)
#6D9668
(109,150,104)
#7FA27A
(127,162,122)
#91AE8C
(145,174,140)
#A3BA9E
(163,186,158)
#B5C6B0
(181,198,176)
#C7D2C2
(199,210,194)
#D9DED4
(217,222,212)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377232 color. Also use rgb(55,114,50) instead hex code.

Text Font Color

.myTextColor { color: #377232; }

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

This text font color is #377232.


Background Color

.myBgColor { background-color: #377232; }

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

This div background color is #377232.


Border color

.myBorderColor { border: 1px solid #377232; }

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

This div border color is #377232.


Opacity

.myOpacity80 { color: #377232; opacity: 0.8; }

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

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

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

This text has shadow with #377232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377232 on black background.


Color preview on white background

This text has color #377232 on white background.



Black color preview on #377232 background

This text has black color on #377232 background.


White color preview on #377232 background

This text has white color on #377232 background.