COLOR #374027

HEX: #374027
RGB: (55,64,39)

Color info

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

RGB color model

#374027 color RGB value is (55,64,39).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 39 of 255 = 15%

55
64
39

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

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 39 = 158 (100%)
R 55 of 158 ~ 34.81%
G 64 of 158 ~ 40.51%
B 39 of 158 ~ 24.68%

%34.81
%40.51
%24.68

CMYK color model

#374027 color CMYK value is (14,0,39,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 74.90%
CMYK:
(14,0,39,75)
C14M0Y39K75 
(14%,0%,39%,75%)
(0.14/0.00/0.39/0.75)	

CMYK percentages

%14.06
%0
%39.06
%74.9

Codes

Color #374027 in popluar color models

374027
RGB556439
HSL82°24.27%20.20%
HSB/HSV82°39.06%25.10%
CMYK14.06%0.00%39.06%
74.90%

Color #374027 in popluar number systems.

HEX374027
Decimal556439
Binary1101111000000100111
Octal6710047

Shades and tints

Shades of #374027

#374027
(55,64,39)
#323B24
(50,59,36)
#2D3621
(45,54,33)
#28311E
(40,49,30)
#232C1B
(35,44,27)
#1E2718
(30,39,24)
#192215
(25,34,21)
#141D12
(20,29,18)
#0F180F
(15,24,15)
#0A130C
(10,19,12)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #374027

#374027
(55,64,39)
#49513A
(73,81,58)
#5B624D
(91,98,77)
#6D7360
(109,115,96)
#7F8473
(127,132,115)
#919586
(145,149,134)
#A3A699
(163,166,153)
#B5B7AC
(181,183,172)
#C7C8BF
(199,200,191)
#D9D9D2
(217,217,210)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374027; }

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

This text font color is #374027.


Background Color

.myBgColor { background-color: #374027; }

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

This div background color is #374027.


Border color

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

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

This div border color is #374027.


Opacity

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

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

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

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

This text has shadow with #374027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374027 on black background.


Color preview on white background

This text has color #374027 on white background.



Black color preview on #374027 background

This text has black color on #374027 background.


White color preview on #374027 background

This text has white color on #374027 background.