COLOR #615127

HEX: #615127
RGB: (97,81,39)

Color info

#615127 contains red, green and blue colors in about the same proportion. Web safe color of #615127 is #666633 (or #663).

RGB color model

#615127 color RGB value is (97,81,39).

  • red value is 97;
  • green value is 81;
  • blue value is 39.
RGB:
(97,81,39)
(38%,32%,15%)

RGB channels and saturation

R 97 of 255 = 38%
G 81 of 255 = 32%
B 39 of 255 = 15%

97
81
39

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

Portions of RGB colors in percentages

R + G + B =
97 + 81 + 39 = 217 (100%)
R 97 of 217 ~ 44.7%
G 81 of 217 ~ 37.33%
B 39 of 217 ~ 17.97%

%44.7
%37.33
%17.97

CMYK color model

#615127 color CMYK value is (0,16,60,62).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(0,16,60,62)
C0M16Y60K62 
(0%,16%,60%,62%)
(0.00/0.16/0.60/0.62)	

CMYK percentages

%0
%16.49
%59.79
%61.96

Codes

Color #615127 in popluar color models

615127
RGB978139
HSL43°42.65%26.67%
HSB/HSV43°59.79%38.04%
CMYK0.00%16.49%59.79%
61.96%

Color #615127 in popluar number systems.

HEX615127
Decimal978139
Binary11000011010001100111
Octal14112147

Shades and tints

Shades of #615127

#615127
(97,81,39)
#594A24
(89,74,36)
#514321
(81,67,33)
#493C1E
(73,60,30)
#41351B
(65,53,27)
#392E18
(57,46,24)
#312715
(49,39,21)
#292012
(41,32,18)
#21190F
(33,25,15)
#19120C
(25,18,12)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #615127

#615127
(97,81,39)
#6F603A
(111,96,58)
#7D6F4D
(125,111,77)
#8B7E60
(139,126,96)
#998D73
(153,141,115)
#A79C86
(167,156,134)
#B5AB99
(181,171,153)
#C3BAAC
(195,186,172)
#D1C9BF
(209,201,191)
#DFD8D2
(223,216,210)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615127 color. Also use rgb(97,81,39) instead hex code.

Text Font Color

.myTextColor { color: #615127; }

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

This text font color is #615127.


Background Color

.myBgColor { background-color: #615127; }

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

This div background color is #615127.


Border color

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

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

This div border color is #615127.


Opacity

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

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

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

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

This text has shadow with #615127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615127 on black background.


Color preview on white background

This text has color #615127 on white background.



Black color preview on #615127 background

This text has black color on #615127 background.


White color preview on #615127 background

This text has white color on #615127 background.