COLOR #374631

HEX: #374631
RGB: (55,70,49)

Color info

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

RGB color model

#374631 color RGB value is (55,70,49).

  • red value is 55;
  • green value is 70;
  • blue value is 49.
RGB:
(55,70,49)
(22%,27%,19%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 49 of 255 = 19%

55
70
49

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

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 49 = 174 (100%)
R 55 of 174 ~ 31.61%
G 70 of 174 ~ 40.23%
B 49 of 174 ~ 28.16%

%31.61
%40.23
%28.16

CMYK color model

#374631 color CMYK value is (21,0,30,73).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(21,0,30,73)
C21M0Y30K73 
(21%,0%,30%,73%)
(0.21/0.00/0.30/0.73)	

CMYK percentages

%21.43
%0
%30
%72.55

Codes

Color #374631 in popluar color models

374631
RGB557049
HSL103°17.65%23.33%
HSB/HSV103°30.00%27.45%
CMYK21.43%0.00%30.00%
72.55%

Color #374631 in popluar number systems.

HEX374631
Decimal557049
Binary1101111000110110001
Octal6710661

Shades and tints

Shades of #374631

#374631
(55,70,49)
#32402D
(50,64,45)
#2D3A29
(45,58,41)
#283425
(40,52,37)
#232E21
(35,46,33)
#1E281D
(30,40,29)
#192219
(25,34,25)
#141C15
(20,28,21)
#0F1611
(15,22,17)
#0A100D
(10,16,13)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #374631

#374631
(55,70,49)
#495643
(73,86,67)
#5B6655
(91,102,85)
#6D7667
(109,118,103)
#7F8679
(127,134,121)
#91968B
(145,150,139)
#A3A69D
(163,166,157)
#B5B6AF
(181,182,175)
#C7C6C1
(199,198,193)
#D9D6D3
(217,214,211)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374631; }

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

This text font color is #374631.


Background Color

.myBgColor { background-color: #374631; }

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

This div background color is #374631.


Border color

.myBorderColor { border: 1px solid #374631; }

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

This div border color is #374631.


Opacity

.myOpacity80 { color: #374631; opacity: 0.8; }

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

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

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

This text has shadow with #374631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374631 on black background.


Color preview on white background

This text has color #374631 on white background.



Black color preview on #374631 background

This text has black color on #374631 background.


White color preview on #374631 background

This text has white color on #374631 background.