COLOR #4D593D

HEX: #4D593D
RGB: (77,89,61)

Renk bilgisi

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

RGB renk modeli

#4D593D color RGB value is (77,89,61).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 89 of 255 = 35%
B 61 of 255 = 24%

77
89
61

R + G + B ~ 30%. #4D593D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 89 + 61 = 227 (100%)
R 77 of 227 ~ 33.92%
G 89 of 227 ~ 39.21%
B 61 of 227 ~ 26.87%

%33.92
%39.21
%26.87

CMYK RENK MODELİ

#4D593D rengi CMYK tonu (13,0,31,65).

  • camgöbeği tonu 13.48%
  • eflatun tonu 0.00%
  • sarı tonu 31.46%
  • ana renk tonu 65.10%
CMYK:
(13,0,31,65)
C13M0Y31K65 
(13%,0%,31%,65%)
(0.13/0.00/0.31/0.65)	

CMYK yüzdeleri

%13.48
%0
%31.46
%65.1

Codes

Color #4D593D in popluar color models

4D593D
RGB778961
HSL86°18.67%29.41%
HSB/HSV86°31.46%34.90%
CMYK13.48%0.00%31.46%
65.10%

Color #4D593D in popluar number systems.

HEX4D593D
Decimal778961
Binary10011011011001111101
Octal11513175

Shades and tints

Shades of #4D593D

#4D593D
(77,89,61)
#465138
(70,81,56)
#3F4933
(63,73,51)
#38412E
(56,65,46)
#313929
(49,57,41)
#2A3124
(42,49,36)
#23291F
(35,41,31)
#1C211A
(28,33,26)
#151915
(21,25,21)
#0E1110
(14,17,16)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D593D

#4D593D
(77,89,61)
#5D684E
(93,104,78)
#6D775F
(109,119,95)
#7D8670
(125,134,112)
#8D9581
(141,149,129)
#9DA492
(157,164,146)
#ADB3A3
(173,179,163)
#BDC2B4
(189,194,180)
#CDD1C5
(205,209,197)
#DDE0D6
(221,224,214)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D593D; }

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

This text font color is #4D593D.


Background Color

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

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

This div background color is #4D593D.


Border color

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

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

This div border color is #4D593D.


Opacity

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

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

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

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

This text has shadow with #4D593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D593D on black background.


Color preview on white background

This text has color #4D593D on white background.



Black color preview on #4D593D background

This text has black color on #4D593D background.


White color preview on #4D593D background

This text has white color on #4D593D background.