COLOR #375E35

HEX: #375E35
RGB: (55,94,53)

Color info

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

RGB color model

#375E35 color RGB value is (55,94,53).

  • red value is 55;
  • green value is 94;
  • blue value is 53.
RGB:
(55,94,53)
(22%,37%,21%)

RGB channels and saturation

R 55 of 255 = 22%
G 94 of 255 = 37%
B 53 of 255 = 21%

55
94
53

R + G + B ~ 27%. #375E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 94 + 53 = 202 (100%)
R 55 of 202 ~ 27.23%
G 94 of 202 ~ 46.53%
B 53 of 202 ~ 26.24%

%27.23
%46.53
%26.24

CMYK color model

#375E35 color CMYK value is (41,0,44,63).

  • cyan value is 41.49%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 63.14%
CMYK:
(41,0,44,63)
C41M0Y44K63 
(41%,0%,44%,63%)
(0.41/0.00/0.44/0.63)	

CMYK percentages

%41.49
%0
%43.62
%63.14

Codes

Color #375E35 in popluar color models

375E35
RGB559453
HSL117°27.89%28.82%
HSB/HSV117°43.62%36.86%
CMYK41.49%0.00%43.62%
63.14%

Color #375E35 in popluar number systems.

HEX375E35
Decimal559453
Binary1101111011110110101
Octal6713665

Shades and tints

Shades of #375E35

#375E35
(55,94,53)
#325631
(50,86,49)
#2D4E2D
(45,78,45)
#284629
(40,70,41)
#233E25
(35,62,37)
#1E3621
(30,54,33)
#192E1D
(25,46,29)
#142619
(20,38,25)
#0F1E15
(15,30,21)
#0A1611
(10,22,17)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #375E35

#375E35
(55,94,53)
#496C47
(73,108,71)
#5B7A59
(91,122,89)
#6D886B
(109,136,107)
#7F967D
(127,150,125)
#91A48F
(145,164,143)
#A3B2A1
(163,178,161)
#B5C0B3
(181,192,179)
#C7CEC5
(199,206,197)
#D9DCD7
(217,220,215)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375E35 color. Also use rgb(55,94,53) instead hex code.

Text Font Color

.myTextColor { color: #375E35; }

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

This text font color is #375E35.


Background Color

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

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

This div background color is #375E35.


Border color

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

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

This div border color is #375E35.


Opacity

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

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

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

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

This text has shadow with #375E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375E35 on black background.


Color preview on white background

This text has color #375E35 on white background.



Black color preview on #375E35 background

This text has black color on #375E35 background.


White color preview on #375E35 background

This text has white color on #375E35 background.