COLOR #374732

HEX: #374732
RGB: (55,71,50)

Color info

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

RGB color model

#374732 color RGB value is (55,71,50).

  • red value is 55;
  • green value is 71;
  • blue value is 50.
RGB:
(55,71,50)
(22%,28%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 50 of 255 = 20%

55
71
50

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

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 50 = 176 (100%)
R 55 of 176 ~ 31.25%
G 71 of 176 ~ 40.34%
B 50 of 176 ~ 28.41%

%31.25
%40.34
%28.41

CMYK color model

#374732 color CMYK value is (23,0,30,72).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(23,0,30,72)
C23M0Y30K72 
(23%,0%,30%,72%)
(0.23/0.00/0.30/0.72)	

CMYK percentages

%22.54
%0
%29.58
%72.16

Codes

Color #374732 in popluar color models

374732
RGB557150
HSL106°17.36%23.73%
HSB/HSV106°29.58%27.84%
CMYK22.54%0.00%29.58%
72.16%

Color #374732 in popluar number systems.

HEX374732
Decimal557150
Binary1101111000111110010
Octal6710762

Shades and tints

Shades of #374732

#374732
(55,71,50)
#32412E
(50,65,46)
#2D3B2A
(45,59,42)
#283526
(40,53,38)
#232F22
(35,47,34)
#1E291E
(30,41,30)
#19231A
(25,35,26)
#141D16
(20,29,22)
#0F1712
(15,23,18)
#0A110E
(10,17,14)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #374732

#374732
(55,71,50)
#495744
(73,87,68)
#5B6756
(91,103,86)
#6D7768
(109,119,104)
#7F877A
(127,135,122)
#91978C
(145,151,140)
#A3A79E
(163,167,158)
#B5B7B0
(181,183,176)
#C7C7C2
(199,199,194)
#D9D7D4
(217,215,212)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374732 color. Also use rgb(55,71,50) instead hex code.

Text Font Color

.myTextColor { color: #374732; }

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

This text font color is #374732.


Background Color

.myBgColor { background-color: #374732; }

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

This div background color is #374732.


Border color

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

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

This div border color is #374732.


Opacity

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

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

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

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

This text has shadow with #374732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374732 on black background.


Color preview on white background

This text has color #374732 on white background.



Black color preview on #374732 background

This text has black color on #374732 background.


White color preview on #374732 background

This text has white color on #374732 background.