COLOR #374A2A

HEX: #374A2A
RGB: (55,74,42)

Color info

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

RGB color model

#374A2A color RGB value is (55,74,42).

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

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 42 of 255 = 16%

55
74
42

R + G + B ~ 22%. #374A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 74 + 42 = 171 (100%)
R 55 of 171 ~ 32.16%
G 74 of 171 ~ 43.27%
B 42 of 171 ~ 24.56%

%32.16
%43.27
%24.56

CMYK color model

#374A2A color CMYK value is (26,0,43,71).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 70.98%
CMYK:
(26,0,43,71)
C26M0Y43K71 
(26%,0%,43%,71%)
(0.26/0.00/0.43/0.71)	

CMYK percentages

%25.68
%0
%43.24
%70.98

Codes

Color #374A2A in popluar color models

374A2A
RGB557442
HSL96°27.59%22.75%
HSB/HSV96°43.24%29.02%
CMYK25.68%0.00%43.24%
70.98%

Color #374A2A in popluar number systems.

HEX374A2A
Decimal557442
Binary1101111001010101010
Octal6711252

Shades and tints

Shades of #374A2A

#374A2A
(55,74,42)
#324427
(50,68,39)
#2D3E24
(45,62,36)
#283821
(40,56,33)
#23321E
(35,50,30)
#1E2C1B
(30,44,27)
#192618
(25,38,24)
#142015
(20,32,21)
#0F1A12
(15,26,18)
#0A140F
(10,20,15)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #374A2A

#374A2A
(55,74,42)
#495A3D
(73,90,61)
#5B6A50
(91,106,80)
#6D7A63
(109,122,99)
#7F8A76
(127,138,118)
#919A89
(145,154,137)
#A3AA9C
(163,170,156)
#B5BAAF
(181,186,175)
#C7CAC2
(199,202,194)
#D9DAD5
(217,218,213)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374A2A; }

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

This text font color is #374A2A.


Background Color

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

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

This div background color is #374A2A.


Border color

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

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

This div border color is #374A2A.


Opacity

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

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

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

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

This text has shadow with #374A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374A2A on black background.


Color preview on white background

This text has color #374A2A on white background.



Black color preview on #374A2A background

This text has black color on #374A2A background.


White color preview on #374A2A background

This text has white color on #374A2A background.