COLOR #4C3E13

HEX: #4C3E13
RGB: (76,62,19)

Renk bilgisi

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

RGB renk modeli

#4C3E13 color RGB value is (76,62,19).

  • kırmız ton 76;
  • yeşil ton 62;
  • mavi ton 19.
RGB:
(76,62,19)
(30%,24%,7%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 62 of 255 = 24%
B 19 of 255 = 7%

76
62
19

R + G + B ~ 20%. #4C3E13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 62 + 19 = 157 (100%)
R 76 of 157 ~ 48.41%
G 62 of 157 ~ 39.49%
B 19 of 157 ~ 12.1%

%48.41
%39.49
%12.1

CMYK RENK MODELİ

#4C3E13 rengi CMYK tonu (0,18,75,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.42%
  • sarı tonu 75.00%
  • ana renk tonu 70.20%
CMYK:
(0,18,75,70)
C0M18Y75K70 
(0%,18%,75%,70%)
(0.00/0.18/0.75/0.70)	

CMYK yüzdeleri

%0
%18.42
%75
%70.2

Codes

Color #4C3E13 in popluar color models

4C3E13
RGB766219
HSL45°60.00%18.63%
HSB/HSV45°75.00%29.80%
CMYK0.00%18.42%75.00%
70.20%

Color #4C3E13 in popluar number systems.

HEX4C3E13
Decimal766219
Binary100110011111010011
Octal1147623

Shades and tints

Shades of #4C3E13

#4C3E13
(76,62,19)
#463912
(70,57,18)
#403411
(64,52,17)
#3A2F10
(58,47,16)
#342A0F
(52,42,15)
#2E250E
(46,37,14)
#28200D
(40,32,13)
#221B0C
(34,27,12)
#1C160B
(28,22,11)
#16110A
(22,17,10)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C3E13

#4C3E13
(76,62,19)
#5C4F28
(92,79,40)
#6C603D
(108,96,61)
#7C7152
(124,113,82)
#8C8267
(140,130,103)
#9C937C
(156,147,124)
#ACA491
(172,164,145)
#BCB5A6
(188,181,166)
#CCC6BB
(204,198,187)
#DCD7D0
(220,215,208)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3E13 color. Also use rgb(76,62,19) instead hex code.

Text Font Color

.myTextColor { color: #4C3E13; }

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

This text font color is #4C3E13.


Background Color

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

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

This div background color is #4C3E13.


Border color

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

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

This div border color is #4C3E13.


Opacity

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

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

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

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

This text has shadow with #4C3E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3E13 on black background.


Color preview on white background

This text has color #4C3E13 on white background.



Black color preview on #4C3E13 background

This text has black color on #4C3E13 background.


White color preview on #4C3E13 background

This text has white color on #4C3E13 background.