COLOR #4D5829

HEX: #4D5829
RGB: (77,88,41)

Renk bilgisi

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

RGB renk modeli

#4D5829 color RGB value is (77,88,41).

  • kırmız ton 77;
  • yeşil ton 88;
  • mavi ton 41.
RGB:
(77,88,41)
(30%,35%,16%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 88 of 255 = 35%
B 41 of 255 = 16%

77
88
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 88 + 41 = 206 (100%)
R 77 of 206 ~ 37.38%
G 88 of 206 ~ 42.72%
B 41 of 206 ~ 19.9%

%37.38
%42.72
%19.9

CMYK RENK MODELİ

#4D5829 rengi CMYK tonu (13,0,53,65).

  • camgöbeği tonu 12.50%
  • eflatun tonu 0.00%
  • sarı tonu 53.41%
  • ana renk tonu 65.49%
CMYK:
(13,0,53,65)
C13M0Y53K65 
(13%,0%,53%,65%)
(0.13/0.00/0.53/0.65)	

CMYK yüzdeleri

%12.5
%0
%53.41
%65.49

Codes

Color #4D5829 in popluar color models

4D5829
RGB778841
HSL74°36.43%25.29%
HSB/HSV74°53.41%34.51%
CMYK12.50%0.00%53.41%
65.49%

Color #4D5829 in popluar number systems.

HEX4D5829
Decimal778841
Binary10011011011000101001
Octal11513051

Shades and tints

Shades of #4D5829

#4D5829
(77,88,41)
#465026
(70,80,38)
#3F4823
(63,72,35)
#384020
(56,64,32)
#31381D
(49,56,29)
#2A301A
(42,48,26)
#232817
(35,40,23)
#1C2014
(28,32,20)
#151811
(21,24,17)
#0E100E
(14,16,14)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #4D5829

#4D5829
(77,88,41)
#5D673C
(93,103,60)
#6D764F
(109,118,79)
#7D8562
(125,133,98)
#8D9475
(141,148,117)
#9DA388
(157,163,136)
#ADB29B
(173,178,155)
#BDC1AE
(189,193,174)
#CDD0C1
(205,208,193)
#DDDFD4
(221,223,212)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5829 color. Also use rgb(77,88,41) instead hex code.

Text Font Color

.myTextColor { color: #4D5829; }

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

This text font color is #4D5829.


Background Color

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

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

This div background color is #4D5829.


Border color

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

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

This div border color is #4D5829.


Opacity

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

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

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

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

This text has shadow with #4D5829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5829 on black background.


Color preview on white background

This text has color #4D5829 on white background.



Black color preview on #4D5829 background

This text has black color on #4D5829 background.


White color preview on #4D5829 background

This text has white color on #4D5829 background.