COLOR #374914

HEX: #374914
RGB: (55,73,20)

Color info

#374914 contains red, green and blue colors in about the same proportion. Web safe color of #374914 is #333300 (or #330).

RGB color model

#374914 color RGB value is (55,73,20).

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

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 20 of 255 = 8%

55
73
20

R + G + B ~ 20%. #374914 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 20 = 148 (100%)
R 55 of 148 ~ 37.16%
G 73 of 148 ~ 49.32%
B 20 of 148 ~ 13.51%

%37.16
%49.32
%13.51

CMYK color model

#374914 color CMYK value is (25,0,73,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(25,0,73,71)
C25M0Y73K71 
(25%,0%,73%,71%)
(0.25/0.00/0.73/0.71)	

CMYK percentages

%24.66
%0
%72.6
%71.37

Codes

Color #374914 in popluar color models

374914
RGB557320
HSL80°56.99%18.24%
HSB/HSV80°72.60%28.63%
CMYK24.66%0.00%72.60%
71.37%

Color #374914 in popluar number systems.

HEX374914
Decimal557320
Binary110111100100110100
Octal6711124

Shades and tints

Shades of #374914

#374914
(55,73,20)
#324313
(50,67,19)
#2D3D12
(45,61,18)
#283711
(40,55,17)
#233110
(35,49,16)
#1E2B0F
(30,43,15)
#19250E
(25,37,14)
#141F0D
(20,31,13)
#0F190C
(15,25,12)
#0A130B
(10,19,11)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #374914

#374914
(55,73,20)
#495929
(73,89,41)
#5B693E
(91,105,62)
#6D7953
(109,121,83)
#7F8968
(127,137,104)
#91997D
(145,153,125)
#A3A992
(163,169,146)
#B5B9A7
(181,185,167)
#C7C9BC
(199,201,188)
#D9D9D1
(217,217,209)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374914; }

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

This text font color is #374914.


Background Color

.myBgColor { background-color: #374914; }

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

This div background color is #374914.


Border color

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

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

This div border color is #374914.


Opacity

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

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

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

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

This text has shadow with #374914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374914 on black background.


Color preview on white background

This text has color #374914 on white background.



Black color preview on #374914 background

This text has black color on #374914 background.


White color preview on #374914 background

This text has white color on #374914 background.