COLOR #374C29

HEX: #374C29
RGB: (55,76,41)

Color info

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

RGB color model

#374C29 color RGB value is (55,76,41).

  • red value is 55;
  • green value is 76;
  • blue value is 41.
RGB:
(55,76,41)
(22%,30%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 41 of 255 = 16%

55
76
41

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

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 41 = 172 (100%)
R 55 of 172 ~ 31.98%
G 76 of 172 ~ 44.19%
B 41 of 172 ~ 23.84%

%31.98
%44.19
%23.84

CMYK color model

#374C29 color CMYK value is (28,0,46,70).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 70.20%
CMYK:
(28,0,46,70)
C28M0Y46K70 
(28%,0%,46%,70%)
(0.28/0.00/0.46/0.70)	

CMYK percentages

%27.63
%0
%46.05
%70.2

Codes

Color #374C29 in popluar color models

374C29
RGB557641
HSL96°29.91%22.94%
HSB/HSV96°46.05%29.80%
CMYK27.63%0.00%46.05%
70.20%

Color #374C29 in popluar number systems.

HEX374C29
Decimal557641
Binary1101111001100101001
Octal6711451

Shades and tints

Shades of #374C29

#374C29
(55,76,41)
#324626
(50,70,38)
#2D4023
(45,64,35)
#283A20
(40,58,32)
#23341D
(35,52,29)
#1E2E1A
(30,46,26)
#192817
(25,40,23)
#142214
(20,34,20)
#0F1C11
(15,28,17)
#0A160E
(10,22,14)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #374C29

#374C29
(55,76,41)
#495C3C
(73,92,60)
#5B6C4F
(91,108,79)
#6D7C62
(109,124,98)
#7F8C75
(127,140,117)
#919C88
(145,156,136)
#A3AC9B
(163,172,155)
#B5BCAE
(181,188,174)
#C7CCC1
(199,204,193)
#D9DCD4
(217,220,212)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374C29; }

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

This text font color is #374C29.


Background Color

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

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

This div background color is #374C29.


Border color

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

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

This div border color is #374C29.


Opacity

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

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

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

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

This text has shadow with #374C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C29 on black background.


Color preview on white background

This text has color #374C29 on white background.



Black color preview on #374C29 background

This text has black color on #374C29 background.


White color preview on #374C29 background

This text has white color on #374C29 background.