COLOR #74713E

HEX: #74713E
RGB: (116,113,62)

Renk bilgisi

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

RGB renk modeli

#74713E color RGB value is (116,113,62).

  • kırmız ton 116;
  • yeşil ton 113;
  • mavi ton 62.
RGB:
(116,113,62)
(45%,44%,24%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 113 of 255 = 44%
B 62 of 255 = 24%

116
113
62

R + G + B ~ 38%. #74713E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 113 + 62 = 291 (100%)
R 116 of 291 ~ 39.86%
G 113 of 291 ~ 38.83%
B 62 of 291 ~ 21.31%

%39.86
%38.83
%21.31

CMYK RENK MODELİ

#74713E rengi CMYK tonu (0,3,47,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.59%
  • sarı tonu 46.55%
  • ana renk tonu 54.51%
CMYK:
(0,3,47,55)
C0M3Y47K55 
(0%,3%,47%,55%)
(0.00/0.03/0.47/0.55)	

CMYK yüzdeleri

%0
%2.59
%46.55
%54.51

Codes

Color #74713E in popluar color models

74713E
RGB11611362
HSL57°30.34%34.90%
HSB/HSV57°46.55%45.49%
CMYK0.00%2.59%46.55%
54.51%

Color #74713E in popluar number systems.

HEX74713E
Decimal11611362
Binary11101001110001111110
Octal16416176

Shades and tints

Shades of #74713E

#74713E
(116,113,62)
#6A6739
(106,103,57)
#605D34
(96,93,52)
#56532F
(86,83,47)
#4C492A
(76,73,42)
#423F25
(66,63,37)
#383520
(56,53,32)
#2E2B1B
(46,43,27)
#242116
(36,33,22)
#1A1711
(26,23,17)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #74713E

#74713E
(116,113,62)
#807D4F
(128,125,79)
#8C8960
(140,137,96)
#989571
(152,149,113)
#A4A182
(164,161,130)
#B0AD93
(176,173,147)
#BCB9A4
(188,185,164)
#C8C5B5
(200,197,181)
#D4D1C6
(212,209,198)
#E0DDD7
(224,221,215)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74713E color. Also use rgb(116,113,62) instead hex code.

Text Font Color

.myTextColor { color: #74713E; }

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

This text font color is #74713E.


Background Color

.myBgColor { background-color: #74713E; }

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

This div background color is #74713E.


Border color

.myBorderColor { border: 1px solid #74713E; }

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

This div border color is #74713E.


Opacity

.myOpacity80 { color: #74713E; opacity: 0.8; }

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

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

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

This text has shadow with #74713E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74713E on black background.


Color preview on white background

This text has color #74713E on white background.



Black color preview on #74713E background

This text has black color on #74713E background.


White color preview on #74713E background

This text has white color on #74713E background.