COLOR #375D09

HEX: #375D09
RGB: (55,93,9)

Color info

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

RGB color model

#375D09 color RGB value is (55,93,9).

  • red value is 55;
  • green value is 93;
  • blue value is 9.
RGB:
(55,93,9)
(22%,36%,4%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 9 of 255 = 4%

55
93
9

R + G + B ~ 21%. #375D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 93 + 9 = 157 (100%)
R 55 of 157 ~ 35.03%
G 93 of 157 ~ 59.24%
B 9 of 157 ~ 5.73%

%35.03
%59.24

CMYK color model

#375D09 color CMYK value is (41,0,90,64).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 90.32%
  • key color value is 63.53%
CMYK:
(41,0,90,64)
C41M0Y90K64 
(41%,0%,90%,64%)
(0.41/0.00/0.90/0.64)	

CMYK percentages

%40.86
%0
%90.32
%63.53

Codes

Color #375D09 in popluar color models

375D09
RGB55939
HSL87°82.35%20.00%
HSB/HSV87°90.32%36.47%
CMYK40.86%0.00%90.32%
63.53%

Color #375D09 in popluar number systems.

HEX375D09
Decimal55939
Binary11011110111011001
Octal6713511

Shades and tints

Shades of #375D09

#375D09
(55,93,9)
#325509
(50,85,9)
#2D4D09
(45,77,9)
#284509
(40,69,9)
#233D09
(35,61,9)
#1E3509
(30,53,9)
#192D09
(25,45,9)
#142509
(20,37,9)
#0F1D09
(15,29,9)
#0A1509
(10,21,9)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #375D09

#375D09
(55,93,9)
#496B1F
(73,107,31)
#5B7935
(91,121,53)
#6D874B
(109,135,75)
#7F9561
(127,149,97)
#91A377
(145,163,119)
#A3B18D
(163,177,141)
#B5BFA3
(181,191,163)
#C7CDB9
(199,205,185)
#D9DBCF
(217,219,207)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D09 color. Also use rgb(55,93,9) instead hex code.

Text Font Color

.myTextColor { color: #375D09; }

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

This text font color is #375D09.


Background Color

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

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

This div background color is #375D09.


Border color

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

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

This div border color is #375D09.


Opacity

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

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

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

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

This text has shadow with #375D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D09 on black background.


Color preview on white background

This text has color #375D09 on white background.



Black color preview on #375D09 background

This text has black color on #375D09 background.


White color preview on #375D09 background

This text has white color on #375D09 background.