COLOR #374528

HEX: #374528
RGB: (55,69,40)

Color info

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

RGB color model

#374528 color RGB value is (55,69,40).

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

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 40 of 255 = 16%

55
69
40

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

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 40 = 164 (100%)
R 55 of 164 ~ 33.54%
G 69 of 164 ~ 42.07%
B 40 of 164 ~ 24.39%

%33.54
%42.07
%24.39

CMYK color model

#374528 color CMYK value is (20,0,42,73).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 72.94%
CMYK:
(20,0,42,73)
C20M0Y42K73 
(20%,0%,42%,73%)
(0.20/0.00/0.42/0.73)	

CMYK percentages

%20.29
%0
%42.03
%72.94

Codes

Color #374528 in popluar color models

374528
RGB556940
HSL89°26.61%21.37%
HSB/HSV89°42.03%27.06%
CMYK20.29%0.00%42.03%
72.94%

Color #374528 in popluar number systems.

HEX374528
Decimal556940
Binary1101111000101101000
Octal6710550

Shades and tints

Shades of #374528

#374528
(55,69,40)
#323F25
(50,63,37)
#2D3922
(45,57,34)
#28331F
(40,51,31)
#232D1C
(35,45,28)
#1E2719
(30,39,25)
#192116
(25,33,22)
#141B13
(20,27,19)
#0F1510
(15,21,16)
#0A0F0D
(10,15,13)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #374528

#374528
(55,69,40)
#49553B
(73,85,59)
#5B654E
(91,101,78)
#6D7561
(109,117,97)
#7F8574
(127,133,116)
#919587
(145,149,135)
#A3A59A
(163,165,154)
#B5B5AD
(181,181,173)
#C7C5C0
(199,197,192)
#D9D5D3
(217,213,211)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374528; }

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

This text font color is #374528.


Background Color

.myBgColor { background-color: #374528; }

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

This div background color is #374528.


Border color

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

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

This div border color is #374528.


Opacity

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

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

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

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

This text has shadow with #374528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374528 on black background.


Color preview on white background

This text has color #374528 on white background.



Black color preview on #374528 background

This text has black color on #374528 background.


White color preview on #374528 background

This text has white color on #374528 background.