COLOR #374E25

HEX: #374E25 RGB: (55,78,37)

Color info

#374E25 contains red, green and blue colors in about the same proportion. Web safe color of #374E25 is #336633 (or #363).

RGB color model

#374E25 color RGB value is (55,78,37).

RGB: (55,78,37) (22%, 31%, 15%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 37 of 255 = 15%

55
78
37

R + G + B ~ 23%. #374E25 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 78 + 37 = 170 (100%)
R 55 of 170 ~ 32.35%
G 78 of 170 ~ 45.88%
B 37 of 170 ~ 21.76'%

%32.35
%45.88
%21.76

CMYK color model

#374E25 color CMYK value is (29,0,53,69).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 52.56%
  • key color value is 69.41%

CMYK: (29,0,53,69)
C29M0Y53K69 (29%, 0%, 53%, 69%)
(0.29 / 0.00 / 0.53 / 0.69)

CMYK percentages

%29.49
%0
%52.56
%69.41

Codes

Color #374E25 in popluar color models

37 4E 25
RGB 55 78 37
HSL 94° 35.65% 22.55%
HSB/HSV 94° 52.56% 30.59%
CMYK 29.49% 0.00% 52.56%
69.41%

Color #374E25 in popluar number systems.

HEX 37 4E 25
Decimal 55 78 37
Binary 110111 1001110 100101
Octal 67 116 45

Shades and tints

Shades of #374E25

#374E25
(55,78,37)
#324722
(50,71,34)
#2D401F
(45,64,31)
#28391C
(40,57,28)
#233219
(35,50,25)
#1E2B16
(30,43,22)
#192413
(25,36,19)
#141D10
(20,29,16)
#0F160D
(15,22,13)
#0A0F0A
(10,15,10)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #374E25

#374E25
(55,78,37)
#495E38
(73,94,56)
#5B6E4B
(91,110,75)
#6D7E5E
(109,126,94)
#7F8E71
(127,142,113)
#919E84
(145,158,132)
#A3AE97
(163,174,151)
#B5BEAA
(181,190,170)
#C7CEBD
(199,206,189)
#D9DED0
(217,222,208)
#EBEEE3
(235,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374E25 color. Also use rgb(55,78,37) instead hex code.

Text Font Color

.myTextColor { color: #374E25; }

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

This text font color is #374E25.

Background Color

.myBgColor { background-color: #374E25; }

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

This div background color is #374E25.

Border color

.myBorderColor { border: 1px solid #374E25; }

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

This div border color is #374E25.

Opacity

.myOpacity80 { color: #374E25; opacity: 0.8; }

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

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

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

This text has shadow with #374E25 color.


.textShadow {text-shadow: 3px 3px 1px #374E25', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #374E25; -webkit-box-shadow: 1px 1px 3px 2px #374E25; box-shadow:1px 1px 3px 2px #374E25;">
Div content here
</div>

This div box has shadow with color #374E25.

Preview

Color preview on black background

This text has color #374E25 on black background.


Color preview on white background

This text has color #374E25 on white background.


Black color preview on #374E25 background

This text has black color on #374E25 background.


White color preview on #374E25 background

This text has white color on #374E25 background.


Related colors

Complementary color

Complementary color for #hex is #C8B1DA.


I love getcolorcode.com

Triadic colors

1 #25374E and #4E2537 with #374E25 are triadic colors.

2 #254E37 and #4E3725 with #374E25 are triadic colors.