COLOR #375A25

HEX: #375A25
RGB: (55,90,37)

Color info

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

RGB color model

#375A25 color RGB value is (55,90,37).

  • red value is 55;
  • green value is 90;
  • blue value is 37.
RGB:
(55,90,37)
(22%,35%,15%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 37 of 255 = 15%

55
90
37

R + G + B ~ 24%. #375A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 90 + 37 = 182 (100%)
R 55 of 182 ~ 30.22%
G 90 of 182 ~ 49.45%
B 37 of 182 ~ 20.33%

%30.22
%49.45
%20.33

CMYK color model

#375A25 color CMYK value is (39,0,59,65).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(39,0,59,65)
C39M0Y59K65 
(39%,0%,59%,65%)
(0.39/0.00/0.59/0.65)	

CMYK percentages

%38.89
%0
%58.89
%64.71

Codes

Color #375A25 in popluar color models

375A25
RGB559037
HSL100°41.73%24.90%
HSB/HSV100°58.89%35.29%
CMYK38.89%0.00%58.89%
64.71%

Color #375A25 in popluar number systems.

HEX375A25
Decimal559037
Binary1101111011010100101
Octal6713245

Shades and tints

Shades of #375A25

#375A25
(55,90,37)
#325222
(50,82,34)
#2D4A1F
(45,74,31)
#28421C
(40,66,28)
#233A19
(35,58,25)
#1E3216
(30,50,22)
#192A13
(25,42,19)
#142210
(20,34,16)
#0F1A0D
(15,26,13)
#0A120A
(10,18,10)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #375A25

#375A25
(55,90,37)
#496938
(73,105,56)
#5B784B
(91,120,75)
#6D875E
(109,135,94)
#7F9671
(127,150,113)
#91A584
(145,165,132)
#A3B497
(163,180,151)
#B5C3AA
(181,195,170)
#C7D2BD
(199,210,189)
#D9E1D0
(217,225,208)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A25 color. Also use rgb(55,90,37) instead hex code.

Text Font Color

.myTextColor { color: #375A25; }

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

This text font color is #375A25.


Background Color

.myBgColor { background-color: #375A25; }

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

This div background color is #375A25.


Border color

.myBorderColor { border: 1px solid #375A25; }

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

This div border color is #375A25.


Opacity

.myOpacity80 { color: #375A25; opacity: 0.8; }

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

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

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

This text has shadow with #375A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375A25 on black background.


Color preview on white background

This text has color #375A25 on white background.



Black color preview on #375A25 background

This text has black color on #375A25 background.


White color preview on #375A25 background

This text has white color on #375A25 background.