COLOR #715348

HEX: #715348
RGB: (113,83,72)

Color info

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

RGB color model

#715348 color RGB value is (113,83,72).

  • red value is 113;
  • green value is 83;
  • blue value is 72.
RGB:
(113,83,72)
(44%,33%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 83 of 255 = 33%
B 72 of 255 = 28%

113
83
72

R + G + B ~ 35%. #715348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 83 + 72 = 268 (100%)
R 113 of 268 ~ 42.16%
G 83 of 268 ~ 30.97%
B 72 of 268 ~ 26.87%

%42.16
%30.97
%26.87

CMYK color model

#715348 color CMYK value is (0,27,36,56).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,27,36,56)
C0M27Y36K56 
(0%,27%,36%,56%)
(0.00/0.27/0.36/0.56)	

CMYK percentages

%0
%26.55
%36.28
%55.69

Codes

Color #715348 in popluar color models

715348
RGB1138372
HSL16°22.16%36.27%
HSB/HSV16°36.28%44.31%
CMYK0.00%26.55%36.28%
55.69%

Color #715348 in popluar number systems.

HEX715348
Decimal1138372
Binary111000110100111001000
Octal161123110

Shades and tints

Shades of #715348

#715348
(113,83,72)
#674C42
(103,76,66)
#5D453C
(93,69,60)
#533E36
(83,62,54)
#493730
(73,55,48)
#3F302A
(63,48,42)
#352924
(53,41,36)
#2B221E
(43,34,30)
#211B18
(33,27,24)
#171412
(23,20,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #715348

#715348
(113,83,72)
#7D6258
(125,98,88)
#897168
(137,113,104)
#958078
(149,128,120)
#A18F88
(161,143,136)
#AD9E98
(173,158,152)
#B9ADA8
(185,173,168)
#C5BCB8
(197,188,184)
#D1CBC8
(209,203,200)
#DDDAD8
(221,218,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715348 color. Also use rgb(113,83,72) instead hex code.

Text Font Color

.myTextColor { color: #715348; }

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

This text font color is #715348.


Background Color

.myBgColor { background-color: #715348; }

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

This div background color is #715348.


Border color

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

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

This div border color is #715348.


Opacity

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

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

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

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

This text has shadow with #715348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715348 on black background.


Color preview on white background

This text has color #715348 on white background.



Black color preview on #715348 background

This text has black color on #715348 background.


White color preview on #715348 background

This text has white color on #715348 background.