COLOR #4C593D

HEX: #4C593D
RGB: (76,89,61)

Renk bilgisi

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

RGB renk modeli

#4C593D color RGB value is (76,89,61).

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

RGB bağlantıları ve doygunluk

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

76
89
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 61 = 226 (100%)
R 76 of 226 ~ 33.63%
G 89 of 226 ~ 39.38%
B 61 of 226 ~ 26.99%

%33.63
%39.38
%26.99

CMYK RENK MODELİ

#4C593D rengi CMYK tonu (15,0,31,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 31.46%
  • ana renk tonu 65.10%
CMYK:
(15,0,31,65)
C15M0Y31K65 
(15%,0%,31%,65%)
(0.15/0.00/0.31/0.65)	

CMYK yüzdeleri

%14.61
%0
%31.46
%65.1

Codes

Color #4C593D in popluar color models

4C593D
RGB768961
HSL88°18.67%29.41%
HSB/HSV88°31.46%34.90%
CMYK14.61%0.00%31.46%
65.10%

Color #4C593D in popluar number systems.

HEX4C593D
Decimal768961
Binary10011001011001111101
Octal11413175

Shades and tints

Shades of #4C593D

#4C593D
(76,89,61)
#465138
(70,81,56)
#404933
(64,73,51)
#3A412E
(58,65,46)
#343929
(52,57,41)
#2E3124
(46,49,36)
#28291F
(40,41,31)
#22211A
(34,33,26)
#1C1915
(28,25,21)
#161110
(22,17,16)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C593D

#4C593D
(76,89,61)
#5C684E
(92,104,78)
#6C775F
(108,119,95)
#7C8670
(124,134,112)
#8C9581
(140,149,129)
#9CA492
(156,164,146)
#ACB3A3
(172,179,163)
#BCC2B4
(188,194,180)
#CCD1C5
(204,209,197)
#DCE0D6
(220,224,214)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C593D; }

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

This text font color is #4C593D.


Background Color

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

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

This div background color is #4C593D.


Border color

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

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

This div border color is #4C593D.


Opacity

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

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

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

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

This text has shadow with #4C593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C593D on black background.


Color preview on white background

This text has color #4C593D on white background.



Black color preview on #4C593D background

This text has black color on #4C593D background.


White color preview on #4C593D background

This text has white color on #4C593D background.