COLOR #374919

HEX: #374919
RGB: (55,73,25)

Color info

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

RGB color model

#374919 color RGB value is (55,73,25).

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

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 25 of 255 = 10%

55
73
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 25 = 153 (100%)
R 55 of 153 ~ 35.95%
G 73 of 153 ~ 47.71%
B 25 of 153 ~ 16.34%

%35.95
%47.71
%16.34

CMYK color model

#374919 color CMYK value is (25,0,66,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(25,0,66,71)
C25M0Y66K71 
(25%,0%,66%,71%)
(0.25/0.00/0.66/0.71)	

CMYK percentages

%24.66
%0
%65.75
%71.37

Codes

Color #374919 in popluar color models

374919
RGB557325
HSL83°48.98%19.22%
HSB/HSV83°65.75%28.63%
CMYK24.66%0.00%65.75%
71.37%

Color #374919 in popluar number systems.

HEX374919
Decimal557325
Binary110111100100111001
Octal6711131

Shades and tints

Shades of #374919

#374919
(55,73,25)
#324317
(50,67,23)
#2D3D15
(45,61,21)
#283713
(40,55,19)
#233111
(35,49,17)
#1E2B0F
(30,43,15)
#19250D
(25,37,13)
#141F0B
(20,31,11)
#0F1909
(15,25,9)
#0A1307
(10,19,7)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #374919

#374919
(55,73,25)
#49592D
(73,89,45)
#5B6941
(91,105,65)
#6D7955
(109,121,85)
#7F8969
(127,137,105)
#91997D
(145,153,125)
#A3A991
(163,169,145)
#B5B9A5
(181,185,165)
#C7C9B9
(199,201,185)
#D9D9CD
(217,217,205)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374919; }

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

This text font color is #374919.


Background Color

.myBgColor { background-color: #374919; }

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

This div background color is #374919.


Border color

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

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

This div border color is #374919.


Opacity

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

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

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

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

This text has shadow with #374919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374919 on black background.


Color preview on white background

This text has color #374919 on white background.



Black color preview on #374919 background

This text has black color on #374919 background.


White color preview on #374919 background

This text has white color on #374919 background.