COLOR #374F3E

HEX: #374F3E RGB: (55,79,62)

Color info

#374F3E contains red, green and blue colors in about the same proportion. Web safe color of #374F3E is #336633 (or #363).

RGB color model

#374F3E color RGB value is (55,79,62).

RGB: (55,79,62) (22%, 31%, 24%)

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 62 of 255 = 24%

55
79
62

R + G + B ~ 26%. #374F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 79 + 62 = 196 (100%)
R 55 of 196 ~ 28.06%
G 79 of 196 ~ 40.31%
B 62 of 196 ~ 31.63'%

%28.06
%40.31
%31.63

CMYK color model

#374F3E color CMYK value is (30,0,22,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 69.02%
CMYK: (30,0,22,69) C30M0Y22K69 (30%,0%,22%,69%) (0.30/0.00/0.22/0.69) 

CMYK percentages

%30.38
%0
%21.52
%69.02

Codes

Color #374F3E in popluar color models

37 4F 3E
RGB 55 79 62
HSL 138° 17.91% 26.27%
HSB/HSV 138° 30.38% 30.98%
CMYK 30.38% 0.00% 21.52%
69.02%

Color #374F3E in popluar number systems.

HEX 37 4F 3E
Decimal 55 79 62
Binary 110111 1001111 111110
Octal 67 117 76

Shades and tints

Shades of #374F3E

#374F3E
(55,79,62)
#324839
(50,72,57)
#2D4134
(45,65,52)
#283A2F
(40,58,47)
#23332A
(35,51,42)
#1E2C25
(30,44,37)
#192520
(25,37,32)
#141E1B
(20,30,27)
#0F1716
(15,23,22)
#0A1011
(10,16,17)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #374F3E

#374F3E
(55,79,62)
#495F4F
(73,95,79)
#5B6F60
(91,111,96)
#6D7F71
(109,127,113)
#7F8F82
(127,143,130)
#919F93
(145,159,147)
#A3AFA4
(163,175,164)
#B5BFB5
(181,191,181)
#C7CFC6
(199,207,198)
#D9DFD7
(217,223,215)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374F3E color. Also use rgb(55,79,62) instead hex code.

Text Font Color

.myTextColor { color: #374F3E; }

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

This text font color is #374F3E.

Background Color

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

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

This div background color is #374F3E.

Border color

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

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

This div border color is #374F3E.

Opacity

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

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

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

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

This text has shadow with #374F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374F3E.

Preview

Color preview on black background

This text has color #374F3E on black background.


Color preview on white background

This text has color #374F3E on white background.


Black color preview on #374F3E background

This text has black color on #374F3E background.


White color preview on #374F3E background

This text has white color on #374F3E background.


Related colors

Complementary color

Complementary color for #hex is #C8B0C1.


I love getcolorcode.com

Triadic colors

1 #3E374F and #4F3E37 with #374F3E are triadic colors.

2 #3E4F37 and #4F373E with #374F3E are triadic colors.