COLOR #377438

HEX: #377438
RGB: (55,116,56)

Color info

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

RGB color model

#377438 color RGB value is (55,116,56).

  • red value is 55;
  • green value is 116;
  • blue value is 56.
RGB:
(55,116,56)
(22%,45%,22%)

RGB channels and saturation

R 55 of 255 = 22%
G 116 of 255 = 45%
B 56 of 255 = 22%

55
116
56

R + G + B ~ 30%. #377438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 116 + 56 = 227 (100%)
R 55 of 227 ~ 24.23%
G 116 of 227 ~ 51.1%
B 56 of 227 ~ 24.67%

%24.23
%51.1
%24.67

CMYK color model

#377438 color CMYK value is (53,0,52,55).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(53,0,52,55)
C53M0Y52K55 
(53%,0%,52%,55%)
(0.53/0.00/0.52/0.55)	

CMYK percentages

%52.59
%0
%51.72
%54.51

Codes

Color #377438 in popluar color models

377438
RGB5511656
HSL121°35.67%33.53%
HSB/HSV121°52.59%45.49%
CMYK52.59%0.00%51.72%
54.51%

Color #377438 in popluar number systems.

HEX377438
Decimal5511656
Binary1101111110100111000
Octal6716470

Shades and tints

Shades of #377438

#377438
(55,116,56)
#326A33
(50,106,51)
#2D602E
(45,96,46)
#285629
(40,86,41)
#234C24
(35,76,36)
#1E421F
(30,66,31)
#19381A
(25,56,26)
#142E15
(20,46,21)
#0F2410
(15,36,16)
#0A1A0B
(10,26,11)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #377438

#377438
(55,116,56)
#49804A
(73,128,74)
#5B8C5C
(91,140,92)
#6D986E
(109,152,110)
#7FA480
(127,164,128)
#91B092
(145,176,146)
#A3BCA4
(163,188,164)
#B5C8B6
(181,200,182)
#C7D4C8
(199,212,200)
#D9E0DA
(217,224,218)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377438 color. Also use rgb(55,116,56) instead hex code.

Text Font Color

.myTextColor { color: #377438; }

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

This text font color is #377438.


Background Color

.myBgColor { background-color: #377438; }

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

This div background color is #377438.


Border color

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

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

This div border color is #377438.


Opacity

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

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

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

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

This text has shadow with #377438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377438 on black background.


Color preview on white background

This text has color #377438 on white background.



Black color preview on #377438 background

This text has black color on #377438 background.


White color preview on #377438 background

This text has white color on #377438 background.