COLOR #377341

HEX: #377341
RGB: (55,115,65)

Color info

#377341 contains mainly green and blue colors. Web safe color of #377341 is #336633 (or #363).

RGB color model

#377341 color RGB value is (55,115,65).

  • red value is 55;
  • green value is 115;
  • blue value is 65.
RGB:
(55,115,65)
(22%,45%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 65 of 255 = 25%

55
115
65

R + G + B ~ 31%. #377341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 65 = 235 (100%)
R 55 of 235 ~ 23.4%
G 115 of 235 ~ 48.94%
B 65 of 235 ~ 27.66%

%23.4
%48.94
%27.66

CMYK color model

#377341 color CMYK value is (52,0,43,55).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(52,0,43,55)
C52M0Y43K55 
(52%,0%,43%,55%)
(0.52/0.00/0.43/0.55)	

CMYK percentages

%52.17
%0
%43.48
%54.9

Codes

Color #377341 in popluar color models

377341
RGB5511565
HSL130°35.29%33.33%
HSB/HSV130°52.17%45.10%
CMYK52.17%0.00%43.48%
54.90%

Color #377341 in popluar number systems.

HEX377341
Decimal5511565
Binary11011111100111000001
Octal67163101

Shades and tints

Shades of #377341

#377341
(55,115,65)
#32693C
(50,105,60)
#2D5F37
(45,95,55)
#285532
(40,85,50)
#234B2D
(35,75,45)
#1E4128
(30,65,40)
#193723
(25,55,35)
#142D1E
(20,45,30)
#0F2319
(15,35,25)
#0A1914
(10,25,20)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #377341

#377341
(55,115,65)
#497F52
(73,127,82)
#5B8B63
(91,139,99)
#6D9774
(109,151,116)
#7FA385
(127,163,133)
#91AF96
(145,175,150)
#A3BBA7
(163,187,167)
#B5C7B8
(181,199,184)
#C7D3C9
(199,211,201)
#D9DFDA
(217,223,218)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377341 color. Also use rgb(55,115,65) instead hex code.

Text Font Color

.myTextColor { color: #377341; }

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

This text font color is #377341.


Background Color

.myBgColor { background-color: #377341; }

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

This div background color is #377341.


Border color

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

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

This div border color is #377341.


Opacity

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

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

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

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

This text has shadow with #377341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377341 on black background.


Color preview on white background

This text has color #377341 on white background.



Black color preview on #377341 background

This text has black color on #377341 background.


White color preview on #377341 background

This text has white color on #377341 background.