COLOR #715F03

HEX: #715F03
RGB: (113,95,3)

Color info

#715F03 contains mainly red and green colors. Web safe color of #715F03 is #666600 (or #660).

RGB color model

#715F03 color RGB value is (113,95,3).

  • red value is 113;
  • green value is 95;
  • blue value is 3.
RGB:
(113,95,3)
(44%,37%,1%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 3 of 255 = 1%

113
95
3

R + G + B ~ 27%. #715F03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 3 = 211 (100%)
R 113 of 211 ~ 53.55%
G 95 of 211 ~ 45.02%
B 3 of 211 ~ 1.42%

%53.55
%45.02

CMYK color model

#715F03 color CMYK value is (0,16,97,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 97.35%
  • key color value is 55.69%
CMYK:
(0,16,97,56)
C0M16Y97K56 
(0%,16%,97%,56%)
(0.00/0.16/0.97/0.56)	

CMYK percentages

%0
%15.93
%97.35
%55.69

Codes

Color #715F03 in popluar color models

715F03
RGB113953
HSL50°94.83%22.75%
HSB/HSV50°97.35%44.31%
CMYK0.00%15.93%97.35%
55.69%

Color #715F03 in popluar number systems.

HEX715F03
Decimal113953
Binary1110001101111111
Octal1611373

Shades and tints

Shades of #715F03

#715F03
(113,95,3)
#675703
(103,87,3)
#5D4F03
(93,79,3)
#534703
(83,71,3)
#493F03
(73,63,3)
#3F3703
(63,55,3)
#352F03
(53,47,3)
#2B2703
(43,39,3)
#211F03
(33,31,3)
#171703
(23,23,3)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #715F03

#715F03
(113,95,3)
#7D6D19
(125,109,25)
#897B2F
(137,123,47)
#958945
(149,137,69)
#A1975B
(161,151,91)
#ADA571
(173,165,113)
#B9B387
(185,179,135)
#C5C19D
(197,193,157)
#D1CFB3
(209,207,179)
#DDDDC9
(221,221,201)
#E9EBDF
(233,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F03 color. Also use rgb(113,95,3) instead hex code.

Text Font Color

.myTextColor { color: #715F03; }

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

This text font color is #715F03.


Background Color

.myBgColor { background-color: #715F03; }

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

This div background color is #715F03.


Border color

.myBorderColor { border: 1px solid #715F03; }

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

This div border color is #715F03.


Opacity

.myOpacity80 { color: #715F03; opacity: 0.8; }

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

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

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

This text has shadow with #715F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F03 on black background.


Color preview on white background

This text has color #715F03 on white background.



Black color preview on #715F03 background

This text has black color on #715F03 background.


White color preview on #715F03 background

This text has white color on #715F03 background.