COLOR #615035

HEX: #615035
RGB: (97,80,53)

Color info

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

RGB color model

#615035 color RGB value is (97,80,53).

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

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 53 of 255 = 21%

97
80
53

R + G + B ~ 30%. #615035 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 53 = 230 (100%)
R 97 of 230 ~ 42.17%
G 80 of 230 ~ 34.78%
B 53 of 230 ~ 23.04%

%42.17
%34.78
%23.04

CMYK color model

#615035 color CMYK value is (0,18,45,62).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 45.36%
  • key color value is 61.96%
CMYK:
(0,18,45,62)
C0M18Y45K62 
(0%,18%,45%,62%)
(0.00/0.18/0.45/0.62)	

CMYK percentages

%0
%17.53
%45.36
%61.96

Codes

Color #615035 in popluar color models

615035
RGB978053
HSL37°29.33%29.41%
HSB/HSV37°45.36%38.04%
CMYK0.00%17.53%45.36%
61.96%

Color #615035 in popluar number systems.

HEX615035
Decimal978053
Binary11000011010000110101
Octal14112065

Shades and tints

Shades of #615035

#615035
(97,80,53)
#594931
(89,73,49)
#51422D
(81,66,45)
#493B29
(73,59,41)
#413425
(65,52,37)
#392D21
(57,45,33)
#31261D
(49,38,29)
#291F19
(41,31,25)
#211815
(33,24,21)
#191111
(25,17,17)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #615035

#615035
(97,80,53)
#6F5F47
(111,95,71)
#7D6E59
(125,110,89)
#8B7D6B
(139,125,107)
#998C7D
(153,140,125)
#A79B8F
(167,155,143)
#B5AAA1
(181,170,161)
#C3B9B3
(195,185,179)
#D1C8C5
(209,200,197)
#DFD7D7
(223,215,215)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615035; }

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

This text font color is #615035.


Background Color

.myBgColor { background-color: #615035; }

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

This div background color is #615035.


Border color

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

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

This div border color is #615035.


Opacity

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

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

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

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

This text has shadow with #615035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615035 on black background.


Color preview on white background

This text has color #615035 on white background.



Black color preview on #615035 background

This text has black color on #615035 background.


White color preview on #615035 background

This text has white color on #615035 background.