COLOR #62741E

HEX: #62741E
RGB: (98,116,30)

Color info

#62741E contains mainly red and green colors. Web safe color of #62741E is #666633 (or #663).

RGB color model

#62741E color RGB value is (98,116,30).

  • red value is 98;
  • green value is 116;
  • blue value is 30.
RGB:
(98,116,30)
(38%,45%,12%)

RGB channels and saturation

R 98 of 255 = 38%
G 116 of 255 = 45%
B 30 of 255 = 12%

98
116
30

R + G + B ~ 32%. #62741E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 116 + 30 = 244 (100%)
R 98 of 244 ~ 40.16%
G 116 of 244 ~ 47.54%
B 30 of 244 ~ 12.3%

%40.16
%47.54
%12.3

CMYK color model

#62741E color CMYK value is (16,0,74,55).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 74.14%
  • key color value is 54.51%
CMYK:
(16,0,74,55)
C16M0Y74K55 
(16%,0%,74%,55%)
(0.16/0.00/0.74/0.55)	

CMYK percentages

%15.52
%0
%74.14
%54.51

Codes

Color #62741E in popluar color models

62741E
RGB9811630
HSL73°58.90%28.63%
HSB/HSV73°74.14%45.49%
CMYK15.52%0.00%74.14%
54.51%

Color #62741E in popluar number systems.

HEX62741E
Decimal9811630
Binary1100010111010011110
Octal14216436

Shades and tints

Shades of #62741E

#62741E
(98,116,30)
#5A6A1C
(90,106,28)
#52601A
(82,96,26)
#4A5618
(74,86,24)
#424C16
(66,76,22)
#3A4214
(58,66,20)
#323812
(50,56,18)
#2A2E10
(42,46,16)
#22240E
(34,36,14)
#1A1A0C
(26,26,12)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #62741E

#62741E
(98,116,30)
#708032
(112,128,50)
#7E8C46
(126,140,70)
#8C985A
(140,152,90)
#9AA46E
(154,164,110)
#A8B082
(168,176,130)
#B6BC96
(182,188,150)
#C4C8AA
(196,200,170)
#D2D4BE
(210,212,190)
#E0E0D2
(224,224,210)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62741E color. Also use rgb(98,116,30) instead hex code.

Text Font Color

.myTextColor { color: #62741E; }

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

This text font color is #62741E.


Background Color

.myBgColor { background-color: #62741E; }

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

This div background color is #62741E.


Border color

.myBorderColor { border: 1px solid #62741E; }

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

This div border color is #62741E.


Opacity

.myOpacity80 { color: #62741E; opacity: 0.8; }

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

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

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

This text has shadow with #62741E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62741E on black background.


Color preview on white background

This text has color #62741E on white background.



Black color preview on #62741E background

This text has black color on #62741E background.


White color preview on #62741E background

This text has white color on #62741E background.