COLOR #714C33

HEX: #714C33
RGB: (113,76,51)

Renk bilgisi

#714C33 contains mainly red and green colors. #714C33 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#714C33 color RGB value is (113,76,51).

  • kırmız ton 113;
  • yeşil ton 76;
  • mavi ton 51.
RGB:
(113,76,51)
(44%,30%,20%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 76 of 255 = 30%
B 51 of 255 = 20%

113
76
51

R + G + B ~ 31%. #714C33 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 76 + 51 = 240 (100%)
R 113 of 240 ~ 47.08%
G 76 of 240 ~ 31.67%
B 51 of 240 ~ 21.25%

%47.08
%31.67
%21.25

CMYK RENK MODELİ

#714C33 rengi CMYK tonu (0,33,55,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.74%
  • sarı tonu 54.87%
  • ana renk tonu 55.69%
CMYK:
(0,33,55,56)
C0M33Y55K56 
(0%,33%,55%,56%)
(0.00/0.33/0.55/0.56)	

CMYK yüzdeleri

%0
%32.74
%54.87
%55.69

Codes

Color #714C33 in popluar color models

714C33
RGB1137651
HSL24°37.80%32.16%
HSB/HSV24°54.87%44.31%
CMYK0.00%32.74%54.87%
55.69%

Color #714C33 in popluar number systems.

HEX714C33
Decimal1137651
Binary11100011001100110011
Octal16111463

Shades and tints

Shades of #714C33

#714C33
(113,76,51)
#67462F
(103,70,47)
#5D402B
(93,64,43)
#533A27
(83,58,39)
#493423
(73,52,35)
#3F2E1F
(63,46,31)
#35281B
(53,40,27)
#2B2217
(43,34,23)
#211C13
(33,28,19)
#17160F
(23,22,15)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #714C33

#714C33
(113,76,51)
#7D5C45
(125,92,69)
#896C57
(137,108,87)
#957C69
(149,124,105)
#A18C7B
(161,140,123)
#AD9C8D
(173,156,141)
#B9AC9F
(185,172,159)
#C5BCB1
(197,188,177)
#D1CCC3
(209,204,195)
#DDDCD5
(221,220,213)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714C33 color. Also use rgb(113,76,51) instead hex code.

Text Font Color

.myTextColor { color: #714C33; }

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

This text font color is #714C33.


Background Color

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

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

This div background color is #714C33.


Border color

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

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

This div border color is #714C33.


Opacity

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

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

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

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

This text has shadow with #714C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714C33 on black background.


Color preview on white background

This text has color #714C33 on white background.



Black color preview on #714C33 background

This text has black color on #714C33 background.


White color preview on #714C33 background

This text has white color on #714C33 background.