COLOR #375B1D

HEX: #375B1D RGB: (55,91,29)

Color info

#375B1D contains mainly red and green colors. Web safe color of #375B1D is #336633 (or #363).

RGB color model

#375B1D color RGB value is (55,91,29).

RGB: (55,91,29) (22%, 36%, 11%)

RGB channels and saturation

R 55 of 255 = 22%
G 91 of 255 = 36%
B 29 of 255 = 11%

55
91
29

R + G + B ~ 23%. #375B1D is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 91 + 29 = 175 (100%)
R 55 of 175 ~ 31.43%
G 91 of 175 ~ 52%
B 29 of 175 ~ 16.57'%

%31.43
%52
%16.57

CMYK color model

#375B1D color CMYK value is (40,0,68,64).

  • cyan value is 39.56%
  • magenta value is 0.00%
  • yellow value is 68.13%
  • key color value is 64.31%

CMYK: (40,0,68,64)
C40M0Y68K64 (40%, 0%, 68%, 64%)
(0.40 / 0.00 / 0.68 / 0.64)

CMYK percentages

%39.56
%0
%68.13
%64.31

Codes

Color #375B1D in popluar color models

37 5B 1D
RGB 55 91 29
HSL 95° 51.67% 23.53%
HSB/HSV 95° 68.13% 35.69%
CMYK 39.56% 0.00% 68.13%
64.31%

Color #375B1D in popluar number systems.

HEX 37 5B 1D
Decimal 55 91 29
Binary 110111 1011011 11101
Octal 67 133 35

Shades and tints

Shades of #375B1D

#375B1D
(55,91,29)
#32531B
(50,83,27)
#2D4B19
(45,75,25)
#284317
(40,67,23)
#233B15
(35,59,21)
#1E3313
(30,51,19)
#192B11
(25,43,17)
#14230F
(20,35,15)
#0F1B0D
(15,27,13)
#0A130B
(10,19,11)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #375B1D

#375B1D
(55,91,29)
#496931
(73,105,49)
#5B7745
(91,119,69)
#6D8559
(109,133,89)
#7F936D
(127,147,109)
#91A181
(145,161,129)
#A3AF95
(163,175,149)
#B5BDA9
(181,189,169)
#C7CBBD
(199,203,189)
#D9D9D1
(217,217,209)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375B1D color. Also use rgb(55,91,29) instead hex code.

Text Font Color

.myTextColor { color: #375B1D; }

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

This text font color is #375B1D.

Background Color

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

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

This div background color is #375B1D.

Border color

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

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

This div border color is #375B1D.

Opacity

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

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

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

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

This text has shadow with #375B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375B1D.

Preview

Color preview on black background

This text has color #375B1D on black background.


Color preview on white background

This text has color #375B1D on white background.


Black color preview on #375B1D background

This text has black color on #375B1D background.


White color preview on #375B1D background

This text has white color on #375B1D background.


Related colors

Complementary color

Complementary color for #hex is #C8A4E2.


I love getcolorcode.com

Triadic colors

1 #1D375B and #5B1D37 with #375B1D are triadic colors.

2 #1D5B37 and #5B371D with #375B1D are triadic colors.