COLOR #375817

HEX: #375817
RGB: (55,88,23)

Color info

#375817 contains mainly red and green colors. Web safe color of #375817 is #336600 (or #360).

RGB color model

#375817 color RGB value is (55,88,23).

  • red value is 55;
  • green value is 88;
  • blue value is 23.
RGB:
(55,88,23)
(22%,35%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 23 of 255 = 9%

55
88
23

R + G + B ~ 22%. #375817 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 23 = 166 (100%)
R 55 of 166 ~ 33.13%
G 88 of 166 ~ 53.01%
B 23 of 166 ~ 13.86%

%33.13
%53.01
%13.86

CMYK color model

#375817 color CMYK value is (38,0,74,65).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 73.86%
  • key color value is 65.49%
CMYK:
(38,0,74,65)
C38M0Y74K65 
(38%,0%,74%,65%)
(0.38/0.00/0.74/0.65)	

CMYK percentages

%37.5
%0
%73.86
%65.49

Codes

Color #375817 in popluar color models

375817
RGB558823
HSL90°58.56%21.76%
HSB/HSV90°73.86%34.51%
CMYK37.50%0.00%73.86%
65.49%

Color #375817 in popluar number systems.

HEX375817
Decimal558823
Binary110111101100010111
Octal6713027

Shades and tints

Shades of #375817

#375817
(55,88,23)
#325015
(50,80,21)
#2D4813
(45,72,19)
#284011
(40,64,17)
#23380F
(35,56,15)
#1E300D
(30,48,13)
#19280B
(25,40,11)
#142009
(20,32,9)
#0F1807
(15,24,7)
#0A1005
(10,16,5)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #375817

#375817
(55,88,23)
#49672C
(73,103,44)
#5B7641
(91,118,65)
#6D8556
(109,133,86)
#7F946B
(127,148,107)
#91A380
(145,163,128)
#A3B295
(163,178,149)
#B5C1AA
(181,193,170)
#C7D0BF
(199,208,191)
#D9DFD4
(217,223,212)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375817 color. Also use rgb(55,88,23) instead hex code.

Text Font Color

.myTextColor { color: #375817; }

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

This text font color is #375817.


Background Color

.myBgColor { background-color: #375817; }

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

This div background color is #375817.


Border color

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

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

This div border color is #375817.


Opacity

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

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

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

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

This text has shadow with #375817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375817 on black background.


Color preview on white background

This text has color #375817 on white background.



Black color preview on #375817 background

This text has black color on #375817 background.


White color preview on #375817 background

This text has white color on #375817 background.