COLOR #375620

HEX: #375620
RGB: (55,86,32)

Color info

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

RGB color model

#375620 color RGB value is (55,86,32).

  • red value is 55;
  • green value is 86;
  • blue value is 32.
RGB:
(55,86,32)
(22%,34%,13%)

RGB channels and saturation

R 55 of 255 = 22%
G 86 of 255 = 34%
B 32 of 255 = 13%

55
86
32

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

Portions of RGB colors in percentages

R + G + B =
55 + 86 + 32 = 173 (100%)
R 55 of 173 ~ 31.79%
G 86 of 173 ~ 49.71%
B 32 of 173 ~ 18.5%

%31.79
%49.71
%18.5

CMYK color model

#375620 color CMYK value is (36,0,63,66).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 66.27%
CMYK:
(36,0,63,66)
C36M0Y63K66 
(36%,0%,63%,66%)
(0.36/0.00/0.63/0.66)	

CMYK percentages

%36.05
%0
%62.79
%66.27

Codes

Color #375620 in popluar color models

375620
RGB558632
HSL94°45.76%23.14%
HSB/HSV94°62.79%33.73%
CMYK36.05%0.00%62.79%
66.27%

Color #375620 in popluar number systems.

HEX375620
Decimal558632
Binary1101111010110100000
Octal6712640

Shades and tints

Shades of #375620

#375620
(55,86,32)
#324F1E
(50,79,30)
#2D481C
(45,72,28)
#28411A
(40,65,26)
#233A18
(35,58,24)
#1E3316
(30,51,22)
#192C14
(25,44,20)
#142512
(20,37,18)
#0F1E10
(15,30,16)
#0A170E
(10,23,14)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #375620

#375620
(55,86,32)
#496534
(73,101,52)
#5B7448
(91,116,72)
#6D835C
(109,131,92)
#7F9270
(127,146,112)
#91A184
(145,161,132)
#A3B098
(163,176,152)
#B5BFAC
(181,191,172)
#C7CEC0
(199,206,192)
#D9DDD4
(217,221,212)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375620 color. Also use rgb(55,86,32) instead hex code.

Text Font Color

.myTextColor { color: #375620; }

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

This text font color is #375620.


Background Color

.myBgColor { background-color: #375620; }

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

This div background color is #375620.


Border color

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

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

This div border color is #375620.


Opacity

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

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

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

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

This text has shadow with #375620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375620 on black background.


Color preview on white background

This text has color #375620 on white background.



Black color preview on #375620 background

This text has black color on #375620 background.


White color preview on #375620 background

This text has white color on #375620 background.