COLOR #375219

HEX: #375219
RGB: (55,82,25)

Color info

#375219 contains red, green and blue colors in about the same proportion. Web safe color of #375219 is #336600 (or #360).

RGB color model

#375219 color RGB value is (55,82,25).

  • red value is 55;
  • green value is 82;
  • blue value is 25.
RGB:
(55,82,25)
(22%,32%,10%)

RGB channels and saturation

R 55 of 255 = 22%
G 82 of 255 = 32%
B 25 of 255 = 10%

55
82
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 25 = 162 (100%)
R 55 of 162 ~ 33.95%
G 82 of 162 ~ 50.62%
B 25 of 162 ~ 15.43%

%33.95
%50.62
%15.43

CMYK color model

#375219 color CMYK value is (33,0,70,68).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 69.51%
  • key color value is 67.84%
CMYK:
(33,0,70,68)
C33M0Y70K68 
(33%,0%,70%,68%)
(0.33/0.00/0.70/0.68)	

CMYK percentages

%32.93
%0
%69.51
%67.84

Codes

Color #375219 in popluar color models

375219
RGB558225
HSL88°53.27%20.98%
HSB/HSV88°69.51%32.16%
CMYK32.93%0.00%69.51%
67.84%

Color #375219 in popluar number systems.

HEX375219
Decimal558225
Binary110111101001011001
Octal6712231

Shades and tints

Shades of #375219

#375219
(55,82,25)
#324B17
(50,75,23)
#2D4415
(45,68,21)
#283D13
(40,61,19)
#233611
(35,54,17)
#1E2F0F
(30,47,15)
#19280D
(25,40,13)
#14210B
(20,33,11)
#0F1A09
(15,26,9)
#0A1307
(10,19,7)
#050C05
(5,12,5)
#000000
(0,0,0)

Tints of #375219

#375219
(55,82,25)
#49612D
(73,97,45)
#5B7041
(91,112,65)
#6D7F55
(109,127,85)
#7F8E69
(127,142,105)
#919D7D
(145,157,125)
#A3AC91
(163,172,145)
#B5BBA5
(181,187,165)
#C7CAB9
(199,202,185)
#D9D9CD
(217,217,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375219 color. Also use rgb(55,82,25) instead hex code.

Text Font Color

.myTextColor { color: #375219; }

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

This text font color is #375219.


Background Color

.myBgColor { background-color: #375219; }

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

This div background color is #375219.


Border color

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

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

This div border color is #375219.


Opacity

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

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

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

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

This text has shadow with #375219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375219 on black background.


Color preview on white background

This text has color #375219 on white background.



Black color preview on #375219 background

This text has black color on #375219 background.


White color preview on #375219 background

This text has white color on #375219 background.