COLOR #374907

HEX: #374907
RGB: (55,73,7)

Color info

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

RGB color model

#374907 color RGB value is (55,73,7).

  • red value is 55;
  • green value is 73;
  • blue value is 7.
RGB:
(55,73,7)
(22%,29%,3%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 7 of 255 = 3%

55
73
7

R + G + B ~ 18%. #374907 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 7 = 135 (100%)
R 55 of 135 ~ 40.74%
G 73 of 135 ~ 54.07%
B 7 of 135 ~ 5.19%

%40.74
%54.07

CMYK color model

#374907 color CMYK value is (25,0,90,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 90.41%
  • key color value is 71.37%
CMYK:
(25,0,90,71)
C25M0Y90K71 
(25%,0%,90%,71%)
(0.25/0.00/0.90/0.71)	

CMYK percentages

%24.66
%0
%90.41
%71.37

Codes

Color #374907 in popluar color models

374907
RGB55737
HSL76°82.50%15.69%
HSB/HSV76°90.41%28.63%
CMYK24.66%0.00%90.41%
71.37%

Color #374907 in popluar number systems.

HEX374907
Decimal55737
Binary1101111001001111
Octal671117

Shades and tints

Shades of #374907

#374907
(55,73,7)
#324307
(50,67,7)
#2D3D07
(45,61,7)
#283707
(40,55,7)
#233107
(35,49,7)
#1E2B07
(30,43,7)
#192507
(25,37,7)
#141F07
(20,31,7)
#0F1907
(15,25,7)
#0A1307
(10,19,7)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #374907

#374907
(55,73,7)
#49591D
(73,89,29)
#5B6933
(91,105,51)
#6D7949
(109,121,73)
#7F895F
(127,137,95)
#919975
(145,153,117)
#A3A98B
(163,169,139)
#B5B9A1
(181,185,161)
#C7C9B7
(199,201,183)
#D9D9CD
(217,217,205)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374907 color. Also use rgb(55,73,7) instead hex code.

Text Font Color

.myTextColor { color: #374907; }

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

This text font color is #374907.


Background Color

.myBgColor { background-color: #374907; }

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

This div background color is #374907.


Border color

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

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

This div border color is #374907.


Opacity

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

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

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

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

This text has shadow with #374907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374907 on black background.


Color preview on white background

This text has color #374907 on white background.



Black color preview on #374907 background

This text has black color on #374907 background.


White color preview on #374907 background

This text has white color on #374907 background.