COLOR #615018

HEX: #615018
RGB: (97,80,24)

Color info

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

RGB color model

#615018 color RGB value is (97,80,24).

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

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 24 of 255 = 9%

97
80
24

R + G + B ~ 26%. #615018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 24 = 201 (100%)
R 97 of 201 ~ 48.26%
G 80 of 201 ~ 39.8%
B 24 of 201 ~ 11.94%

%48.26
%39.8
%11.94

CMYK color model

#615018 color CMYK value is (0,18,75,62).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 75.26%
  • key color value is 61.96%
CMYK:
(0,18,75,62)
C0M18Y75K62 
(0%,18%,75%,62%)
(0.00/0.18/0.75/0.62)	

CMYK percentages

%0
%17.53
%75.26
%61.96

Codes

Color #615018 in popluar color models

615018
RGB978024
HSL46°60.33%23.73%
HSB/HSV46°75.26%38.04%
CMYK0.00%17.53%75.26%
61.96%

Color #615018 in popluar number systems.

HEX615018
Decimal978024
Binary1100001101000011000
Octal14112030

Shades and tints

Shades of #615018

#615018
(97,80,24)
#594916
(89,73,22)
#514214
(81,66,20)
#493B12
(73,59,18)
#413410
(65,52,16)
#392D0E
(57,45,14)
#31260C
(49,38,12)
#291F0A
(41,31,10)
#211808
(33,24,8)
#191106
(25,17,6)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #615018

#615018
(97,80,24)
#6F5F2D
(111,95,45)
#7D6E42
(125,110,66)
#8B7D57
(139,125,87)
#998C6C
(153,140,108)
#A79B81
(167,155,129)
#B5AA96
(181,170,150)
#C3B9AB
(195,185,171)
#D1C8C0
(209,200,192)
#DFD7D5
(223,215,213)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615018; }

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

This text font color is #615018.


Background Color

.myBgColor { background-color: #615018; }

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

This div background color is #615018.


Border color

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

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

This div border color is #615018.


Opacity

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

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

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

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

This text has shadow with #615018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615018 on black background.


Color preview on white background

This text has color #615018 on white background.



Black color preview on #615018 background

This text has black color on #615018 background.


White color preview on #615018 background

This text has white color on #615018 background.