COLOR #714A38

HEX: #714A38
RGB: (113,74,56)

Renk bilgisi

#714A38 contains red, green and blue colors in about the same proportion. #714A38 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#714A38 color RGB value is (113,74,56).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 74 of 255 = 29%
B 56 of 255 = 22%

113
74
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 74 + 56 = 243 (100%)
R 113 of 243 ~ 46.5%
G 74 of 243 ~ 30.45%
B 56 of 243 ~ 23.05%

%46.5
%30.45
%23.05

CMYK RENK MODELİ

#714A38 rengi CMYK tonu (0,35,50,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.51%
  • sarı tonu 50.44%
  • ana renk tonu 55.69%
CMYK:
(0,35,50,56)
C0M35Y50K56 
(0%,35%,50%,56%)
(0.00/0.35/0.50/0.56)	

CMYK yüzdeleri

%0
%34.51
%50.44
%55.69

Codes

Color #714A38 in popluar color models

714A38
RGB1137456
HSL19°33.73%33.14%
HSB/HSV19°50.44%44.31%
CMYK0.00%34.51%50.44%
55.69%

Color #714A38 in popluar number systems.

HEX714A38
Decimal1137456
Binary11100011001010111000
Octal16111270

Shades and tints

Shades of #714A38

#714A38
(113,74,56)
#674433
(103,68,51)
#5D3E2E
(93,62,46)
#533829
(83,56,41)
#493224
(73,50,36)
#3F2C1F
(63,44,31)
#35261A
(53,38,26)
#2B2015
(43,32,21)
#211A10
(33,26,16)
#17140B
(23,20,11)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #714A38

#714A38
(113,74,56)
#7D5A4A
(125,90,74)
#896A5C
(137,106,92)
#957A6E
(149,122,110)
#A18A80
(161,138,128)
#AD9A92
(173,154,146)
#B9AAA4
(185,170,164)
#C5BAB6
(197,186,182)
#D1CAC8
(209,202,200)
#DDDADA
(221,218,218)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A38 color. Also use rgb(113,74,56) instead hex code.

Text Font Color

.myTextColor { color: #714A38; }

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

This text font color is #714A38.


Background Color

.myBgColor { background-color: #714A38; }

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

This div background color is #714A38.


Border color

.myBorderColor { border: 1px solid #714A38; }

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

This div border color is #714A38.


Opacity

.myOpacity80 { color: #714A38; opacity: 0.8; }

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

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

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

This text has shadow with #714A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A38 on black background.


Color preview on white background

This text has color #714A38 on white background.



Black color preview on #714A38 background

This text has black color on #714A38 background.


White color preview on #714A38 background

This text has white color on #714A38 background.