COLOR #4C673F

HEX: #4C673F
RGB: (76,103,63)

Renk bilgisi

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

RGB renk modeli

#4C673F color RGB value is (76,103,63).

  • kırmız ton 76;
  • yeşil ton 103;
  • mavi ton 63.
RGB:
(76,103,63)
(30%,40%,25%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 103 of 255 = 40%
B 63 of 255 = 25%

76
103
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 103 + 63 = 242 (100%)
R 76 of 242 ~ 31.4%
G 103 of 242 ~ 42.56%
B 63 of 242 ~ 26.03%

%31.4
%42.56
%26.03

CMYK RENK MODELİ

#4C673F rengi CMYK tonu (26,0,39,60).

  • camgöbeği tonu 26.21%
  • eflatun tonu 0.00%
  • sarı tonu 38.83%
  • ana renk tonu 59.61%
CMYK:
(26,0,39,60)
C26M0Y39K60 
(26%,0%,39%,60%)
(0.26/0.00/0.39/0.60)	

CMYK yüzdeleri

%26.21
%0
%38.83
%59.61

Codes

Color #4C673F in popluar color models

4C673F
RGB7610363
HSL101°24.10%32.55%
HSB/HSV101°38.83%40.39%
CMYK26.21%0.00%38.83%
59.61%

Color #4C673F in popluar number systems.

HEX4C673F
Decimal7610363
Binary10011001100111111111
Octal11414777

Shades and tints

Shades of #4C673F

#4C673F
(76,103,63)
#465E3A
(70,94,58)
#405535
(64,85,53)
#3A4C30
(58,76,48)
#34432B
(52,67,43)
#2E3A26
(46,58,38)
#283121
(40,49,33)
#22281C
(34,40,28)
#1C1F17
(28,31,23)
#161612
(22,22,18)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #4C673F

#4C673F
(76,103,63)
#5C7450
(92,116,80)
#6C8161
(108,129,97)
#7C8E72
(124,142,114)
#8C9B83
(140,155,131)
#9CA894
(156,168,148)
#ACB5A5
(172,181,165)
#BCC2B6
(188,194,182)
#CCCFC7
(204,207,199)
#DCDCD8
(220,220,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C673F color. Also use rgb(76,103,63) instead hex code.

Text Font Color

.myTextColor { color: #4C673F; }

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

This text font color is #4C673F.


Background Color

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

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

This div background color is #4C673F.


Border color

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

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

This div border color is #4C673F.


Opacity

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

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

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

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

This text has shadow with #4C673F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C673F on black background.


Color preview on white background

This text has color #4C673F on white background.



Black color preview on #4C673F background

This text has black color on #4C673F background.


White color preview on #4C673F background

This text has white color on #4C673F background.