COLOR #4C713B

HEX: #4C713B
RGB: (76,113,59)

Renk bilgisi

#4C713B contains red, green and blue colors in about the same proportion. #4C713B ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C713B color RGB value is (76,113,59).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 113 of 255 = 44%
B 59 of 255 = 23%

76
113
59

R + G + B ~ 32%. #4C713B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 113 + 59 = 248 (100%)
R 76 of 248 ~ 30.65%
G 113 of 248 ~ 45.56%
B 59 of 248 ~ 23.79%

%30.65
%45.56
%23.79

CMYK RENK MODELİ

#4C713B rengi CMYK tonu (33,0,48,56).

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 47.79%
  • ana renk tonu 55.69%
CMYK:
(33,0,48,56)
C33M0Y48K56 
(33%,0%,48%,56%)
(0.33/0.00/0.48/0.56)	

CMYK yüzdeleri

%32.74
%0
%47.79
%55.69

Codes

Color #4C713B in popluar color models

4C713B
RGB7611359
HSL101°31.40%33.73%
HSB/HSV101°47.79%44.31%
CMYK32.74%0.00%47.79%
55.69%

Color #4C713B in popluar number systems.

HEX4C713B
Decimal7611359
Binary10011001110001111011
Octal11416173

Shades and tints

Shades of #4C713B

#4C713B
(76,113,59)
#466736
(70,103,54)
#405D31
(64,93,49)
#3A532C
(58,83,44)
#344927
(52,73,39)
#2E3F22
(46,63,34)
#28351D
(40,53,29)
#222B18
(34,43,24)
#1C2113
(28,33,19)
#16170E
(22,23,14)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C713B

#4C713B
(76,113,59)
#5C7D4C
(92,125,76)
#6C895D
(108,137,93)
#7C956E
(124,149,110)
#8CA17F
(140,161,127)
#9CAD90
(156,173,144)
#ACB9A1
(172,185,161)
#BCC5B2
(188,197,178)
#CCD1C3
(204,209,195)
#DCDDD4
(220,221,212)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C713B color. Also use rgb(76,113,59) instead hex code.

Text Font Color

.myTextColor { color: #4C713B; }

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

This text font color is #4C713B.


Background Color

.myBgColor { background-color: #4C713B; }

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

This div background color is #4C713B.


Border color

.myBorderColor { border: 1px solid #4C713B; }

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

This div border color is #4C713B.


Opacity

.myOpacity80 { color: #4C713B; opacity: 0.8; }

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

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

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

This text has shadow with #4C713B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C713B on black background.


Color preview on white background

This text has color #4C713B on white background.



Black color preview on #4C713B background

This text has black color on #4C713B background.


White color preview on #4C713B background

This text has white color on #4C713B background.