COLOR #375D0F

HEX: #375D0F RGB: (55,93,15)

Color info

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

RGB color model

#375D0F color RGB value is (55,93,15).

RGB: (55,93,15) (22%, 36%, 6%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 15 of 255 = 6%

55
93
15

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

Portions of RGB colors in percentages

R + G + B = 55 + 93 + 15 = 163 (100%)
R 55 of 163 ~ 33.74%
G 93 of 163 ~ 57.06%
B 15 of 163 ~ 9.2'%

%33.74
%57.06

CMYK color model

#375D0F color CMYK value is (41,0,84,64).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 83.87%
  • key color value is 63.53%

CMYK: (41,0,84,64)
C41M0Y84K64 (41%, 0%, 84%, 64%)
(0.41 / 0.00 / 0.84 / 0.64)

CMYK percentages

%40.86
%0
%83.87
%63.53

Codes

Color #375D0F in popluar color models

37 5D 0F
RGB 55 93 15
HSL 89° 72.22% 21.18%
HSB/HSV 89° 83.87% 36.47%
CMYK 40.86% 0.00% 83.87%
63.53%

Color #375D0F in popluar number systems.

HEX 37 5D 0F
Decimal 55 93 15
Binary 110111 1011101 1111
Octal 67 135 17

Shades and tints

Shades of #375D0F

#375D0F
(55,93,15)
#32550E
(50,85,14)
#2D4D0D
(45,77,13)
#28450C
(40,69,12)
#233D0B
(35,61,11)
#1E350A
(30,53,10)
#192D09
(25,45,9)
#142508
(20,37,8)
#0F1D07
(15,29,7)
#0A1506
(10,21,6)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #375D0F

#375D0F
(55,93,15)
#496B24
(73,107,36)
#5B7939
(91,121,57)
#6D874E
(109,135,78)
#7F9563
(127,149,99)
#91A378
(145,163,120)
#A3B18D
(163,177,141)
#B5BFA2
(181,191,162)
#C7CDB7
(199,205,183)
#D9DBCC
(217,219,204)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375D0F; }

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

This text font color is #375D0F.

Background Color

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

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

This div background color is #375D0F.

Border color

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

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

This div border color is #375D0F.

Opacity

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

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

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

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

This text has shadow with #375D0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375D0F.

Preview

Color preview on black background

This text has color #375D0F on black background.


Color preview on white background

This text has color #375D0F on white background.


Black color preview on #375D0F background

This text has black color on #375D0F background.


White color preview on #375D0F background

This text has white color on #375D0F background.


Related colors

Complementary color

Complementary color for #hex is #C8A2F0.


I love getcolorcode.com

Triadic colors

1 #0F375D and #5D0F37 with #375D0F are triadic colors.

2 #0F5D37 and #5D370F with #375D0F are triadic colors.