COLOR #374B2D

HEX: #374B2D RGB: (55,75,45)

Color info

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

RGB color model

#374B2D color RGB value is (55,75,45).

RGB: (55,75,45) (22%, 29%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 45 of 255 = 18%

55
75
45

R + G + B ~ 23%. #374B2D is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 45 = 175 (100%)
R 55 of 175 ~ 31.43%
G 75 of 175 ~ 42.86%
B 45 of 175 ~ 25.71'%

%31.43
%42.86
%25.71

CMYK color model

#374B2D color CMYK value is (27,0,40,71).

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

CMYK: (27,0,40,71)
C27M0Y40K71 (27%, 0%, 40%, 71%)
(0.27 / 0.00 / 0.40 / 0.71)

CMYK percentages

%26.67
%0
%40
%70.59

Codes

Color #374B2D in popluar color models

37 4B 2D
RGB 55 75 45
HSL 100° 25.00% 23.53%
HSB/HSV 100° 40.00% 29.41%
CMYK 26.67% 0.00% 40.00%
70.59%

Color #374B2D in popluar number systems.

HEX 37 4B 2D
Decimal 55 75 45
Binary 110111 1001011 101101
Octal 67 113 55

Shades and tints

Shades of #374B2D

#374B2D
(55,75,45)
#324529
(50,69,41)
#2D3F25
(45,63,37)
#283921
(40,57,33)
#23331D
(35,51,29)
#1E2D19
(30,45,25)
#192715
(25,39,21)
#142111
(20,33,17)
#0F1B0D
(15,27,13)
#0A1509
(10,21,9)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #374B2D

#374B2D
(55,75,45)
#495B40
(73,91,64)
#5B6B53
(91,107,83)
#6D7B66
(109,123,102)
#7F8B79
(127,139,121)
#919B8C
(145,155,140)
#A3AB9F
(163,171,159)
#B5BBB2
(181,187,178)
#C7CBC5
(199,203,197)
#D9DBD8
(217,219,216)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B2D; }

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

This text font color is #374B2D.

Background Color

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

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

This div background color is #374B2D.

Border color

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

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

This div border color is #374B2D.

Opacity

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

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

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

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

This text has shadow with #374B2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B2D.

Preview

Color preview on black background

This text has color #374B2D on black background.


Color preview on white background

This text has color #374B2D on white background.


Black color preview on #374B2D background

This text has black color on #374B2D background.


White color preview on #374B2D background

This text has white color on #374B2D background.


Related colors

Complementary color

Complementary color for #hex is #C8B4D2.


I love getcolorcode.com

Triadic colors

1 #2D374B and #4B2D37 with #374B2D are triadic colors.

2 #2D4B37 and #4B372D with #374B2D are triadic colors.