COLOR #4C6451

HEX: #4C6451
RGB: (76,100,81)

Renk bilgisi

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

RGB renk modeli

#4C6451 color RGB value is (76,100,81).

  • kırmız ton 76;
  • yeşil ton 100;
  • mavi ton 81.
RGB:
(76,100,81)
(30%,39%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 100 of 255 = 39%
B 81 of 255 = 32%

76
100
81

R + G + B ~ 34%. #4C6451 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 100 + 81 = 257 (100%)
R 76 of 257 ~ 29.57%
G 100 of 257 ~ 38.91%
B 81 of 257 ~ 31.52%

%29.57
%38.91
%31.52

CMYK RENK MODELİ

#4C6451 rengi CMYK tonu (24,0,19,61).

  • camgöbeği tonu 24.00%
  • eflatun tonu 0.00%
  • sarı tonu 19.00%
  • ana renk tonu 60.78%
CMYK:
(24,0,19,61)
C24M0Y19K61 
(24%,0%,19%,61%)
(0.24/0.00/0.19/0.61)	

CMYK yüzdeleri

%24
%0
%19
%60.78

Codes

Color #4C6451 in popluar color models

4C6451
RGB7610081
HSL133°13.64%34.51%
HSB/HSV133°24.00%39.22%
CMYK24.00%0.00%19.00%
60.78%

Color #4C6451 in popluar number systems.

HEX4C6451
Decimal7610081
Binary100110011001001010001
Octal114144121

Shades and tints

Shades of #4C6451

#4C6451
(76,100,81)
#465B4A
(70,91,74)
#405243
(64,82,67)
#3A493C
(58,73,60)
#344035
(52,64,53)
#2E372E
(46,55,46)
#282E27
(40,46,39)
#222520
(34,37,32)
#1C1C19
(28,28,25)
#161312
(22,19,18)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C6451

#4C6451
(76,100,81)
#5C7260
(92,114,96)
#6C806F
(108,128,111)
#7C8E7E
(124,142,126)
#8C9C8D
(140,156,141)
#9CAA9C
(156,170,156)
#ACB8AB
(172,184,171)
#BCC6BA
(188,198,186)
#CCD4C9
(204,212,201)
#DCE2D8
(220,226,216)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6451 color. Also use rgb(76,100,81) instead hex code.

Text Font Color

.myTextColor { color: #4C6451; }

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

This text font color is #4C6451.


Background Color

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

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

This div background color is #4C6451.


Border color

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

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

This div border color is #4C6451.


Opacity

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

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

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

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

This text has shadow with #4C6451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6451 on black background.


Color preview on white background

This text has color #4C6451 on white background.



Black color preview on #4C6451 background

This text has black color on #4C6451 background.


White color preview on #4C6451 background

This text has white color on #4C6451 background.