COLOR #374725

HEX: #374725
RGB: (55,71,37)

Color info

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

RGB color model

#374725 color RGB value is (55,71,37).

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

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 37 of 255 = 15%

55
71
37

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

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 37 = 163 (100%)
R 55 of 163 ~ 33.74%
G 71 of 163 ~ 43.56%
B 37 of 163 ~ 22.7%

%33.74
%43.56
%22.7

CMYK color model

#374725 color CMYK value is (23,0,48,72).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(23,0,48,72)
C23M0Y48K72 
(23%,0%,48%,72%)
(0.23/0.00/0.48/0.72)	

CMYK percentages

%22.54
%0
%47.89
%72.16

Codes

Color #374725 in popluar color models

374725
RGB557137
HSL88°31.48%21.18%
HSB/HSV88°47.89%27.84%
CMYK22.54%0.00%47.89%
72.16%

Color #374725 in popluar number systems.

HEX374725
Decimal557137
Binary1101111000111100101
Octal6710745

Shades and tints

Shades of #374725

#374725
(55,71,37)
#324122
(50,65,34)
#2D3B1F
(45,59,31)
#28351C
(40,53,28)
#232F19
(35,47,25)
#1E2916
(30,41,22)
#192313
(25,35,19)
#141D10
(20,29,16)
#0F170D
(15,23,13)
#0A110A
(10,17,10)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #374725

#374725
(55,71,37)
#495738
(73,87,56)
#5B674B
(91,103,75)
#6D775E
(109,119,94)
#7F8771
(127,135,113)
#919784
(145,151,132)
#A3A797
(163,167,151)
#B5B7AA
(181,183,170)
#C7C7BD
(199,199,189)
#D9D7D0
(217,215,208)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374725; }

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

This text font color is #374725.


Background Color

.myBgColor { background-color: #374725; }

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

This div background color is #374725.


Border color

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

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

This div border color is #374725.


Opacity

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

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

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

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

This text has shadow with #374725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374725 on black background.


Color preview on white background

This text has color #374725 on white background.



Black color preview on #374725 background

This text has black color on #374725 background.


White color preview on #374725 background

This text has white color on #374725 background.