COLOR #374325

HEX: #374325 RGB: (55,67,37)

Color info

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

RGB color model

#374325 color RGB value is (55,67,37).

RGB: (55,67,37) (22%, 26%, 15%)

RGB channels and saturation

R 55 of 255 = 22%
G 67 of 255 = 26%
B 37 of 255 = 15%

55
67
37

R + G + B ~ 21%. #374325 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 67 + 37 = 159 (100%)
R 55 of 159 ~ 34.59%
G 67 of 159 ~ 42.14%
B 37 of 159 ~ 23.27'%

%34.59
%42.14
%23.27

CMYK color model

#374325 color CMYK value is (18,0,45,74).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 73.73%
CMYK: (18,0,45,74) C18M0Y45K74 (18%,0%,45%,74%) (0.18/0.00/0.45/0.74) 

CMYK percentages

%17.91
%0
%44.78
%73.73

Codes

Color #374325 in popluar color models

37 43 25
RGB 55 67 37
HSL 84° 28.85% 20.39%
HSB/HSV 84° 44.78% 26.27%
CMYK 17.91% 0.00% 44.78%
73.73%

Color #374325 in popluar number systems.

HEX 37 43 25
Decimal 55 67 37
Binary 110111 1000011 100101
Octal 67 103 45

Shades and tints

Shades of #374325

#374325
(55,67,37)
#323D22
(50,61,34)
#2D371F
(45,55,31)
#28311C
(40,49,28)
#232B19
(35,43,25)
#1E2516
(30,37,22)
#191F13
(25,31,19)
#141910
(20,25,16)
#0F130D
(15,19,13)
#0A0D0A
(10,13,10)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #374325

#374325
(55,67,37)
#495438
(73,84,56)
#5B654B
(91,101,75)
#6D765E
(109,118,94)
#7F8771
(127,135,113)
#919884
(145,152,132)
#A3A997
(163,169,151)
#B5BAAA
(181,186,170)
#C7CBBD
(199,203,189)
#D9DCD0
(217,220,208)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374325; }

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

This text font color is #374325.

Background Color

.myBgColor { background-color: #374325; }

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

This div background color is #374325.

Border color

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

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

This div border color is #374325.

Opacity

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

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

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

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

This text has shadow with #374325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374325.

Preview

Color preview on black background

This text has color #374325 on black background.


Color preview on white background

This text has color #374325 on white background.


Black color preview on #374325 background

This text has black color on #374325 background.


White color preview on #374325 background

This text has white color on #374325 background.


Related colors

Complementary color

Complementary color for #hex is #C8BCDA.


I love getcolorcode.com

Triadic colors

1 #253743 and #432537 with #374325 are triadic colors.

2 #254337 and #433725 with #374325 are triadic colors.