COLOR #375C30

HEX: #375C30
RGB: (55,92,48)

Color info

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

RGB color model

#375C30 color RGB value is (55,92,48).

  • red value is 55;
  • green value is 92;
  • blue value is 48.
RGB:
(55,92,48)
(22%,36%,19%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 48 of 255 = 19%

55
92
48

R + G + B ~ 26%. #375C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 92 + 48 = 195 (100%)
R 55 of 195 ~ 28.21%
G 92 of 195 ~ 47.18%
B 48 of 195 ~ 24.62%

%28.21
%47.18
%24.62

CMYK color model

#375C30 color CMYK value is (40,0,48,64).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(40,0,48,64)
C40M0Y48K64 
(40%,0%,48%,64%)
(0.40/0.00/0.48/0.64)	

CMYK percentages

%40.22
%0
%47.83
%63.92

Codes

Color #375C30 in popluar color models

375C30
RGB559248
HSL110°31.43%27.45%
HSB/HSV110°47.83%36.08%
CMYK40.22%0.00%47.83%
63.92%

Color #375C30 in popluar number systems.

HEX375C30
Decimal559248
Binary1101111011100110000
Octal6713460

Shades and tints

Shades of #375C30

#375C30
(55,92,48)
#32542C
(50,84,44)
#2D4C28
(45,76,40)
#284424
(40,68,36)
#233C20
(35,60,32)
#1E341C
(30,52,28)
#192C18
(25,44,24)
#142414
(20,36,20)
#0F1C10
(15,28,16)
#0A140C
(10,20,12)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #375C30

#375C30
(55,92,48)
#496A42
(73,106,66)
#5B7854
(91,120,84)
#6D8666
(109,134,102)
#7F9478
(127,148,120)
#91A28A
(145,162,138)
#A3B09C
(163,176,156)
#B5BEAE
(181,190,174)
#C7CCC0
(199,204,192)
#D9DAD2
(217,218,210)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375C30 color. Also use rgb(55,92,48) instead hex code.

Text Font Color

.myTextColor { color: #375C30; }

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

This text font color is #375C30.


Background Color

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

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

This div background color is #375C30.


Border color

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

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

This div border color is #375C30.


Opacity

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

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

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

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

This text has shadow with #375C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375C30 on black background.


Color preview on white background

This text has color #375C30 on white background.



Black color preview on #375C30 background

This text has black color on #375C30 background.


White color preview on #375C30 background

This text has white color on #375C30 background.