COLOR #374F13

HEX: #374F13
RGB: (55,79,19)

Color info

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

RGB color model

#374F13 color RGB value is (55,79,19).

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

RGB channels and saturation

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

55
79
19

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

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 19 = 153 (100%)
R 55 of 153 ~ 35.95%
G 79 of 153 ~ 51.63%
B 19 of 153 ~ 12.42%

%35.95
%51.63
%12.42

CMYK color model

#374F13 color CMYK value is (30,0,76,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 75.95%
  • key color value is 69.02%
CMYK:
(30,0,76,69)
C30M0Y76K69 
(30%,0%,76%,69%)
(0.30/0.00/0.76/0.69)	

CMYK percentages

%30.38
%0
%75.95
%69.02

Codes

Color #374F13 in popluar color models

374F13
RGB557919
HSL84°61.22%19.22%
HSB/HSV84°75.95%30.98%
CMYK30.38%0.00%75.95%
69.02%

Color #374F13 in popluar number systems.

HEX374F13
Decimal557919
Binary110111100111110011
Octal6711723

Shades and tints

Shades of #374F13

#374F13
(55,79,19)
#324812
(50,72,18)
#2D4111
(45,65,17)
#283A10
(40,58,16)
#23330F
(35,51,15)
#1E2C0E
(30,44,14)
#19250D
(25,37,13)
#141E0C
(20,30,12)
#0F170B
(15,23,11)
#0A100A
(10,16,10)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #374F13

#374F13
(55,79,19)
#495F28
(73,95,40)
#5B6F3D
(91,111,61)
#6D7F52
(109,127,82)
#7F8F67
(127,143,103)
#919F7C
(145,159,124)
#A3AF91
(163,175,145)
#B5BFA6
(181,191,166)
#C7CFBB
(199,207,187)
#D9DFD0
(217,223,208)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F13; }

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

This text font color is #374F13.


Background Color

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

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

This div background color is #374F13.


Border color

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

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

This div border color is #374F13.


Opacity

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

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

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

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

This text has shadow with #374F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F13 on black background.


Color preview on white background

This text has color #374F13 on white background.



Black color preview on #374F13 background

This text has black color on #374F13 background.


White color preview on #374F13 background

This text has white color on #374F13 background.