COLOR #374B24

HEX: #374B24
RGB: (55,75,36)

Color info

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

RGB color model

#374B24 color RGB value is (55,75,36).

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

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 36 of 255 = 14%

55
75
36

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

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 36 = 166 (100%)
R 55 of 166 ~ 33.13%
G 75 of 166 ~ 45.18%
B 36 of 166 ~ 21.69%

%33.13
%45.18
%21.69

CMYK color model

#374B24 color CMYK value is (27,0,52,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(27,0,52,71)
C27M0Y52K71 
(27%,0%,52%,71%)
(0.27/0.00/0.52/0.71)	

CMYK percentages

%26.67
%0
%52
%70.59

Codes

Color #374B24 in popluar color models

374B24
RGB557536
HSL91°35.14%21.76%
HSB/HSV91°52.00%29.41%
CMYK26.67%0.00%52.00%
70.59%

Color #374B24 in popluar number systems.

HEX374B24
Decimal557536
Binary1101111001011100100
Octal6711344

Shades and tints

Shades of #374B24

#374B24
(55,75,36)
#324521
(50,69,33)
#2D3F1E
(45,63,30)
#28391B
(40,57,27)
#233318
(35,51,24)
#1E2D15
(30,45,21)
#192712
(25,39,18)
#14210F
(20,33,15)
#0F1B0C
(15,27,12)
#0A1509
(10,21,9)
#050F06
(5,15,6)
#000000
(0,0,0)

Tints of #374B24

#374B24
(55,75,36)
#495B37
(73,91,55)
#5B6B4A
(91,107,74)
#6D7B5D
(109,123,93)
#7F8B70
(127,139,112)
#919B83
(145,155,131)
#A3AB96
(163,171,150)
#B5BBA9
(181,187,169)
#C7CBBC
(199,203,188)
#D9DBCF
(217,219,207)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B24; }

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

This text font color is #374B24.


Background Color

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

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

This div background color is #374B24.


Border color

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

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

This div border color is #374B24.


Opacity

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

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

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

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

This text has shadow with #374B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B24 on black background.


Color preview on white background

This text has color #374B24 on white background.



Black color preview on #374B24 background

This text has black color on #374B24 background.


White color preview on #374B24 background

This text has white color on #374B24 background.