COLOR #615343

HEX: #615343
RGB: (97,83,67)

Color info

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

RGB color model

#615343 color RGB value is (97,83,67).

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

RGB channels and saturation

R 97 of 255 = 38%
G 83 of 255 = 33%
B 67 of 255 = 26%

97
83
67

R + G + B ~ 32%. #615343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 83 + 67 = 247 (100%)
R 97 of 247 ~ 39.27%
G 83 of 247 ~ 33.6%
B 67 of 247 ~ 27.13%

%39.27
%33.6
%27.13

CMYK color model

#615343 color CMYK value is (0,14,31,62).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(0,14,31,62)
C0M14Y31K62 
(0%,14%,31%,62%)
(0.00/0.14/0.31/0.62)	

CMYK percentages

%0
%14.43
%30.93
%61.96

Codes

Color #615343 in popluar color models

615343
RGB978367
HSL32°18.29%32.16%
HSB/HSV32°30.93%38.04%
CMYK0.00%14.43%30.93%
61.96%

Color #615343 in popluar number systems.

HEX615343
Decimal978367
Binary110000110100111000011
Octal141123103

Shades and tints

Shades of #615343

#615343
(97,83,67)
#594C3D
(89,76,61)
#514537
(81,69,55)
#493E31
(73,62,49)
#41372B
(65,55,43)
#393025
(57,48,37)
#31291F
(49,41,31)
#292219
(41,34,25)
#211B13
(33,27,19)
#19140D
(25,20,13)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #615343

#615343
(97,83,67)
#6F6254
(111,98,84)
#7D7165
(125,113,101)
#8B8076
(139,128,118)
#998F87
(153,143,135)
#A79E98
(167,158,152)
#B5ADA9
(181,173,169)
#C3BCBA
(195,188,186)
#D1CBCB
(209,203,203)
#DFDADC
(223,218,220)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615343; }

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

This text font color is #615343.


Background Color

.myBgColor { background-color: #615343; }

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

This div background color is #615343.


Border color

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

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

This div border color is #615343.


Opacity

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

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

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

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

This text has shadow with #615343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615343 on black background.


Color preview on white background

This text has color #615343 on white background.



Black color preview on #615343 background

This text has black color on #615343 background.


White color preview on #615343 background

This text has white color on #615343 background.