COLOR #375F14

HEX: #375F14
RGB: (55,95,20)

Color info

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

RGB color model

#375F14 color RGB value is (55,95,20).

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

RGB channels and saturation

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

55
95
20

R + G + B ~ 22%. #375F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 20 = 170 (100%)
R 55 of 170 ~ 32.35%
G 95 of 170 ~ 55.88%
B 20 of 170 ~ 11.76%

%32.35
%55.88
%11.76

CMYK color model

#375F14 color CMYK value is (42,0,79,63).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 62.75%
CMYK:
(42,0,79,63)
C42M0Y79K63 
(42%,0%,79%,63%)
(0.42/0.00/0.79/0.63)	

CMYK percentages

%42.11
%0
%78.95
%62.75

Codes

Color #375F14 in popluar color models

375F14
RGB559520
HSL92°65.22%22.55%
HSB/HSV92°78.95%37.25%
CMYK42.11%0.00%78.95%
62.75%

Color #375F14 in popluar number systems.

HEX375F14
Decimal559520
Binary110111101111110100
Octal6713724

Shades and tints

Shades of #375F14

#375F14
(55,95,20)
#325713
(50,87,19)
#2D4F12
(45,79,18)
#284711
(40,71,17)
#233F10
(35,63,16)
#1E370F
(30,55,15)
#192F0E
(25,47,14)
#14270D
(20,39,13)
#0F1F0C
(15,31,12)
#0A170B
(10,23,11)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #375F14

#375F14
(55,95,20)
#496D29
(73,109,41)
#5B7B3E
(91,123,62)
#6D8953
(109,137,83)
#7F9768
(127,151,104)
#91A57D
(145,165,125)
#A3B392
(163,179,146)
#B5C1A7
(181,193,167)
#C7CFBC
(199,207,188)
#D9DDD1
(217,221,209)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375F14; }

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

This text font color is #375F14.


Background Color

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

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

This div background color is #375F14.


Border color

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

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

This div border color is #375F14.


Opacity

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

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

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

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

This text has shadow with #375F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F14 on black background.


Color preview on white background

This text has color #375F14 on white background.



Black color preview on #375F14 background

This text has black color on #375F14 background.


White color preview on #375F14 background

This text has white color on #375F14 background.