COLOR #374B22

HEX: #374B22 RGB: (55,75,34)

Color info

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

RGB color model

#374B22 color RGB value is (55,75,34).

RGB: (55,75,34) (22%, 29%, 13%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 34 of 255 = 13%

55
75
34

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

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 34 = 164 (100%)
R 55 of 164 ~ 33.54%
G 75 of 164 ~ 45.73%
B 34 of 164 ~ 20.73'%

%33.54
%45.73
%20.73

CMYK color model

#374B22 color CMYK value is (27,0,55,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 54.67%
  • key color value is 70.59%

CMYK: (27,0,55,71)
C27M0Y55K71 (27%, 0%, 55%, 71%)
(0.27 / 0.00 / 0.55 / 0.71)

CMYK percentages

%26.67
%0
%54.67
%70.59

Codes

Color #374B22 in popluar color models

37 4B 22
RGB 55 75 34
HSL 89° 37.61% 21.37%
HSB/HSV 89° 54.67% 29.41%
CMYK 26.67% 0.00% 54.67%
70.59%

Color #374B22 in popluar number systems.

HEX 37 4B 22
Decimal 55 75 34
Binary 110111 1001011 100010
Octal 67 113 42

Shades and tints

Shades of #374B22

#374B22
(55,75,34)
#32451F
(50,69,31)
#2D3F1C
(45,63,28)
#283919
(40,57,25)
#233316
(35,51,22)
#1E2D13
(30,45,19)
#192710
(25,39,16)
#14210D
(20,33,13)
#0F1B0A
(15,27,10)
#0A1507
(10,21,7)
#050F04
(5,15,4)
#000000
(0,0,0)

Tints of #374B22

#374B22
(55,75,34)
#495B36
(73,91,54)
#5B6B4A
(91,107,74)
#6D7B5E
(109,123,94)
#7F8B72
(127,139,114)
#919B86
(145,155,134)
#A3AB9A
(163,171,154)
#B5BBAE
(181,187,174)
#C7CBC2
(199,203,194)
#D9DBD6
(217,219,214)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374B22 color. Also use rgb(55,75,34) instead hex code.

Text Font Color

.myTextColor { color: #374B22; }

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

This text font color is #374B22.

Background Color

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

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

This div background color is #374B22.

Border color

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

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

This div border color is #374B22.

Opacity

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

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

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

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

This text has shadow with #374B22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B22.

Preview

Color preview on black background

This text has color #374B22 on black background.


Color preview on white background

This text has color #374B22 on white background.


Black color preview on #374B22 background

This text has black color on #374B22 background.


White color preview on #374B22 background

This text has white color on #374B22 background.


Related colors

Complementary color

Complementary color for #hex is #C8B4DD.


I love getcolorcode.com

Triadic colors

1 #22374B and #4B2237 with #374B22 are triadic colors.

2 #224B37 and #4B3722 with #374B22 are triadic colors.