COLOR #714039

HEX: #714039
RGB: (113,64,57)

Renk bilgisi

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

RGB renk modeli

#714039 color RGB value is (113,64,57).

  • kırmız ton 113;
  • yeşil ton 64;
  • mavi ton 57.
RGB:
(113,64,57)
(44%,25%,22%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 64 of 255 = 25%
B 57 of 255 = 22%

113
64
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 64 + 57 = 234 (100%)
R 113 of 234 ~ 48.29%
G 64 of 234 ~ 27.35%
B 57 of 234 ~ 24.36%

%48.29
%27.35
%24.36

CMYK RENK MODELİ

#714039 rengi CMYK tonu (0,43,50,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.36%
  • sarı tonu 49.56%
  • ana renk tonu 55.69%
CMYK:
(0,43,50,56)
C0M43Y50K56 
(0%,43%,50%,56%)
(0.00/0.43/0.50/0.56)	

CMYK yüzdeleri

%0
%43.36
%49.56
%55.69

Codes

Color #714039 in popluar color models

714039
RGB1136457
HSL32.94%33.33%
HSB/HSV49.56%44.31%
CMYK0.00%43.36%49.56%
55.69%

Color #714039 in popluar number systems.

HEX714039
Decimal1136457
Binary11100011000000111001
Octal16110071

Shades and tints

Shades of #714039

#714039
(113,64,57)
#673B34
(103,59,52)
#5D362F
(93,54,47)
#53312A
(83,49,42)
#492C25
(73,44,37)
#3F2720
(63,39,32)
#35221B
(53,34,27)
#2B1D16
(43,29,22)
#211811
(33,24,17)
#17130C
(23,19,12)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #714039

#714039
(113,64,57)
#7D514B
(125,81,75)
#89625D
(137,98,93)
#95736F
(149,115,111)
#A18481
(161,132,129)
#AD9593
(173,149,147)
#B9A6A5
(185,166,165)
#C5B7B7
(197,183,183)
#D1C8C9
(209,200,201)
#DDD9DB
(221,217,219)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714039 color. Also use rgb(113,64,57) instead hex code.

Text Font Color

.myTextColor { color: #714039; }

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

This text font color is #714039.


Background Color

.myBgColor { background-color: #714039; }

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

This div background color is #714039.


Border color

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

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

This div border color is #714039.


Opacity

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

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

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

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

This text has shadow with #714039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714039 on black background.


Color preview on white background

This text has color #714039 on white background.



Black color preview on #714039 background

This text has black color on #714039 background.


White color preview on #714039 background

This text has white color on #714039 background.