COLOR #374800

HEX: #374800 RGB: (55,72,0)

Color info

#374800 contains only red and green colors. Web safe color of #374800 is #333300 (or #330).

RGB color model

#374800 color RGB value is (55,72,0).

RGB: (55,72,0) (22%, 28%, 0%)

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 0 of 255 = 0%

55
72
0

R + G + B ~ 17%. #374800 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 72 + 0 = 127 (100%)
R 55 of 127 ~ 43.31%
G 72 of 127 ~ 56.69%
B 0 of 127 ~ 0'%

%43.31
%56.69

CMYK color model

#374800 color CMYK value is (24,0,100,72).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 71.76%

CMYK: (24,0,100,72)
C24M0Y100K72 (24%, 0%, 100%, 72%)
(0.24 / 0.00 / 1.00 / 0.72)

CMYK percentages

%23.61
%0
%100
%71.76

Codes

Color #374800 in popluar color models

37 48 00
RGB 55 72 0
HSL 74° 100.00% 14.12%
HSB/HSV 74° 100.00% 28.24%
CMYK 23.61% 0.00% 100.00%
71.76%

Color #374800 in popluar number systems.

HEX 37 48 00
Decimal 55 72 0
Binary 110111 1001000 0
Octal 67 110 0

Shades and tints

Shades of #374800

#374800
(55,72,0)
#324200
(50,66,0)
#2D3C00
(45,60,0)
#283600
(40,54,0)
#233000
(35,48,0)
#1E2A00
(30,42,0)
#192400
(25,36,0)
#141E00
(20,30,0)
#0F1800
(15,24,0)
#0A1200
(10,18,0)
#050C00
(5,12,0)
#000000
(0,0,0)

Tints of #374800

#374800
(55,72,0)
#495817
(73,88,23)
#5B682E
(91,104,46)
#6D7845
(109,120,69)
#7F885C
(127,136,92)
#919873
(145,152,115)
#A3A88A
(163,168,138)
#B5B8A1
(181,184,161)
#C7C8B8
(199,200,184)
#D9D8CF
(217,216,207)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374800 color. Also use rgb(55,72,0) instead hex code.

Text Font Color

.myTextColor { color: #374800; }

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

This text font color is #374800.

Background Color

.myBgColor { background-color: #374800; }

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

This div background color is #374800.

Border color

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

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

This div border color is #374800.

Opacity

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

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

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

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

This text has shadow with #374800 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374800.

Preview

Color preview on black background

This text has color #374800 on black background.


Color preview on white background

This text has color #374800 on white background.


Black color preview on #374800 background

This text has black color on #374800 background.


White color preview on #374800 background

This text has white color on #374800 background.


Related colors

Complementary color

Complementary color for #hex is #C8B7FF.


I love getcolorcode.com

Triadic colors

1 #003748 and #480037 with #374800 are triadic colors.

2 #004837 and #483700 with #374800 are triadic colors.