COLOR #374226

HEX: #374226
RGB: (55,66,38)

Color info

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

RGB color model

#374226 color RGB value is (55,66,38).

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

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 38 of 255 = 15%

55
66
38

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

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 38 = 159 (100%)
R 55 of 159 ~ 34.59%
G 66 of 159 ~ 41.51%
B 38 of 159 ~ 23.9%

%34.59
%41.51
%23.9

CMYK color model

#374226 color CMYK value is (17,0,42,74).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 74.12%
CMYK:
(17,0,42,74)
C17M0Y42K74 
(17%,0%,42%,74%)
(0.17/0.00/0.42/0.74)	

CMYK percentages

%16.67
%0
%42.42
%74.12

Codes

Color #374226 in popluar color models

374226
RGB556638
HSL84°26.92%20.39%
HSB/HSV84°42.42%25.88%
CMYK16.67%0.00%42.42%
74.12%

Color #374226 in popluar number systems.

HEX374226
Decimal556638
Binary1101111000010100110
Octal6710246

Shades and tints

Shades of #374226

#374226
(55,66,38)
#323C23
(50,60,35)
#2D3620
(45,54,32)
#28301D
(40,48,29)
#232A1A
(35,42,26)
#1E2417
(30,36,23)
#191E14
(25,30,20)
#141811
(20,24,17)
#0F120E
(15,18,14)
#0A0C0B
(10,12,11)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #374226

#374226
(55,66,38)
#495339
(73,83,57)
#5B644C
(91,100,76)
#6D755F
(109,117,95)
#7F8672
(127,134,114)
#919785
(145,151,133)
#A3A898
(163,168,152)
#B5B9AB
(181,185,171)
#C7CABE
(199,202,190)
#D9DBD1
(217,219,209)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374226; }

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

This text font color is #374226.


Background Color

.myBgColor { background-color: #374226; }

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

This div background color is #374226.


Border color

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

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

This div border color is #374226.


Opacity

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

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

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

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

This text has shadow with #374226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374226 on black background.


Color preview on white background

This text has color #374226 on white background.



Black color preview on #374226 background

This text has black color on #374226 background.


White color preview on #374226 background

This text has white color on #374226 background.