COLOR #374531

HEX: #374531
RGB: (55,69,49)

Color info

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

RGB color model

#374531 color RGB value is (55,69,49).

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

RGB channels and saturation

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

55
69
49

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

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 49 = 173 (100%)
R 55 of 173 ~ 31.79%
G 69 of 173 ~ 39.88%
B 49 of 173 ~ 28.32%

%31.79
%39.88
%28.32

CMYK color model

#374531 color CMYK value is (20,0,29,73).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 72.94%
CMYK:
(20,0,29,73)
C20M0Y29K73 
(20%,0%,29%,73%)
(0.20/0.00/0.29/0.73)	

CMYK percentages

%20.29
%0
%28.99
%72.94

Codes

Color #374531 in popluar color models

374531
RGB556949
HSL102°16.95%23.14%
HSB/HSV102°28.99%27.06%
CMYK20.29%0.00%28.99%
72.94%

Color #374531 in popluar number systems.

HEX374531
Decimal556949
Binary1101111000101110001
Octal6710561

Shades and tints

Shades of #374531

#374531
(55,69,49)
#323F2D
(50,63,45)
#2D3929
(45,57,41)
#283325
(40,51,37)
#232D21
(35,45,33)
#1E271D
(30,39,29)
#192119
(25,33,25)
#141B15
(20,27,21)
#0F1511
(15,21,17)
#0A0F0D
(10,15,13)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #374531

#374531
(55,69,49)
#495543
(73,85,67)
#5B6555
(91,101,85)
#6D7567
(109,117,103)
#7F8579
(127,133,121)
#91958B
(145,149,139)
#A3A59D
(163,165,157)
#B5B5AF
(181,181,175)
#C7C5C1
(199,197,193)
#D9D5D3
(217,213,211)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374531; }

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

This text font color is #374531.


Background Color

.myBgColor { background-color: #374531; }

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

This div background color is #374531.


Border color

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

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

This div border color is #374531.


Opacity

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

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

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

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

This text has shadow with #374531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374531 on black background.


Color preview on white background

This text has color #374531 on white background.



Black color preview on #374531 background

This text has black color on #374531 background.


White color preview on #374531 background

This text has white color on #374531 background.