COLOR #374B25

HEX: #374B25
RGB: (55,75,37)

Color info

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

RGB color model

#374B25 color RGB value is (55,75,37).

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

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 37 of 255 = 15%

55
75
37

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

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 37 = 167 (100%)
R 55 of 167 ~ 32.93%
G 75 of 167 ~ 44.91%
B 37 of 167 ~ 22.16%

%32.93
%44.91
%22.16

CMYK color model

#374B25 color CMYK value is (27,0,51,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 70.59%
CMYK:
(27,0,51,71)
C27M0Y51K71 
(27%,0%,51%,71%)
(0.27/0.00/0.51/0.71)	

CMYK percentages

%26.67
%0
%50.67
%70.59

Codes

Color #374B25 in popluar color models

374B25
RGB557537
HSL92°33.93%21.96%
HSB/HSV92°50.67%29.41%
CMYK26.67%0.00%50.67%
70.59%

Color #374B25 in popluar number systems.

HEX374B25
Decimal557537
Binary1101111001011100101
Octal6711345

Shades and tints

Shades of #374B25

#374B25
(55,75,37)
#324522
(50,69,34)
#2D3F1F
(45,63,31)
#28391C
(40,57,28)
#233319
(35,51,25)
#1E2D16
(30,45,22)
#192713
(25,39,19)
#142110
(20,33,16)
#0F1B0D
(15,27,13)
#0A150A
(10,21,10)
#050F07
(5,15,7)
#000000
(0,0,0)

Tints of #374B25

#374B25
(55,75,37)
#495B38
(73,91,56)
#5B6B4B
(91,107,75)
#6D7B5E
(109,123,94)
#7F8B71
(127,139,113)
#919B84
(145,155,132)
#A3AB97
(163,171,151)
#B5BBAA
(181,187,170)
#C7CBBD
(199,203,189)
#D9DBD0
(217,219,208)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B25; }

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

This text font color is #374B25.


Background Color

.myBgColor { background-color: #374B25; }

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

This div background color is #374B25.


Border color

.myBorderColor { border: 1px solid #374B25; }

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

This div border color is #374B25.


Opacity

.myOpacity80 { color: #374B25; opacity: 0.8; }

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

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

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

This text has shadow with #374B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B25 on black background.


Color preview on white background

This text has color #374B25 on white background.



Black color preview on #374B25 background

This text has black color on #374B25 background.


White color preview on #374B25 background

This text has white color on #374B25 background.