COLOR #377526

HEX: #377526
RGB: (55,117,38)

Color info

#377526 contains mainly green color. Web safe color of #377526 is #336633 (or #363).

RGB color model

#377526 color RGB value is (55,117,38).

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

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 38 of 255 = 15%

55
117
38

R + G + B ~ 28%. #377526 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 117 + 38 = 210 (100%)
R 55 of 210 ~ 26.19%
G 117 of 210 ~ 55.71%
B 38 of 210 ~ 18.1%

%26.19
%55.71
%18.1

CMYK color model

#377526 color CMYK value is (53,0,68,54).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 67.52%
  • key color value is 54.12%
CMYK:
(53,0,68,54)
C53M0Y68K54 
(53%,0%,68%,54%)
(0.53/0.00/0.68/0.54)	

CMYK percentages

%52.99
%0
%67.52
%54.12

Codes

Color #377526 in popluar color models

377526
RGB5511738
HSL107°50.97%30.39%
HSB/HSV107°67.52%45.88%
CMYK52.99%0.00%67.52%
54.12%

Color #377526 in popluar number systems.

HEX377526
Decimal5511738
Binary1101111110101100110
Octal6716546

Shades and tints

Shades of #377526

#377526
(55,117,38)
#326B23
(50,107,35)
#2D6120
(45,97,32)
#28571D
(40,87,29)
#234D1A
(35,77,26)
#1E4317
(30,67,23)
#193914
(25,57,20)
#142F11
(20,47,17)
#0F250E
(15,37,14)
#0A1B0B
(10,27,11)
#051108
(5,17,8)
#000000
(0,0,0)

Tints of #377526

#377526
(55,117,38)
#498139
(73,129,57)
#5B8D4C
(91,141,76)
#6D995F
(109,153,95)
#7FA572
(127,165,114)
#91B185
(145,177,133)
#A3BD98
(163,189,152)
#B5C9AB
(181,201,171)
#C7D5BE
(199,213,190)
#D9E1D1
(217,225,209)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377526; }

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

This text font color is #377526.


Background Color

.myBgColor { background-color: #377526; }

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

This div background color is #377526.


Border color

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

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

This div border color is #377526.


Opacity

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

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

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

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

This text has shadow with #377526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377526 on black background.


Color preview on white background

This text has color #377526 on white background.



Black color preview on #377526 background

This text has black color on #377526 background.


White color preview on #377526 background

This text has white color on #377526 background.