COLOR #375C08

HEX: #375C08 RGB: (55,92,8)

Color info

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

RGB color model

#375C08 color RGB value is (55,92,8).

RGB: (55,92,8) (22%, 36%, 3%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 8 of 255 = 3%

55
92
8

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

Portions of RGB colors in percentages

R + G + B = 55 + 92 + 8 = 155 (100%)
R 55 of 155 ~ 35.48%
G 92 of 155 ~ 59.35%
B 8 of 155 ~ 5.16'%

%35.48
%59.35

CMYK color model

#375C08 color CMYK value is (40,0,91,64).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 91.30%
  • key color value is 63.92%
CMYK: (40,0,91,64) C40M0Y91K64 (40%,0%,91%,64%) (0.40/0.00/0.91/0.64) 

CMYK percentages

%40.22
%0
%91.3
%63.92

Codes

Color #375C08 in popluar color models

37 5C 08
RGB 55 92 8
HSL 86° 84.00% 19.61%
HSB/HSV 86° 91.30% 36.08%
CMYK 40.22% 0.00% 91.30%
63.92%

Color #375C08 in popluar number systems.

HEX 37 5C 08
Decimal 55 92 8
Binary 110111 1011100 1000
Octal 67 134 10

Shades and tints

Shades of #375C08

#375C08
(55,92,8)
#325408
(50,84,8)
#2D4C08
(45,76,8)
#284408
(40,68,8)
#233C08
(35,60,8)
#1E3408
(30,52,8)
#192C08
(25,44,8)
#142408
(20,36,8)
#0F1C08
(15,28,8)
#0A1408
(10,20,8)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #375C08

#375C08
(55,92,8)
#496A1E
(73,106,30)
#5B7834
(91,120,52)
#6D864A
(109,134,74)
#7F9460
(127,148,96)
#91A276
(145,162,118)
#A3B08C
(163,176,140)
#B5BEA2
(181,190,162)
#C7CCB8
(199,204,184)
#D9DACE
(217,218,206)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375C08; }

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

This text font color is #375C08.

Background Color

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

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

This div background color is #375C08.

Border color

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

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

This div border color is #375C08.

Opacity

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

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

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

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

This text has shadow with #375C08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375C08.

Preview

Color preview on black background

This text has color #375C08 on black background.


Color preview on white background

This text has color #375C08 on white background.


Black color preview on #375C08 background

This text has black color on #375C08 background.


White color preview on #375C08 background

This text has white color on #375C08 background.


Related colors

Complementary color

Complementary color for #hex is #C8A3F7.


I love getcolorcode.com

Triadic colors

1 #08375C and #5C0837 with #375C08 are triadic colors.

2 #085C37 and #5C3708 with #375C08 are triadic colors.