COLOR #374B19

HEX: #374B19
RGB: (55,75,25)

Color info

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

RGB color model

#374B19 color RGB value is (55,75,25).

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

RGB channels and saturation

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

55
75
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 25 = 155 (100%)
R 55 of 155 ~ 35.48%
G 75 of 155 ~ 48.39%
B 25 of 155 ~ 16.13%

%35.48
%48.39
%16.13

CMYK color model

#374B19 color CMYK value is (27,0,67,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(27,0,67,71)
C27M0Y67K71 
(27%,0%,67%,71%)
(0.27/0.00/0.67/0.71)	

CMYK percentages

%26.67
%0
%66.67
%70.59

Codes

Color #374B19 in popluar color models

374B19
RGB557525
HSL84°50.00%19.61%
HSB/HSV84°66.67%29.41%
CMYK26.67%0.00%66.67%
70.59%

Color #374B19 in popluar number systems.

HEX374B19
Decimal557525
Binary110111100101111001
Octal6711331

Shades and tints

Shades of #374B19

#374B19
(55,75,25)
#324517
(50,69,23)
#2D3F15
(45,63,21)
#283913
(40,57,19)
#233311
(35,51,17)
#1E2D0F
(30,45,15)
#19270D
(25,39,13)
#14210B
(20,33,11)
#0F1B09
(15,27,9)
#0A1507
(10,21,7)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #374B19

#374B19
(55,75,25)
#495B2D
(73,91,45)
#5B6B41
(91,107,65)
#6D7B55
(109,123,85)
#7F8B69
(127,139,105)
#919B7D
(145,155,125)
#A3AB91
(163,171,145)
#B5BBA5
(181,187,165)
#C7CBB9
(199,203,185)
#D9DBCD
(217,219,205)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B19; }

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

This text font color is #374B19.


Background Color

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

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

This div background color is #374B19.


Border color

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

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

This div border color is #374B19.


Opacity

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

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

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

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

This text has shadow with #374B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B19 on black background.


Color preview on white background

This text has color #374B19 on white background.



Black color preview on #374B19 background

This text has black color on #374B19 background.


White color preview on #374B19 background

This text has white color on #374B19 background.