COLOR #374008

HEX: #374008
RGB: (55,64,8)

Color info

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

RGB color model

#374008 color RGB value is (55,64,8).

  • red value is 55;
  • green value is 64;
  • blue value is 8.
RGB:
(55,64,8)
(22%,25%,3%)

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 8 of 255 = 3%

55
64
8

R + G + B ~ 17%. #374008 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 8 = 127 (100%)
R 55 of 127 ~ 43.31%
G 64 of 127 ~ 50.39%
B 8 of 127 ~ 6.3%

%43.31
%50.39

CMYK color model

#374008 color CMYK value is (14,0,88,75).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 74.90%
CMYK:
(14,0,88,75)
C14M0Y88K75 
(14%,0%,88%,75%)
(0.14/0.00/0.88/0.75)	

CMYK percentages

%14.06
%0
%87.5
%74.9

Codes

Color #374008 in popluar color models

374008
RGB55648
HSL70°77.78%14.12%
HSB/HSV70°87.50%25.10%
CMYK14.06%0.00%87.50%
74.90%

Color #374008 in popluar number systems.

HEX374008
Decimal55648
Binary11011110000001000
Octal6710010

Shades and tints

Shades of #374008

#374008
(55,64,8)
#323B08
(50,59,8)
#2D3608
(45,54,8)
#283108
(40,49,8)
#232C08
(35,44,8)
#1E2708
(30,39,8)
#192208
(25,34,8)
#141D08
(20,29,8)
#0F1808
(15,24,8)
#0A1308
(10,19,8)
#050E08
(5,14,8)
#000000
(0,0,0)

Tints of #374008

#374008
(55,64,8)
#49511E
(73,81,30)
#5B6234
(91,98,52)
#6D734A
(109,115,74)
#7F8460
(127,132,96)
#919576
(145,149,118)
#A3A68C
(163,166,140)
#B5B7A2
(181,183,162)
#C7C8B8
(199,200,184)
#D9D9CE
(217,217,206)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374008 color. Also use rgb(55,64,8) instead hex code.

Text Font Color

.myTextColor { color: #374008; }

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

This text font color is #374008.


Background Color

.myBgColor { background-color: #374008; }

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

This div background color is #374008.


Border color

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

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

This div border color is #374008.


Opacity

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

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

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

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

This text has shadow with #374008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374008 on black background.


Color preview on white background

This text has color #374008 on white background.



Black color preview on #374008 background

This text has black color on #374008 background.


White color preview on #374008 background

This text has white color on #374008 background.