COLOR #4C472D

HEX: #4C472D
RGB: (76,71,45)

Renk bilgisi

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

RGB renk modeli

#4C472D color RGB value is (76,71,45).

  • kırmız ton 76;
  • yeşil ton 71;
  • mavi ton 45.
RGB:
(76,71,45)
(30%,28%,18%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 71 of 255 = 28%
B 45 of 255 = 18%

76
71
45

R + G + B ~ 25%. #4C472D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 71 + 45 = 192 (100%)
R 76 of 192 ~ 39.58%
G 71 of 192 ~ 36.98%
B 45 of 192 ~ 23.44%

%39.58
%36.98
%23.44

CMYK RENK MODELİ

#4C472D rengi CMYK tonu (0,7,41,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.58%
  • sarı tonu 40.79%
  • ana renk tonu 70.20%
CMYK:
(0,7,41,70)
C0M7Y41K70 
(0%,7%,41%,70%)
(0.00/0.07/0.41/0.70)	

CMYK yüzdeleri

%0
%6.58
%40.79
%70.2

Codes

Color #4C472D in popluar color models

4C472D
RGB767145
HSL50°25.62%23.73%
HSB/HSV50°40.79%29.80%
CMYK0.00%6.58%40.79%
70.20%

Color #4C472D in popluar number systems.

HEX4C472D
Decimal767145
Binary10011001000111101101
Octal11410755

Shades and tints

Shades of #4C472D

#4C472D
(76,71,45)
#464129
(70,65,41)
#403B25
(64,59,37)
#3A3521
(58,53,33)
#342F1D
(52,47,29)
#2E2919
(46,41,25)
#282315
(40,35,21)
#221D11
(34,29,17)
#1C170D
(28,23,13)
#161109
(22,17,9)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #4C472D

#4C472D
(76,71,45)
#5C5740
(92,87,64)
#6C6753
(108,103,83)
#7C7766
(124,119,102)
#8C8779
(140,135,121)
#9C978C
(156,151,140)
#ACA79F
(172,167,159)
#BCB7B2
(188,183,178)
#CCC7C5
(204,199,197)
#DCD7D8
(220,215,216)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C472D color. Also use rgb(76,71,45) instead hex code.

Text Font Color

.myTextColor { color: #4C472D; }

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

This text font color is #4C472D.


Background Color

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

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

This div background color is #4C472D.


Border color

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

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

This div border color is #4C472D.


Opacity

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

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

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

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

This text has shadow with #4C472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C472D on black background.


Color preview on white background

This text has color #4C472D on white background.



Black color preview on #4C472D background

This text has black color on #4C472D background.


White color preview on #4C472D background

This text has white color on #4C472D background.