COLOR #374A2E

HEX: #374A2E
RGB: (55,74,46)

Color info

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

RGB color model

#374A2E color RGB value is (55,74,46).

  • red value is 55;
  • green value is 74;
  • blue value is 46.
RGB:
(55,74,46)
(22%,29%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 46 of 255 = 18%

55
74
46

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

Portions of RGB colors in percentages

R + G + B =
55 + 74 + 46 = 175 (100%)
R 55 of 175 ~ 31.43%
G 74 of 175 ~ 42.29%
B 46 of 175 ~ 26.29%

%31.43
%42.29
%26.29

CMYK color model

#374A2E color CMYK value is (26,0,38,71).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(26,0,38,71)
C26M0Y38K71 
(26%,0%,38%,71%)
(0.26/0.00/0.38/0.71)	

CMYK percentages

%25.68
%0
%37.84
%70.98

Codes

Color #374A2E in popluar color models

374A2E
RGB557446
HSL101°23.33%23.53%
HSB/HSV101°37.84%29.02%
CMYK25.68%0.00%37.84%
70.98%

Color #374A2E in popluar number systems.

HEX374A2E
Decimal557446
Binary1101111001010101110
Octal6711256

Shades and tints

Shades of #374A2E

#374A2E
(55,74,46)
#32442A
(50,68,42)
#2D3E26
(45,62,38)
#283822
(40,56,34)
#23321E
(35,50,30)
#1E2C1A
(30,44,26)
#192616
(25,38,22)
#142012
(20,32,18)
#0F1A0E
(15,26,14)
#0A140A
(10,20,10)
#050E06
(5,14,6)
#000000
(0,0,0)

Tints of #374A2E

#374A2E
(55,74,46)
#495A41
(73,90,65)
#5B6A54
(91,106,84)
#6D7A67
(109,122,103)
#7F8A7A
(127,138,122)
#919A8D
(145,154,141)
#A3AAA0
(163,170,160)
#B5BAB3
(181,186,179)
#C7CAC6
(199,202,198)
#D9DAD9
(217,218,217)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374A2E color. Also use rgb(55,74,46) instead hex code.

Text Font Color

.myTextColor { color: #374A2E; }

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

This text font color is #374A2E.


Background Color

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

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

This div background color is #374A2E.


Border color

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

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

This div border color is #374A2E.


Opacity

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

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

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

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

This text has shadow with #374A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374A2E on black background.


Color preview on white background

This text has color #374A2E on white background.



Black color preview on #374A2E background

This text has black color on #374A2E background.


White color preview on #374A2E background

This text has white color on #374A2E background.