COLOR #375F08

HEX: #375F08
RGB: (55,95,8)

Color info

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

RGB color model

#375F08 color RGB value is (55,95,8).

  • red value is 55;
  • green value is 95;
  • blue value is 8.
RGB:
(55,95,8)
(22%,37%,3%)

RGB channels and saturation

R 55 of 255 = 22%
G 95 of 255 = 37%
B 8 of 255 = 3%

55
95
8

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

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 8 = 158 (100%)
R 55 of 158 ~ 34.81%
G 95 of 158 ~ 60.13%
B 8 of 158 ~ 5.06%

%34.81
%60.13

CMYK color model

#375F08 color CMYK value is (42,0,92,63).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 91.58%
  • key color value is 62.75%
CMYK:
(42,0,92,63)
C42M0Y92K63 
(42%,0%,92%,63%)
(0.42/0.00/0.92/0.63)	

CMYK percentages

%42.11
%0
%91.58
%62.75

Codes

Color #375F08 in popluar color models

375F08
RGB55958
HSL88°84.47%20.20%
HSB/HSV88°91.58%37.25%
CMYK42.11%0.00%91.58%
62.75%

Color #375F08 in popluar number systems.

HEX375F08
Decimal55958
Binary11011110111111000
Octal6713710

Shades and tints

Shades of #375F08

#375F08
(55,95,8)
#325708
(50,87,8)
#2D4F08
(45,79,8)
#284708
(40,71,8)
#233F08
(35,63,8)
#1E3708
(30,55,8)
#192F08
(25,47,8)
#142708
(20,39,8)
#0F1F08
(15,31,8)
#0A1708
(10,23,8)
#050F08
(5,15,8)
#000000
(0,0,0)

Tints of #375F08

#375F08
(55,95,8)
#496D1E
(73,109,30)
#5B7B34
(91,123,52)
#6D894A
(109,137,74)
#7F9760
(127,151,96)
#91A576
(145,165,118)
#A3B38C
(163,179,140)
#B5C1A2
(181,193,162)
#C7CFB8
(199,207,184)
#D9DDCE
(217,221,206)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375F08 color. Also use rgb(55,95,8) instead hex code.

Text Font Color

.myTextColor { color: #375F08; }

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

This text font color is #375F08.


Background Color

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

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

This div background color is #375F08.


Border color

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

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

This div border color is #375F08.


Opacity

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

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

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

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

This text has shadow with #375F08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F08 on black background.


Color preview on white background

This text has color #375F08 on white background.



Black color preview on #375F08 background

This text has black color on #375F08 background.


White color preview on #375F08 background

This text has white color on #375F08 background.