COLOR #377511

HEX: #377511
RGB: (55,117,17)

Color info

#377511 contains mainly green color. Web safe color of #377511 is #336600 (or #360).

RGB color model

#377511 color RGB value is (55,117,17).

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

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 17 of 255 = 7%

55
117
17

R + G + B ~ 25%. #377511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 117 + 17 = 189 (100%)
R 55 of 189 ~ 29.1%
G 117 of 189 ~ 61.9%
B 17 of 189 ~ 8.99%

%29.1
%61.9

CMYK color model

#377511 color CMYK value is (53,0,85,54).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 85.47%
  • key color value is 54.12%
CMYK:
(53,0,85,54)
C53M0Y85K54 
(53%,0%,85%,54%)
(0.53/0.00/0.85/0.54)	

CMYK percentages

%52.99
%0
%85.47
%54.12

Codes

Color #377511 in popluar color models

377511
RGB5511717
HSL97°74.63%26.27%
HSB/HSV97°85.47%45.88%
CMYK52.99%0.00%85.47%
54.12%

Color #377511 in popluar number systems.

HEX377511
Decimal5511717
Binary110111111010110001
Octal6716521

Shades and tints

Shades of #377511

#377511
(55,117,17)
#326B10
(50,107,16)
#2D610F
(45,97,15)
#28570E
(40,87,14)
#234D0D
(35,77,13)
#1E430C
(30,67,12)
#19390B
(25,57,11)
#142F0A
(20,47,10)
#0F2509
(15,37,9)
#0A1B08
(10,27,8)
#051107
(5,17,7)
#000000
(0,0,0)

Tints of #377511

#377511
(55,117,17)
#498126
(73,129,38)
#5B8D3B
(91,141,59)
#6D9950
(109,153,80)
#7FA565
(127,165,101)
#91B17A
(145,177,122)
#A3BD8F
(163,189,143)
#B5C9A4
(181,201,164)
#C7D5B9
(199,213,185)
#D9E1CE
(217,225,206)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377511; }

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

This text font color is #377511.


Background Color

.myBgColor { background-color: #377511; }

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

This div background color is #377511.


Border color

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

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

This div border color is #377511.


Opacity

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

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

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

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

This text has shadow with #377511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377511 on black background.


Color preview on white background

This text has color #377511 on white background.



Black color preview on #377511 background

This text has black color on #377511 background.


White color preview on #377511 background

This text has white color on #377511 background.