COLOR #374940

HEX: #374940
RGB: (55,73,64)

Color info

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

RGB color model

#374940 color RGB value is (55,73,64).

  • red value is 55;
  • green value is 73;
  • blue value is 64.
RGB:
(55,73,64)
(22%,29%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 64 of 255 = 25%

55
73
64

R + G + B ~ 25%. #374940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 64 = 192 (100%)
R 55 of 192 ~ 28.65%
G 73 of 192 ~ 38.02%
B 64 of 192 ~ 33.33%

%28.65
%38.02
%33.33

CMYK color model

#374940 color CMYK value is (25,0,12,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(25,0,12,71)
C25M0Y12K71 
(25%,0%,12%,71%)
(0.25/0.00/0.12/0.71)	

CMYK percentages

%24.66
%0
%12.33
%71.37

Codes

Color #374940 in popluar color models

374940
RGB557364
HSL150°14.06%25.10%
HSB/HSV150°24.66%28.63%
CMYK24.66%0.00%12.33%
71.37%

Color #374940 in popluar number systems.

HEX374940
Decimal557364
Binary11011110010011000000
Octal67111100

Shades and tints

Shades of #374940

#374940
(55,73,64)
#32433B
(50,67,59)
#2D3D36
(45,61,54)
#283731
(40,55,49)
#23312C
(35,49,44)
#1E2B27
(30,43,39)
#192522
(25,37,34)
#141F1D
(20,31,29)
#0F1918
(15,25,24)
#0A1313
(10,19,19)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #374940

#374940
(55,73,64)
#495951
(73,89,81)
#5B6962
(91,105,98)
#6D7973
(109,121,115)
#7F8984
(127,137,132)
#919995
(145,153,149)
#A3A9A6
(163,169,166)
#B5B9B7
(181,185,183)
#C7C9C8
(199,201,200)
#D9D9D9
(217,217,217)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374940 color. Also use rgb(55,73,64) instead hex code.

Text Font Color

.myTextColor { color: #374940; }

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

This text font color is #374940.


Background Color

.myBgColor { background-color: #374940; }

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

This div background color is #374940.


Border color

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

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

This div border color is #374940.


Opacity

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

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

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

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

This text has shadow with #374940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374940 on black background.


Color preview on white background

This text has color #374940 on white background.



Black color preview on #374940 background

This text has black color on #374940 background.


White color preview on #374940 background

This text has white color on #374940 background.