COLOR #375511

HEX: #375511
RGB: (55,85,17)

Color info

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

RGB color model

#375511 color RGB value is (55,85,17).

  • red value is 55;
  • green value is 85;
  • blue value is 17.
RGB:
(55,85,17)
(22%,33%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 17 of 255 = 7%

55
85
17

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

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 17 = 157 (100%)
R 55 of 157 ~ 35.03%
G 85 of 157 ~ 54.14%
B 17 of 157 ~ 10.83%

%35.03
%54.14
%10.83

CMYK color model

#375511 color CMYK value is (35,0,80,67).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(35,0,80,67)
C35M0Y80K67 
(35%,0%,80%,67%)
(0.35/0.00/0.80/0.67)	

CMYK percentages

%35.29
%0
%80
%66.67

Codes

Color #375511 in popluar color models

375511
RGB558517
HSL86°66.67%20.00%
HSB/HSV86°80.00%33.33%
CMYK35.29%0.00%80.00%
66.67%

Color #375511 in popluar number systems.

HEX375511
Decimal558517
Binary110111101010110001
Octal6712521

Shades and tints

Shades of #375511

#375511
(55,85,17)
#324E10
(50,78,16)
#2D470F
(45,71,15)
#28400E
(40,64,14)
#23390D
(35,57,13)
#1E320C
(30,50,12)
#192B0B
(25,43,11)
#14240A
(20,36,10)
#0F1D09
(15,29,9)
#0A1608
(10,22,8)
#050F07
(5,15,7)
#000000
(0,0,0)

Tints of #375511

#375511
(55,85,17)
#496426
(73,100,38)
#5B733B
(91,115,59)
#6D8250
(109,130,80)
#7F9165
(127,145,101)
#91A07A
(145,160,122)
#A3AF8F
(163,175,143)
#B5BEA4
(181,190,164)
#C7CDB9
(199,205,185)
#D9DCCE
(217,220,206)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375511 color. Also use rgb(55,85,17) instead hex code.

Text Font Color

.myTextColor { color: #375511; }

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

This text font color is #375511.


Background Color

.myBgColor { background-color: #375511; }

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

This div background color is #375511.


Border color

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

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

This div border color is #375511.


Opacity

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

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

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

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

This text has shadow with #375511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375511 on black background.


Color preview on white background

This text has color #375511 on white background.



Black color preview on #375511 background

This text has black color on #375511 background.


White color preview on #375511 background

This text has white color on #375511 background.