COLOR #374602

HEX: #374602
RGB: (55,70,2)

Color info

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

RGB color model

#374602 color RGB value is (55,70,2).

  • red value is 55;
  • green value is 70;
  • blue value is 2.
RGB:
(55,70,2)
(22%,27%,1%)

RGB channels and saturation

R 55 of 255 = 22%
G 70 of 255 = 27%
B 2 of 255 = 1%

55
70
2

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

Portions of RGB colors in percentages

R + G + B =
55 + 70 + 2 = 127 (100%)
R 55 of 127 ~ 43.31%
G 70 of 127 ~ 55.12%
B 2 of 127 ~ 1.57%

%43.31
%55.12

CMYK color model

#374602 color CMYK value is (21,0,97,73).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 97.14%
  • key color value is 72.55%
CMYK:
(21,0,97,73)
C21M0Y97K73 
(21%,0%,97%,73%)
(0.21/0.00/0.97/0.73)	

CMYK percentages

%21.43
%0
%97.14
%72.55

Codes

Color #374602 in popluar color models

374602
RGB55702
HSL73°94.44%14.12%
HSB/HSV73°97.14%27.45%
CMYK21.43%0.00%97.14%
72.55%

Color #374602 in popluar number systems.

HEX374602
Decimal55702
Binary110111100011010
Octal671062

Shades and tints

Shades of #374602

#374602
(55,70,2)
#324002
(50,64,2)
#2D3A02
(45,58,2)
#283402
(40,52,2)
#232E02
(35,46,2)
#1E2802
(30,40,2)
#192202
(25,34,2)
#141C02
(20,28,2)
#0F1602
(15,22,2)
#0A1002
(10,16,2)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #374602

#374602
(55,70,2)
#495619
(73,86,25)
#5B6630
(91,102,48)
#6D7647
(109,118,71)
#7F865E
(127,134,94)
#919675
(145,150,117)
#A3A68C
(163,166,140)
#B5B6A3
(181,182,163)
#C7C6BA
(199,198,186)
#D9D6D1
(217,214,209)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374602 color. Also use rgb(55,70,2) instead hex code.

Text Font Color

.myTextColor { color: #374602; }

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

This text font color is #374602.


Background Color

.myBgColor { background-color: #374602; }

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

This div background color is #374602.


Border color

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

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

This div border color is #374602.


Opacity

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

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

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

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

This text has shadow with #374602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374602 on black background.


Color preview on white background

This text has color #374602 on white background.



Black color preview on #374602 background

This text has black color on #374602 background.


White color preview on #374602 background

This text has white color on #374602 background.