COLOR #71714B

HEX: #71714B
RGB: (113,113,75)

Renk bilgisi

#71714B contains red, green and blue colors in about the same proportion. #71714B ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#71714B color RGB value is (113,113,75).

  • kırmız ton 113;
  • yeşil ton 113;
  • mavi ton 75.
RGB:
(113,113,75)
(44%,44%,29%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 113 of 255 = 44%
B 75 of 255 = 29%

113
113
75

R + G + B ~ 39%. #71714B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 113 + 75 = 301 (100%)
R 113 of 301 ~ 37.54%
G 113 of 301 ~ 37.54%
B 75 of 301 ~ 24.92%

%37.54
%37.54
%24.92

CMYK RENK MODELİ

#71714B rengi CMYK tonu (0,0,34,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 33.63%
  • ana renk tonu 55.69%
CMYK:
(0,0,34,56)
C0M0Y34K56 
(0%,0%,34%,56%)
(0.00/0.00/0.34/0.56)	

CMYK yüzdeleri

%0
%0
%33.63
%55.69

Codes

Color #71714B in popluar color models

71714B
RGB11311375
HSL60°20.21%36.86%
HSB/HSV60°33.63%44.31%
CMYK0.00%0.00%33.63%
55.69%

Color #71714B in popluar number systems.

HEX71714B
Decimal11311375
Binary111000111100011001011
Octal161161113

Shades and tints

Shades of #71714B

#71714B
(113,113,75)
#676745
(103,103,69)
#5D5D3F
(93,93,63)
#535339
(83,83,57)
#494933
(73,73,51)
#3F3F2D
(63,63,45)
#353527
(53,53,39)
#2B2B21
(43,43,33)
#21211B
(33,33,27)
#171715
(23,23,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #71714B

#71714B
(113,113,75)
#7D7D5B
(125,125,91)
#89896B
(137,137,107)
#95957B
(149,149,123)
#A1A18B
(161,161,139)
#ADAD9B
(173,173,155)
#B9B9AB
(185,185,171)
#C5C5BB
(197,197,187)
#D1D1CB
(209,209,203)
#DDDDDB
(221,221,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71714B color. Also use rgb(113,113,75) instead hex code.

Text Font Color

.myTextColor { color: #71714B; }

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

This text font color is #71714B.


Background Color

.myBgColor { background-color: #71714B; }

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

This div background color is #71714B.


Border color

.myBorderColor { border: 1px solid #71714B; }

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

This div border color is #71714B.


Opacity

.myOpacity80 { color: #71714B; opacity: 0.8; }

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

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

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

This text has shadow with #71714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71714B on black background.


Color preview on white background

This text has color #71714B on white background.



Black color preview on #71714B background

This text has black color on #71714B background.


White color preview on #71714B background

This text has white color on #71714B background.