COLOR #74713C

HEX: #74713C
RGB: (116,113,60)

Renk bilgisi

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

RGB renk modeli

#74713C color RGB value is (116,113,60).

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

RGB bağlantıları ve doygunluk

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

116
113
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 113 + 60 = 289 (100%)
R 116 of 289 ~ 40.14%
G 113 of 289 ~ 39.1%
B 60 of 289 ~ 20.76%

%40.14
%39.1
%20.76

CMYK RENK MODELİ

#74713C rengi CMYK tonu (0,3,48,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.59%
  • sarı tonu 48.28%
  • ana renk tonu 54.51%
CMYK:
(0,3,48,55)
C0M3Y48K55 
(0%,3%,48%,55%)
(0.00/0.03/0.48/0.55)	

CMYK yüzdeleri

%0
%2.59
%48.28
%54.51

Codes

Color #74713C in popluar color models

74713C
RGB11611360
HSL57°31.82%34.51%
HSB/HSV57°48.28%45.49%
CMYK0.00%2.59%48.28%
54.51%

Color #74713C in popluar number systems.

HEX74713C
Decimal11611360
Binary11101001110001111100
Octal16416174

Shades and tints

Shades of #74713C

#74713C
(116,113,60)
#6A6737
(106,103,55)
#605D32
(96,93,50)
#56532D
(86,83,45)
#4C4928
(76,73,40)
#423F23
(66,63,35)
#38351E
(56,53,30)
#2E2B19
(46,43,25)
#242114
(36,33,20)
#1A170F
(26,23,15)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #74713C

#74713C
(116,113,60)
#807D4D
(128,125,77)
#8C895E
(140,137,94)
#98956F
(152,149,111)
#A4A180
(164,161,128)
#B0AD91
(176,173,145)
#BCB9A2
(188,185,162)
#C8C5B3
(200,197,179)
#D4D1C4
(212,209,196)
#E0DDD5
(224,221,213)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74713C; }

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

This text font color is #74713C.


Background Color

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

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

This div background color is #74713C.


Border color

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

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

This div border color is #74713C.


Opacity

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

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

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

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

This text has shadow with #74713C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74713C on black background.


Color preview on white background

This text has color #74713C on white background.



Black color preview on #74713C background

This text has black color on #74713C background.


White color preview on #74713C background

This text has white color on #74713C background.