COLOR #374638

HEX: #374638
RGB: (55,70,56)

Color info

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

RGB color model

#374638 color RGB value is (55,70,56).

  • red value is 55;
  • green value is 70;
  • blue value is 56.
RGB:
(55,70,56)
(22%,27%,22%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 56 of 255 = 22%

55
70
56

R + G + B ~ 24%. #374638 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 56 = 181 (100%)
R 55 of 181 ~ 30.39%
G 70 of 181 ~ 38.67%
B 56 of 181 ~ 30.94%

%30.39
%38.67
%30.94

CMYK color model

#374638 color CMYK value is (21,0,20,73).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(21,0,20,73)
C21M0Y20K73 
(21%,0%,20%,73%)
(0.21/0.00/0.20/0.73)	

CMYK percentages

%21.43
%0
%20
%72.55

Codes

Color #374638 in popluar color models

374638
RGB557056
HSL124°12.00%24.51%
HSB/HSV124°21.43%27.45%
CMYK21.43%0.00%20.00%
72.55%

Color #374638 in popluar number systems.

HEX374638
Decimal557056
Binary1101111000110111000
Octal6710670

Shades and tints

Shades of #374638

#374638
(55,70,56)
#324033
(50,64,51)
#2D3A2E
(45,58,46)
#283429
(40,52,41)
#232E24
(35,46,36)
#1E281F
(30,40,31)
#19221A
(25,34,26)
#141C15
(20,28,21)
#0F1610
(15,22,16)
#0A100B
(10,16,11)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #374638

#374638
(55,70,56)
#49564A
(73,86,74)
#5B665C
(91,102,92)
#6D766E
(109,118,110)
#7F8680
(127,134,128)
#919692
(145,150,146)
#A3A6A4
(163,166,164)
#B5B6B6
(181,182,182)
#C7C6C8
(199,198,200)
#D9D6DA
(217,214,218)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374638 color. Also use rgb(55,70,56) instead hex code.

Text Font Color

.myTextColor { color: #374638; }

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

This text font color is #374638.


Background Color

.myBgColor { background-color: #374638; }

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

This div background color is #374638.


Border color

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

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

This div border color is #374638.


Opacity

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

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

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

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

This text has shadow with #374638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374638 on black background.


Color preview on white background

This text has color #374638 on white background.



Black color preview on #374638 background

This text has black color on #374638 background.


White color preview on #374638 background

This text has white color on #374638 background.