COLOR #375C06

HEX: #375C06
RGB: (55,92,6)

Color info

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

RGB color model

#375C06 color RGB value is (55,92,6).

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

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 6 of 255 = 2%

55
92
6

R + G + B ~ 20%. #375C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 92 + 6 = 153 (100%)
R 55 of 153 ~ 35.95%
G 92 of 153 ~ 60.13%
B 6 of 153 ~ 3.92%

%35.95
%60.13

CMYK color model

#375C06 color CMYK value is (40,0,93,64).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 93.48%
  • key color value is 63.92%
CMYK:
(40,0,93,64)
C40M0Y93K64 
(40%,0%,93%,64%)
(0.40/0.00/0.93/0.64)	

CMYK percentages

%40.22
%0
%93.48
%63.92

Codes

Color #375C06 in popluar color models

375C06
RGB55926
HSL86°87.76%19.22%
HSB/HSV86°93.48%36.08%
CMYK40.22%0.00%93.48%
63.92%

Color #375C06 in popluar number systems.

HEX375C06
Decimal55926
Binary1101111011100110
Octal671346

Shades and tints

Shades of #375C06

#375C06
(55,92,6)
#325406
(50,84,6)
#2D4C06
(45,76,6)
#284406
(40,68,6)
#233C06
(35,60,6)
#1E3406
(30,52,6)
#192C06
(25,44,6)
#142406
(20,36,6)
#0F1C06
(15,28,6)
#0A1406
(10,20,6)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #375C06

#375C06
(55,92,6)
#496A1C
(73,106,28)
#5B7832
(91,120,50)
#6D8648
(109,134,72)
#7F945E
(127,148,94)
#91A274
(145,162,116)
#A3B08A
(163,176,138)
#B5BEA0
(181,190,160)
#C7CCB6
(199,204,182)
#D9DACC
(217,218,204)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375C06; }

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

This text font color is #375C06.


Background Color

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

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

This div background color is #375C06.


Border color

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

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

This div border color is #375C06.


Opacity

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

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

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

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

This text has shadow with #375C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375C06 on black background.


Color preview on white background

This text has color #375C06 on white background.



Black color preview on #375C06 background

This text has black color on #375C06 background.


White color preview on #375C06 background

This text has white color on #375C06 background.