COLOR #4D653D

HEX: #4D653D
RGB: (77,101,61)

Renk bilgisi

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

RGB renk modeli

#4D653D color RGB value is (77,101,61).

  • kırmız ton 77;
  • yeşil ton 101;
  • mavi ton 61.
RGB:
(77,101,61)
(30%,40%,24%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 101 of 255 = 40%
B 61 of 255 = 24%

77
101
61

R + G + B ~ 31%. #4D653D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 101 + 61 = 239 (100%)
R 77 of 239 ~ 32.22%
G 101 of 239 ~ 42.26%
B 61 of 239 ~ 25.52%

%32.22
%42.26
%25.52

CMYK RENK MODELİ

#4D653D rengi CMYK tonu (24,0,40,60).

  • camgöbeği tonu 23.76%
  • eflatun tonu 0.00%
  • sarı tonu 39.60%
  • ana renk tonu 60.39%
CMYK:
(24,0,40,60)
C24M0Y40K60 
(24%,0%,40%,60%)
(0.24/0.00/0.40/0.60)	

CMYK yüzdeleri

%23.76
%0
%39.6
%60.39

Codes

Color #4D653D in popluar color models

4D653D
RGB7710161
HSL96°24.69%31.76%
HSB/HSV96°39.60%39.61%
CMYK23.76%0.00%39.60%
60.39%

Color #4D653D in popluar number systems.

HEX4D653D
Decimal7710161
Binary10011011100101111101
Octal11514575

Shades and tints

Shades of #4D653D

#4D653D
(77,101,61)
#465C38
(70,92,56)
#3F5333
(63,83,51)
#384A2E
(56,74,46)
#314129
(49,65,41)
#2A3824
(42,56,36)
#232F1F
(35,47,31)
#1C261A
(28,38,26)
#151D15
(21,29,21)
#0E1410
(14,20,16)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D653D

#4D653D
(77,101,61)
#5D734E
(93,115,78)
#6D815F
(109,129,95)
#7D8F70
(125,143,112)
#8D9D81
(141,157,129)
#9DAB92
(157,171,146)
#ADB9A3
(173,185,163)
#BDC7B4
(189,199,180)
#CDD5C5
(205,213,197)
#DDE3D6
(221,227,214)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D653D color. Also use rgb(77,101,61) instead hex code.

Text Font Color

.myTextColor { color: #4D653D; }

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

This text font color is #4D653D.


Background Color

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

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

This div background color is #4D653D.


Border color

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

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

This div border color is #4D653D.


Opacity

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

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

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

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

This text has shadow with #4D653D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D653D on black background.


Color preview on white background

This text has color #4D653D on white background.



Black color preview on #4D653D background

This text has black color on #4D653D background.


White color preview on #4D653D background

This text has white color on #4D653D background.