COLOR #374100

HEX: #374100
RGB: (55,65,0)

Color info

#374100 contains only red and green colors. Web safe color of #374100 is #333300 (or #330).

RGB color model

#374100 color RGB value is (55,65,0).

  • red value is 55;
  • green value is 65;
  • blue value is 0.
RGB:
(55,65,0)
(22%,25%,0%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 0 of 255 = 0%

55
65
0

R + G + B ~ 16%. #374100 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 0 = 120 (100%)
R 55 of 120 ~ 45.83%
G 65 of 120 ~ 54.17%
B 0 of 120 ~ 0%

%45.83
%54.17

CMYK color model

#374100 color CMYK value is (15,0,100,75).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 74.51%
CMYK:
(15,0,100,75)
C15M0Y100K75 
(15%,0%,100%,75%)
(0.15/0.00/1.00/0.75)	

CMYK percentages

%15.38
%0
%100
%74.51

Codes

Color #374100 in popluar color models

374100
RGB55650
HSL69°100.00%12.75%
HSB/HSV69°100.00%25.49%
CMYK15.38%0.00%100.00%
74.51%

Color #374100 in popluar number systems.

HEX374100
Decimal55650
Binary11011110000010
Octal671010

Shades and tints

Shades of #374100

#374100
(55,65,0)
#323C00
(50,60,0)
#2D3700
(45,55,0)
#283200
(40,50,0)
#232D00
(35,45,0)
#1E2800
(30,40,0)
#192300
(25,35,0)
#141E00
(20,30,0)
#0F1900
(15,25,0)
#0A1400
(10,20,0)
#050F00
(5,15,0)
#000000
(0,0,0)

Tints of #374100

#374100
(55,65,0)
#495217
(73,82,23)
#5B632E
(91,99,46)
#6D7445
(109,116,69)
#7F855C
(127,133,92)
#919673
(145,150,115)
#A3A78A
(163,167,138)
#B5B8A1
(181,184,161)
#C7C9B8
(199,201,184)
#D9DACF
(217,218,207)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374100 color. Also use rgb(55,65,0) instead hex code.

Text Font Color

.myTextColor { color: #374100; }

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

This text font color is #374100.


Background Color

.myBgColor { background-color: #374100; }

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

This div background color is #374100.


Border color

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

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

This div border color is #374100.


Opacity

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

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

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

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

This text has shadow with #374100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374100 on black background.


Color preview on white background

This text has color #374100 on white background.



Black color preview on #374100 background

This text has black color on #374100 background.


White color preview on #374100 background

This text has white color on #374100 background.