COLOR #4C463D

HEX: #4C463D
RGB: (76,70,61)

Renk bilgisi

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

RGB renk modeli

#4C463D color RGB value is (76,70,61).

  • kırmız ton 76;
  • yeşil ton 70;
  • mavi ton 61.
RGB:
(76,70,61)
(30%,27%,24%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 70 of 255 = 27%
B 61 of 255 = 24%

76
70
61

R + G + B ~ 27%. #4C463D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 70 + 61 = 207 (100%)
R 76 of 207 ~ 36.71%
G 70 of 207 ~ 33.82%
B 61 of 207 ~ 29.47%

%36.71
%33.82
%29.47

CMYK RENK MODELİ

#4C463D rengi CMYK tonu (0,8,20,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.89%
  • sarı tonu 19.74%
  • ana renk tonu 70.20%
CMYK:
(0,8,20,70)
C0M8Y20K70 
(0%,8%,20%,70%)
(0.00/0.08/0.20/0.70)	

CMYK yüzdeleri

%0
%7.89
%19.74
%70.2

Codes

Color #4C463D in popluar color models

4C463D
RGB767061
HSL36°10.95%26.86%
HSB/HSV36°19.74%29.80%
CMYK0.00%7.89%19.74%
70.20%

Color #4C463D in popluar number systems.

HEX4C463D
Decimal767061
Binary10011001000110111101
Octal11410675

Shades and tints

Shades of #4C463D

#4C463D
(76,70,61)
#464038
(70,64,56)
#403A33
(64,58,51)
#3A342E
(58,52,46)
#342E29
(52,46,41)
#2E2824
(46,40,36)
#28221F
(40,34,31)
#221C1A
(34,28,26)
#1C1615
(28,22,21)
#161010
(22,16,16)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C463D

#4C463D
(76,70,61)
#5C564E
(92,86,78)
#6C665F
(108,102,95)
#7C7670
(124,118,112)
#8C8681
(140,134,129)
#9C9692
(156,150,146)
#ACA6A3
(172,166,163)
#BCB6B4
(188,182,180)
#CCC6C5
(204,198,197)
#DCD6D6
(220,214,214)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C463D color. Also use rgb(76,70,61) instead hex code.

Text Font Color

.myTextColor { color: #4C463D; }

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

This text font color is #4C463D.


Background Color

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

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

This div background color is #4C463D.


Border color

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

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

This div border color is #4C463D.


Opacity

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

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

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

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

This text has shadow with #4C463D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C463D on black background.


Color preview on white background

This text has color #4C463D on white background.



Black color preview on #4C463D background

This text has black color on #4C463D background.


White color preview on #4C463D background

This text has white color on #4C463D background.