COLOR #375314

HEX: #375314
RGB: (55,83,20)

Color info

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

RGB color model

#375314 color RGB value is (55,83,20).

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

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 20 of 255 = 8%

55
83
20

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

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 20 = 158 (100%)
R 55 of 158 ~ 34.81%
G 83 of 158 ~ 52.53%
B 20 of 158 ~ 12.66%

%34.81
%52.53
%12.66

CMYK color model

#375314 color CMYK value is (34,0,76,67).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 75.90%
  • key color value is 67.45%
CMYK:
(34,0,76,67)
C34M0Y76K67 
(34%,0%,76%,67%)
(0.34/0.00/0.76/0.67)	

CMYK percentages

%33.73
%0
%75.9
%67.45

Codes

Color #375314 in popluar color models

375314
RGB558320
HSL87°61.17%20.20%
HSB/HSV87°75.90%32.55%
CMYK33.73%0.00%75.90%
67.45%

Color #375314 in popluar number systems.

HEX375314
Decimal558320
Binary110111101001110100
Octal6712324

Shades and tints

Shades of #375314

#375314
(55,83,20)
#324C13
(50,76,19)
#2D4512
(45,69,18)
#283E11
(40,62,17)
#233710
(35,55,16)
#1E300F
(30,48,15)
#19290E
(25,41,14)
#14220D
(20,34,13)
#0F1B0C
(15,27,12)
#0A140B
(10,20,11)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #375314

#375314
(55,83,20)
#496229
(73,98,41)
#5B713E
(91,113,62)
#6D8053
(109,128,83)
#7F8F68
(127,143,104)
#919E7D
(145,158,125)
#A3AD92
(163,173,146)
#B5BCA7
(181,188,167)
#C7CBBC
(199,203,188)
#D9DAD1
(217,218,209)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375314; }

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

This text font color is #375314.


Background Color

.myBgColor { background-color: #375314; }

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

This div background color is #375314.


Border color

.myBorderColor { border: 1px solid #375314; }

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

This div border color is #375314.


Opacity

.myOpacity80 { color: #375314; opacity: 0.8; }

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

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

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

This text has shadow with #375314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375314 on black background.


Color preview on white background

This text has color #375314 on white background.



Black color preview on #375314 background

This text has black color on #375314 background.


White color preview on #375314 background

This text has white color on #375314 background.