COLOR #374C38

HEX: #374C38 RGB: (55,76,56)

Color info

#374C38 contains red, green and blue colors in about the same proportion. Web safe color of #374C38 is #333333 (or #333).

RGB color model

#374C38 color RGB value is (55,76,56).

RGB: (55,76,56) (22%, 30%, 22%)

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 56 of 255 = 22%

55
76
56

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

Portions of RGB colors in percentages

R + G + B = 55 + 76 + 56 = 187 (100%)
R 55 of 187 ~ 29.41%
G 76 of 187 ~ 40.64%
B 56 of 187 ~ 29.95'%

%29.41
%40.64
%29.95

CMYK color model

#374C38 color CMYK value is (28,0,26,70).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 70.20%

CMYK: (28,0,26,70)
C28M0Y26K70 (28%, 0%, 26%, 70%)
(0.28 / 0.00 / 0.26 / 0.70)

CMYK percentages

%27.63
%0
%26.32
%70.2

Codes

Color #374C38 in popluar color models

37 4C 38
RGB 55 76 56
HSL 123° 16.03% 25.69%
HSB/HSV 123° 27.63% 29.80%
CMYK 27.63% 0.00% 26.32%
70.20%

Color #374C38 in popluar number systems.

HEX 37 4C 38
Decimal 55 76 56
Binary 110111 1001100 111000
Octal 67 114 70

Shades and tints

Shades of #374C38

#374C38
(55,76,56)
#324633
(50,70,51)
#2D402E
(45,64,46)
#283A29
(40,58,41)
#233424
(35,52,36)
#1E2E1F
(30,46,31)
#19281A
(25,40,26)
#142215
(20,34,21)
#0F1C10
(15,28,16)
#0A160B
(10,22,11)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #374C38

#374C38
(55,76,56)
#495C4A
(73,92,74)
#5B6C5C
(91,108,92)
#6D7C6E
(109,124,110)
#7F8C80
(127,140,128)
#919C92
(145,156,146)
#A3ACA4
(163,172,164)
#B5BCB6
(181,188,182)
#C7CCC8
(199,204,200)
#D9DCDA
(217,220,218)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C38; }

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

This text font color is #374C38.

Background Color

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

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

This div background color is #374C38.

Border color

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

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

This div border color is #374C38.

Opacity

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

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

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

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

This text has shadow with #374C38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374C38.

Preview

Color preview on black background

This text has color #374C38 on black background.


Color preview on white background

This text has color #374C38 on white background.


Black color preview on #374C38 background

This text has black color on #374C38 background.


White color preview on #374C38 background

This text has white color on #374C38 background.


Related colors

Complementary color

Complementary color for #hex is #C8B3C7.


I love getcolorcode.com

Triadic colors

1 #38374C and #4C3837 with #374C38 are triadic colors.

2 #384C37 and #4C3738 with #374C38 are triadic colors.