COLOR #715023

HEX: #715023
RGB: (113,80,35)

Color info

#715023 contains mainly red and green colors. Web safe color of #715023 is #666633 (or #663).

RGB color model

#715023 color RGB value is (113,80,35).

  • red value is 113;
  • green value is 80;
  • blue value is 35.
RGB:
(113,80,35)
(44%,31%,14%)

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 35 of 255 = 14%

113
80
35

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

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 35 = 228 (100%)
R 113 of 228 ~ 49.56%
G 80 of 228 ~ 35.09%
B 35 of 228 ~ 15.35%

%49.56
%35.09
%15.35

CMYK color model

#715023 color CMYK value is (0,29,69,56).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 69.03%
  • key color value is 55.69%
CMYK:
(0,29,69,56)
C0M29Y69K56 
(0%,29%,69%,56%)
(0.00/0.29/0.69/0.56)	

CMYK percentages

%0
%29.2
%69.03
%55.69

Codes

Color #715023 in popluar color models

715023
RGB1138035
HSL35°52.70%29.02%
HSB/HSV35°69.03%44.31%
CMYK0.00%29.20%69.03%
55.69%

Color #715023 in popluar number systems.

HEX715023
Decimal1138035
Binary11100011010000100011
Octal16112043

Shades and tints

Shades of #715023

#715023
(113,80,35)
#674920
(103,73,32)
#5D421D
(93,66,29)
#533B1A
(83,59,26)
#493417
(73,52,23)
#3F2D14
(63,45,20)
#352611
(53,38,17)
#2B1F0E
(43,31,14)
#21180B
(33,24,11)
#171108
(23,17,8)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #715023

#715023
(113,80,35)
#7D5F37
(125,95,55)
#896E4B
(137,110,75)
#957D5F
(149,125,95)
#A18C73
(161,140,115)
#AD9B87
(173,155,135)
#B9AA9B
(185,170,155)
#C5B9AF
(197,185,175)
#D1C8C3
(209,200,195)
#DDD7D7
(221,215,215)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715023 color. Also use rgb(113,80,35) instead hex code.

Text Font Color

.myTextColor { color: #715023; }

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

This text font color is #715023.


Background Color

.myBgColor { background-color: #715023; }

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

This div background color is #715023.


Border color

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

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

This div border color is #715023.


Opacity

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

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

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

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

This text has shadow with #715023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715023 on black background.


Color preview on white background

This text has color #715023 on white background.



Black color preview on #715023 background

This text has black color on #715023 background.


White color preview on #715023 background

This text has white color on #715023 background.