COLOR #4E593D

HEX: #4E593D
RGB: (78,89,61)

Renk bilgisi

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

RGB renk modeli

#4E593D color RGB value is (78,89,61).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 89 of 255 = 35%
B 61 of 255 = 24%

78
89
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 89 + 61 = 228 (100%)
R 78 of 228 ~ 34.21%
G 89 of 228 ~ 39.04%
B 61 of 228 ~ 26.75%

%34.21
%39.04
%26.75

CMYK RENK MODELİ

#4E593D rengi CMYK tonu (12,0,31,65).

  • camgöbeği tonu 12.36%
  • eflatun tonu 0.00%
  • sarı tonu 31.46%
  • ana renk tonu 65.10%
CMYK:
(12,0,31,65)
C12M0Y31K65 
(12%,0%,31%,65%)
(0.12/0.00/0.31/0.65)	

CMYK yüzdeleri

%12.36
%0
%31.46
%65.1

Codes

Color #4E593D in popluar color models

4E593D
RGB788961
HSL84°18.67%29.41%
HSB/HSV84°31.46%34.90%
CMYK12.36%0.00%31.46%
65.10%

Color #4E593D in popluar number systems.

HEX4E593D
Decimal788961
Binary10011101011001111101
Octal11613175

Shades and tints

Shades of #4E593D

#4E593D
(78,89,61)
#475138
(71,81,56)
#404933
(64,73,51)
#39412E
(57,65,46)
#323929
(50,57,41)
#2B3124
(43,49,36)
#24291F
(36,41,31)
#1D211A
(29,33,26)
#161915
(22,25,21)
#0F1110
(15,17,16)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E593D

#4E593D
(78,89,61)
#5E684E
(94,104,78)
#6E775F
(110,119,95)
#7E8670
(126,134,112)
#8E9581
(142,149,129)
#9EA492
(158,164,146)
#AEB3A3
(174,179,163)
#BEC2B4
(190,194,180)
#CED1C5
(206,209,197)
#DEE0D6
(222,224,214)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E593D; }

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

This text font color is #4E593D.


Background Color

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

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

This div background color is #4E593D.


Border color

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

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

This div border color is #4E593D.


Opacity

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

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

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

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

This text has shadow with #4E593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E593D on black background.


Color preview on white background

This text has color #4E593D on white background.



Black color preview on #4E593D background

This text has black color on #4E593D background.


White color preview on #4E593D background

This text has white color on #4E593D background.