COLOR #615002

HEX: #615002
RGB: (97,80,2)

Color info

#615002 contains mainly red and green colors. Web safe color of #615002 is #666600 (or #660).

RGB color model

#615002 color RGB value is (97,80,2).

  • red value is 97;
  • green value is 80;
  • blue value is 2.
RGB:
(97,80,2)
(38%,31%,1%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 2 of 255 = 1%

97
80
2

R + G + B ~ 23%. #615002 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 2 = 179 (100%)
R 97 of 179 ~ 54.19%
G 80 of 179 ~ 44.69%
B 2 of 179 ~ 1.12%

%54.19
%44.69

CMYK color model

#615002 color CMYK value is (0,18,98,62).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 97.94%
  • key color value is 61.96%
CMYK:
(0,18,98,62)
C0M18Y98K62 
(0%,18%,98%,62%)
(0.00/0.18/0.98/0.62)	

CMYK percentages

%0
%17.53
%97.94
%61.96

Codes

Color #615002 in popluar color models

615002
RGB97802
HSL49°95.96%19.41%
HSB/HSV49°97.94%38.04%
CMYK0.00%17.53%97.94%
61.96%

Color #615002 in popluar number systems.

HEX615002
Decimal97802
Binary1100001101000010
Octal1411202

Shades and tints

Shades of #615002

#615002
(97,80,2)
#594902
(89,73,2)
#514202
(81,66,2)
#493B02
(73,59,2)
#413402
(65,52,2)
#392D02
(57,45,2)
#312602
(49,38,2)
#291F02
(41,31,2)
#211802
(33,24,2)
#191102
(25,17,2)
#110A02
(17,10,2)
#000000
(0,0,0)

Tints of #615002

#615002
(97,80,2)
#6F5F19
(111,95,25)
#7D6E30
(125,110,48)
#8B7D47
(139,125,71)
#998C5E
(153,140,94)
#A79B75
(167,155,117)
#B5AA8C
(181,170,140)
#C3B9A3
(195,185,163)
#D1C8BA
(209,200,186)
#DFD7D1
(223,215,209)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615002 color. Also use rgb(97,80,2) instead hex code.

Text Font Color

.myTextColor { color: #615002; }

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

This text font color is #615002.


Background Color

.myBgColor { background-color: #615002; }

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

This div background color is #615002.


Border color

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

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

This div border color is #615002.


Opacity

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

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

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

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

This text has shadow with #615002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615002 on black background.


Color preview on white background

This text has color #615002 on white background.



Black color preview on #615002 background

This text has black color on #615002 background.


White color preview on #615002 background

This text has white color on #615002 background.