COLOR #374D3B

HEX: #374D3B RGB: (55,77,59)

Color info

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

RGB color model

#374D3B color RGB value is (55,77,59).

RGB: (55,77,59) (22%, 30%, 23%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 59 of 255 = 23%

55
77
59

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

Portions of RGB colors in percentages

R + G + B = 55 + 77 + 59 = 191 (100%)
R 55 of 191 ~ 28.8%
G 77 of 191 ~ 40.31%
B 59 of 191 ~ 30.89'%

%28.8
%40.31
%30.89

CMYK color model

#374D3B color CMYK value is (29,0,23,70).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 69.80%

CMYK: (29,0,23,70)
C29M0Y23K70 (29%, 0%, 23%, 70%)
(0.29 / 0.00 / 0.23 / 0.70)

CMYK percentages

%28.57
%0
%23.38
%69.8

Codes

Color #374D3B in popluar color models

37 4D 3B
RGB 55 77 59
HSL 131° 16.67% 25.88%
HSB/HSV 131° 28.57% 30.20%
CMYK 28.57% 0.00% 23.38%
69.80%

Color #374D3B in popluar number systems.

HEX 37 4D 3B
Decimal 55 77 59
Binary 110111 1001101 111011
Octal 67 115 73

Shades and tints

Shades of #374D3B

#374D3B
(55,77,59)
#324636
(50,70,54)
#2D3F31
(45,63,49)
#28382C
(40,56,44)
#233127
(35,49,39)
#1E2A22
(30,42,34)
#19231D
(25,35,29)
#141C18
(20,28,24)
#0F1513
(15,21,19)
#0A0E0E
(10,14,14)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #374D3B

#374D3B
(55,77,59)
#495D4C
(73,93,76)
#5B6D5D
(91,109,93)
#6D7D6E
(109,125,110)
#7F8D7F
(127,141,127)
#919D90
(145,157,144)
#A3ADA1
(163,173,161)
#B5BDB2
(181,189,178)
#C7CDC3
(199,205,195)
#D9DDD4
(217,221,212)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D3B color. Also use rgb(55,77,59) instead hex code.

Text Font Color

.myTextColor { color: #374D3B; }

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

This text font color is #374D3B.

Background Color

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

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

This div background color is #374D3B.

Border color

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

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

This div border color is #374D3B.

Opacity

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

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

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

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

This text has shadow with #374D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374D3B.

Preview

Color preview on black background

This text has color #374D3B on black background.


Color preview on white background

This text has color #374D3B on white background.


Black color preview on #374D3B background

This text has black color on #374D3B background.


White color preview on #374D3B background

This text has white color on #374D3B background.


Related colors

Complementary color

Complementary color for #hex is #C8B2C4.


I love getcolorcode.com

Triadic colors

1 #3B374D and #4D3B37 with #374D3B are triadic colors.

2 #3B4D37 and #4D373B with #374D3B are triadic colors.