COLOR #4C490D

HEX: #4C490D
RGB: (76,73,13)

Renk bilgisi

#4C490D contains mainly red and green colors. #4C490D ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#4C490D color RGB value is (76,73,13).

  • kırmız ton 76;
  • yeşil ton 73;
  • mavi ton 13.
RGB:
(76,73,13)
(30%,29%,5%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 73 of 255 = 29%
B 13 of 255 = 5%

76
73
13

R + G + B ~ 21%. #4C490D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 73 + 13 = 162 (100%)
R 76 of 162 ~ 46.91%
G 73 of 162 ~ 45.06%
B 13 of 162 ~ 8.02%

%46.91
%45.06

CMYK RENK MODELİ

#4C490D rengi CMYK tonu (0,4,83,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.95%
  • sarı tonu 82.89%
  • ana renk tonu 70.20%
CMYK:
(0,4,83,70)
C0M4Y83K70 
(0%,4%,83%,70%)
(0.00/0.04/0.83/0.70)	

CMYK yüzdeleri

%0
%3.95
%82.89
%70.2

Codes

Color #4C490D in popluar color models

4C490D
RGB767313
HSL57°70.79%17.45%
HSB/HSV57°82.89%29.80%
CMYK0.00%3.95%82.89%
70.20%

Color #4C490D in popluar number systems.

HEX4C490D
Decimal767313
Binary100110010010011101
Octal11411115

Shades and tints

Shades of #4C490D

#4C490D
(76,73,13)
#46430C
(70,67,12)
#403D0B
(64,61,11)
#3A370A
(58,55,10)
#343109
(52,49,9)
#2E2B08
(46,43,8)
#282507
(40,37,7)
#221F06
(34,31,6)
#1C1905
(28,25,5)
#161304
(22,19,4)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C490D

#4C490D
(76,73,13)
#5C5923
(92,89,35)
#6C6939
(108,105,57)
#7C794F
(124,121,79)
#8C8965
(140,137,101)
#9C997B
(156,153,123)
#ACA991
(172,169,145)
#BCB9A7
(188,185,167)
#CCC9BD
(204,201,189)
#DCD9D3
(220,217,211)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C490D color. Also use rgb(76,73,13) instead hex code.

Text Font Color

.myTextColor { color: #4C490D; }

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

This text font color is #4C490D.


Background Color

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

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

This div background color is #4C490D.


Border color

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

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

This div border color is #4C490D.


Opacity

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

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

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

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

This text has shadow with #4C490D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C490D on black background.


Color preview on white background

This text has color #4C490D on white background.



Black color preview on #4C490D background

This text has black color on #4C490D background.


White color preview on #4C490D background

This text has white color on #4C490D background.