COLOR #374F14

HEX: #374F14
RGB: (55,79,20)

Color info

#374F14 contains red, green and blue colors in about the same proportion. Web safe color of #374F14 is #336600 (or #360).

RGB color model

#374F14 color RGB value is (55,79,20).

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

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 20 of 255 = 8%

55
79
20

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

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 20 = 154 (100%)
R 55 of 154 ~ 35.71%
G 79 of 154 ~ 51.3%
B 20 of 154 ~ 12.99%

%35.71
%51.3
%12.99

CMYK color model

#374F14 color CMYK value is (30,0,75,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 74.68%
  • key color value is 69.02%
CMYK:
(30,0,75,69)
C30M0Y75K69 
(30%,0%,75%,69%)
(0.30/0.00/0.75/0.69)	

CMYK percentages

%30.38
%0
%74.68
%69.02

Codes

Color #374F14 in popluar color models

374F14
RGB557920
HSL84°59.60%19.41%
HSB/HSV84°74.68%30.98%
CMYK30.38%0.00%74.68%
69.02%

Color #374F14 in popluar number systems.

HEX374F14
Decimal557920
Binary110111100111110100
Octal6711724

Shades and tints

Shades of #374F14

#374F14
(55,79,20)
#324813
(50,72,19)
#2D4112
(45,65,18)
#283A11
(40,58,17)
#233310
(35,51,16)
#1E2C0F
(30,44,15)
#19250E
(25,37,14)
#141E0D
(20,30,13)
#0F170C
(15,23,12)
#0A100B
(10,16,11)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #374F14

#374F14
(55,79,20)
#495F29
(73,95,41)
#5B6F3E
(91,111,62)
#6D7F53
(109,127,83)
#7F8F68
(127,143,104)
#919F7D
(145,159,125)
#A3AF92
(163,175,146)
#B5BFA7
(181,191,167)
#C7CFBC
(199,207,188)
#D9DFD1
(217,223,209)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F14; }

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

This text font color is #374F14.


Background Color

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

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

This div background color is #374F14.


Border color

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

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

This div border color is #374F14.


Opacity

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

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

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

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

This text has shadow with #374F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F14 on black background.


Color preview on white background

This text has color #374F14 on white background.



Black color preview on #374F14 background

This text has black color on #374F14 background.


White color preview on #374F14 background

This text has white color on #374F14 background.