COLOR #374F3D

HEX: #374F3D RGB: (55,79,61)

Color info

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

RGB color model

#374F3D color RGB value is (55,79,61).

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

RGB channels and saturation

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

55
79
61

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

Portions of RGB colors in percentages

R + G + B = 55 + 79 + 61 = 195 (100%)
R 55 of 195 ~ 28.21%
G 79 of 195 ~ 40.51%
B 61 of 195 ~ 31.28'%

%28.21
%40.51
%31.28

CMYK color model

#374F3D color CMYK value is (30,0,23,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 69.02%

CMYK: (30,0,23,69)
C30M0Y23K69 (30%, 0%, 23%, 69%)
(0.30 / 0.00 / 0.23 / 0.69)

CMYK percentages

%30.38
%0
%22.78
%69.02

Codes

Color #374F3D in popluar color models

37 4F 3D
RGB 55 79 61
HSL 135° 17.91% 26.27%
HSB/HSV 135° 30.38% 30.98%
CMYK 30.38% 0.00% 22.78%
69.02%

Color #374F3D in popluar number systems.

HEX 37 4F 3D
Decimal 55 79 61
Binary 110111 1001111 111101
Octal 67 117 75

Shades and tints

Shades of #374F3D

#374F3D
(55,79,61)
#324838
(50,72,56)
#2D4133
(45,65,51)
#283A2E
(40,58,46)
#233329
(35,51,41)
#1E2C24
(30,44,36)
#19251F
(25,37,31)
#141E1A
(20,30,26)
#0F1715
(15,23,21)
#0A1010
(10,16,16)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #374F3D

#374F3D
(55,79,61)
#495F4E
(73,95,78)
#5B6F5F
(91,111,95)
#6D7F70
(109,127,112)
#7F8F81
(127,143,129)
#919F92
(145,159,146)
#A3AFA3
(163,175,163)
#B5BFB4
(181,191,180)
#C7CFC5
(199,207,197)
#D9DFD6
(217,223,214)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F3D; }

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

This text font color is #374F3D.

Background Color

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

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

This div background color is #374F3D.

Border color

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

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

This div border color is #374F3D.

Opacity

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

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

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

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

This text has shadow with #374F3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374F3D.

Preview

Color preview on black background

This text has color #374F3D on black background.


Color preview on white background

This text has color #374F3D on white background.


Black color preview on #374F3D background

This text has black color on #374F3D background.


White color preview on #374F3D background

This text has white color on #374F3D background.


Related colors

Complementary color

Complementary color for #hex is #C8B0C2.


I love getcolorcode.com

Triadic colors

1 #3D374F and #4F3D37 with #374F3D are triadic colors.

2 #3D4F37 and #4F373D with #374F3D are triadic colors.