COLOR #615F43

HEX: #615F43
RGB: (97,95,67)

Color info

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

RGB color model

#615F43 color RGB value is (97,95,67).

  • red value is 97;
  • green value is 95;
  • blue value is 67.
RGB:
(97,95,67)
(38%,37%,26%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 67 of 255 = 26%

97
95
67

R + G + B ~ 34%. #615F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 95 + 67 = 259 (100%)
R 97 of 259 ~ 37.45%
G 95 of 259 ~ 36.68%
B 67 of 259 ~ 25.87%

%37.45
%36.68
%25.87

CMYK color model

#615F43 color CMYK value is (0,2,31,62).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(0,2,31,62)
C0M2Y31K62 
(0%,2%,31%,62%)
(0.00/0.02/0.31/0.62)	

CMYK percentages

%0
%2.06
%30.93
%61.96

Codes

Color #615F43 in popluar color models

615F43
RGB979567
HSL56°18.29%32.16%
HSB/HSV56°30.93%38.04%
CMYK0.00%2.06%30.93%
61.96%

Color #615F43 in popluar number systems.

HEX615F43
Decimal979567
Binary110000110111111000011
Octal141137103

Shades and tints

Shades of #615F43

#615F43
(97,95,67)
#59573D
(89,87,61)
#514F37
(81,79,55)
#494731
(73,71,49)
#413F2B
(65,63,43)
#393725
(57,55,37)
#312F1F
(49,47,31)
#292719
(41,39,25)
#211F13
(33,31,19)
#19170D
(25,23,13)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #615F43

#615F43
(97,95,67)
#6F6D54
(111,109,84)
#7D7B65
(125,123,101)
#8B8976
(139,137,118)
#999787
(153,151,135)
#A7A598
(167,165,152)
#B5B3A9
(181,179,169)
#C3C1BA
(195,193,186)
#D1CFCB
(209,207,203)
#DFDDDC
(223,221,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615F43 color. Also use rgb(97,95,67) instead hex code.

Text Font Color

.myTextColor { color: #615F43; }

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

This text font color is #615F43.


Background Color

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

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

This div background color is #615F43.


Border color

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

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

This div border color is #615F43.


Opacity

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

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

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

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

This text has shadow with #615F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615F43 on black background.


Color preview on white background

This text has color #615F43 on white background.



Black color preview on #615F43 background

This text has black color on #615F43 background.


White color preview on #615F43 background

This text has white color on #615F43 background.