COLOR #374C26

HEX: #374C26
RGB: (55,76,38)

Color info

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

RGB color model

#374C26 color RGB value is (55,76,38).

  • red value is 55;
  • green value is 76;
  • blue value is 38.
RGB:
(55,76,38)
(22%,30%,15%)

RGB channels and saturation

R 55 of 255 = 22%
G 76 of 255 = 30%
B 38 of 255 = 15%

55
76
38

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

Portions of RGB colors in percentages

R + G + B =
55 + 76 + 38 = 169 (100%)
R 55 of 169 ~ 32.54%
G 76 of 169 ~ 44.97%
B 38 of 169 ~ 22.49%

%32.54
%44.97
%22.49

CMYK color model

#374C26 color CMYK value is (28,0,50,70).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 70.20%
CMYK:
(28,0,50,70)
C28M0Y50K70 
(28%,0%,50%,70%)
(0.28/0.00/0.50/0.70)	

CMYK percentages

%27.63
%0
%50
%70.2

Codes

Color #374C26 in popluar color models

374C26
RGB557638
HSL93°33.33%22.35%
HSB/HSV93°50.00%29.80%
CMYK27.63%0.00%50.00%
70.20%

Color #374C26 in popluar number systems.

HEX374C26
Decimal557638
Binary1101111001100100110
Octal6711446

Shades and tints

Shades of #374C26

#374C26
(55,76,38)
#324623
(50,70,35)
#2D4020
(45,64,32)
#283A1D
(40,58,29)
#23341A
(35,52,26)
#1E2E17
(30,46,23)
#192814
(25,40,20)
#142211
(20,34,17)
#0F1C0E
(15,28,14)
#0A160B
(10,22,11)
#051008
(5,16,8)
#000000
(0,0,0)

Tints of #374C26

#374C26
(55,76,38)
#495C39
(73,92,57)
#5B6C4C
(91,108,76)
#6D7C5F
(109,124,95)
#7F8C72
(127,140,114)
#919C85
(145,156,133)
#A3AC98
(163,172,152)
#B5BCAB
(181,188,171)
#C7CCBE
(199,204,190)
#D9DCD1
(217,220,209)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374C26 color. Also use rgb(55,76,38) instead hex code.

Text Font Color

.myTextColor { color: #374C26; }

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

This text font color is #374C26.


Background Color

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

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

This div background color is #374C26.


Border color

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

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

This div border color is #374C26.


Opacity

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

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

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

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

This text has shadow with #374C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374C26 on black background.


Color preview on white background

This text has color #374C26 on white background.



Black color preview on #374C26 background

This text has black color on #374C26 background.


White color preview on #374C26 background

This text has white color on #374C26 background.