COLOR #375230

HEX: #375230
RGB: (55,82,48)

Color info

#375230 contains red, green and blue colors in about the same proportion. Web safe color of #375230 is #336633 (or #363).

RGB color model

#375230 color RGB value is (55,82,48).

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

RGB channels and saturation

R 55 of 255 = 22%
G 82 of 255 = 32%
B 48 of 255 = 19%

55
82
48

R + G + B ~ 24%. #375230 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 48 = 185 (100%)
R 55 of 185 ~ 29.73%
G 82 of 185 ~ 44.32%
B 48 of 185 ~ 25.95%

%29.73
%44.32
%25.95

CMYK color model

#375230 color CMYK value is (33,0,41,68).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 67.84%
CMYK:
(33,0,41,68)
C33M0Y41K68 
(33%,0%,41%,68%)
(0.33/0.00/0.41/0.68)	

CMYK percentages

%32.93
%0
%41.46
%67.84

Codes

Color #375230 in popluar color models

375230
RGB558248
HSL108°26.15%25.49%
HSB/HSV108°41.46%32.16%
CMYK32.93%0.00%41.46%
67.84%

Color #375230 in popluar number systems.

HEX375230
Decimal558248
Binary1101111010010110000
Octal6712260

Shades and tints

Shades of #375230

#375230
(55,82,48)
#324B2C
(50,75,44)
#2D4428
(45,68,40)
#283D24
(40,61,36)
#233620
(35,54,32)
#1E2F1C
(30,47,28)
#192818
(25,40,24)
#142114
(20,33,20)
#0F1A10
(15,26,16)
#0A130C
(10,19,12)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #375230

#375230
(55,82,48)
#496142
(73,97,66)
#5B7054
(91,112,84)
#6D7F66
(109,127,102)
#7F8E78
(127,142,120)
#919D8A
(145,157,138)
#A3AC9C
(163,172,156)
#B5BBAE
(181,187,174)
#C7CAC0
(199,202,192)
#D9D9D2
(217,217,210)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375230; }

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

This text font color is #375230.


Background Color

.myBgColor { background-color: #375230; }

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

This div background color is #375230.


Border color

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

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

This div border color is #375230.


Opacity

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

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

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

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

This text has shadow with #375230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375230 on black background.


Color preview on white background

This text has color #375230 on white background.



Black color preview on #375230 background

This text has black color on #375230 background.


White color preview on #375230 background

This text has white color on #375230 background.