COLOR #374B31

HEX: #374B31 RGB: (55,75,49)

Color info

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

RGB color model

#374B31 color RGB value is (55,75,49).

RGB: (55,75,49) (22%, 29%, 19%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 49 of 255 = 19%

55
75
49

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

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 49 = 179 (100%)
R 55 of 179 ~ 30.73%
G 75 of 179 ~ 41.9%
B 49 of 179 ~ 27.37'%

%30.73
%41.9
%27.37

CMYK color model

#374B31 color CMYK value is (27,0,35,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 70.59%

CMYK: (27,0,35,71)
C27M0Y35K71 (27%, 0%, 35%, 71%)
(0.27 / 0.00 / 0.35 / 0.71)

CMYK percentages

%26.67
%0
%34.67
%70.59

Codes

Color #374B31 in popluar color models

37 4B 31
RGB 55 75 49
HSL 106° 20.97% 24.31%
HSB/HSV 106° 34.67% 29.41%
CMYK 26.67% 0.00% 34.67%
70.59%

Color #374B31 in popluar number systems.

HEX 37 4B 31
Decimal 55 75 49
Binary 110111 1001011 110001
Octal 67 113 61

Shades and tints

Shades of #374B31

#374B31
(55,75,49)
#32452D
(50,69,45)
#2D3F29
(45,63,41)
#283925
(40,57,37)
#233321
(35,51,33)
#1E2D1D
(30,45,29)
#192719
(25,39,25)
#142115
(20,33,21)
#0F1B11
(15,27,17)
#0A150D
(10,21,13)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #374B31

#374B31
(55,75,49)
#495B43
(73,91,67)
#5B6B55
(91,107,85)
#6D7B67
(109,123,103)
#7F8B79
(127,139,121)
#919B8B
(145,155,139)
#A3AB9D
(163,171,157)
#B5BBAF
(181,187,175)
#C7CBC1
(199,203,193)
#D9DBD3
(217,219,211)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374B31 color. Also use rgb(55,75,49) instead hex code.

Text Font Color

.myTextColor { color: #374B31; }

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

This text font color is #374B31.

Background Color

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

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

This div background color is #374B31.

Border color

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

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

This div border color is #374B31.

Opacity

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

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

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

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

This text has shadow with #374B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B31.

Preview

Color preview on black background

This text has color #374B31 on black background.


Color preview on white background

This text has color #374B31 on white background.


Black color preview on #374B31 background

This text has black color on #374B31 background.


White color preview on #374B31 background

This text has white color on #374B31 background.


Related colors

Complementary color

Complementary color for #hex is #C8B4CE.


I love getcolorcode.com

Triadic colors

1 #31374B and #4B3137 with #374B31 are triadic colors.

2 #314B37 and #4B3731 with #374B31 are triadic colors.