COLOR #374F07

HEX: #374F07
RGB: (55,79,7)

Color info

#374F07 contains mainly red and green colors. Web safe color of #374F07 is #336600 (or #360).

RGB color model

#374F07 color RGB value is (55,79,7).

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

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 7 of 255 = 3%

55
79
7

R + G + B ~ 19%. #374F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 7 = 141 (100%)
R 55 of 141 ~ 39.01%
G 79 of 141 ~ 56.03%
B 7 of 141 ~ 4.96%

%39.01
%56.03

CMYK color model

#374F07 color CMYK value is (30,0,91,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 91.14%
  • key color value is 69.02%
CMYK:
(30,0,91,69)
C30M0Y91K69 
(30%,0%,91%,69%)
(0.30/0.00/0.91/0.69)	

CMYK percentages

%30.38
%0
%91.14
%69.02

Codes

Color #374F07 in popluar color models

374F07
RGB55797
HSL80°83.72%16.86%
HSB/HSV80°91.14%30.98%
CMYK30.38%0.00%91.14%
69.02%

Color #374F07 in popluar number systems.

HEX374F07
Decimal55797
Binary1101111001111111
Octal671177

Shades and tints

Shades of #374F07

#374F07
(55,79,7)
#324807
(50,72,7)
#2D4107
(45,65,7)
#283A07
(40,58,7)
#233307
(35,51,7)
#1E2C07
(30,44,7)
#192507
(25,37,7)
#141E07
(20,30,7)
#0F1707
(15,23,7)
#0A1007
(10,16,7)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #374F07

#374F07
(55,79,7)
#495F1D
(73,95,29)
#5B6F33
(91,111,51)
#6D7F49
(109,127,73)
#7F8F5F
(127,143,95)
#919F75
(145,159,117)
#A3AF8B
(163,175,139)
#B5BFA1
(181,191,161)
#C7CFB7
(199,207,183)
#D9DFCD
(217,223,205)
#EBEFE3
(235,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F07; }

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

This text font color is #374F07.


Background Color

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

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

This div background color is #374F07.


Border color

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

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

This div border color is #374F07.


Opacity

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

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

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

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

This text has shadow with #374F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F07 on black background.


Color preview on white background

This text has color #374F07 on white background.



Black color preview on #374F07 background

This text has black color on #374F07 background.


White color preview on #374F07 background

This text has white color on #374F07 background.