COLOR #615D18

HEX: #615D18
RGB: (97,93,24)

Color info

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

RGB color model

#615D18 color RGB value is (97,93,24).

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

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 24 of 255 = 9%

97
93
24

R + G + B ~ 28%. #615D18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 24 = 214 (100%)
R 97 of 214 ~ 45.33%
G 93 of 214 ~ 43.46%
B 24 of 214 ~ 11.21%

%45.33
%43.46
%11.21

CMYK color model

#615D18 color CMYK value is (0,4,75,62).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 75.26%
  • key color value is 61.96%
CMYK:
(0,4,75,62)
C0M4Y75K62 
(0%,4%,75%,62%)
(0.00/0.04/0.75/0.62)	

CMYK percentages

%0
%4.12
%75.26
%61.96

Codes

Color #615D18 in popluar color models

615D18
RGB979324
HSL57°60.33%23.73%
HSB/HSV57°75.26%38.04%
CMYK0.00%4.12%75.26%
61.96%

Color #615D18 in popluar number systems.

HEX615D18
Decimal979324
Binary1100001101110111000
Octal14113530

Shades and tints

Shades of #615D18

#615D18
(97,93,24)
#595516
(89,85,22)
#514D14
(81,77,20)
#494512
(73,69,18)
#413D10
(65,61,16)
#39350E
(57,53,14)
#312D0C
(49,45,12)
#29250A
(41,37,10)
#211D08
(33,29,8)
#191506
(25,21,6)
#110D04
(17,13,4)
#000000
(0,0,0)

Tints of #615D18

#615D18
(97,93,24)
#6F6B2D
(111,107,45)
#7D7942
(125,121,66)
#8B8757
(139,135,87)
#99956C
(153,149,108)
#A7A381
(167,163,129)
#B5B196
(181,177,150)
#C3BFAB
(195,191,171)
#D1CDC0
(209,205,192)
#DFDBD5
(223,219,213)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615D18; }

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

This text font color is #615D18.


Background Color

.myBgColor { background-color: #615D18; }

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

This div background color is #615D18.


Border color

.myBorderColor { border: 1px solid #615D18; }

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

This div border color is #615D18.


Opacity

.myOpacity80 { color: #615D18; opacity: 0.8; }

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

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

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

This text has shadow with #615D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D18 on black background.


Color preview on white background

This text has color #615D18 on white background.



Black color preview on #615D18 background

This text has black color on #615D18 background.


White color preview on #615D18 background

This text has white color on #615D18 background.