COLOR #4C7C43

HEX: #4C7C43
RGB: (76,124,67)

Renk bilgisi

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

RGB renk modeli

#4C7C43 color RGB value is (76,124,67).

  • kırmız ton 76;
  • yeşil ton 124;
  • mavi ton 67.
RGB:
(76,124,67)
(30%,49%,26%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 124 of 255 = 49%
B 67 of 255 = 26%

76
124
67

R + G + B ~ 35%. #4C7C43 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 124 + 67 = 267 (100%)
R 76 of 267 ~ 28.46%
G 124 of 267 ~ 46.44%
B 67 of 267 ~ 25.09%

%28.46
%46.44
%25.09

CMYK RENK MODELİ

#4C7C43 rengi CMYK tonu (39,0,46,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 0.00%
  • sarı tonu 45.97%
  • ana renk tonu 51.37%
CMYK:
(39,0,46,51)
C39M0Y46K51 
(39%,0%,46%,51%)
(0.39/0.00/0.46/0.51)	

CMYK yüzdeleri

%38.71
%0
%45.97
%51.37

Codes

Color #4C7C43 in popluar color models

4C7C43
RGB7612467
HSL111°29.84%37.45%
HSB/HSV111°45.97%48.63%
CMYK38.71%0.00%45.97%
51.37%

Color #4C7C43 in popluar number systems.

HEX4C7C43
Decimal7612467
Binary100110011111001000011
Octal114174103

Shades and tints

Shades of #4C7C43

#4C7C43
(76,124,67)
#46713D
(70,113,61)
#406637
(64,102,55)
#3A5B31
(58,91,49)
#34502B
(52,80,43)
#2E4525
(46,69,37)
#283A1F
(40,58,31)
#222F19
(34,47,25)
#1C2413
(28,36,19)
#16190D
(22,25,13)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #4C7C43

#4C7C43
(76,124,67)
#5C8754
(92,135,84)
#6C9265
(108,146,101)
#7C9D76
(124,157,118)
#8CA887
(140,168,135)
#9CB398
(156,179,152)
#ACBEA9
(172,190,169)
#BCC9BA
(188,201,186)
#CCD4CB
(204,212,203)
#DCDFDC
(220,223,220)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C43 color. Also use rgb(76,124,67) instead hex code.

Text Font Color

.myTextColor { color: #4C7C43; }

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

This text font color is #4C7C43.


Background Color

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

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

This div background color is #4C7C43.


Border color

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

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

This div border color is #4C7C43.


Opacity

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

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

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

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

This text has shadow with #4C7C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C43 on black background.


Color preview on white background

This text has color #4C7C43 on white background.



Black color preview on #4C7C43 background

This text has black color on #4C7C43 background.


White color preview on #4C7C43 background

This text has white color on #4C7C43 background.