COLOR #594D14

HEX: #594D14
RGB: (89,77,20)

Renk bilgisi

#594D14 contains mainly red and green colors. #594D14 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#594D14 color RGB value is (89,77,20).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 77 of 255 = 30%
B 20 of 255 = 8%

89
77
20

R + G + B ~ 24%. #594D14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 77 + 20 = 186 (100%)
R 89 of 186 ~ 47.85%
G 77 of 186 ~ 41.4%
B 20 of 186 ~ 10.75%

%47.85
%41.4
%10.75

CMYK RENK MODELİ

#594D14 rengi CMYK tonu (0,13,78,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.48%
  • sarı tonu 77.53%
  • ana renk tonu 65.10%
CMYK:
(0,13,78,65)
C0M13Y78K65 
(0%,13%,78%,65%)
(0.00/0.13/0.78/0.65)	

CMYK yüzdeleri

%0
%13.48
%77.53
%65.1

Codes

Color #594D14 in popluar color models

594D14
RGB897720
HSL50°63.30%21.37%
HSB/HSV50°77.53%34.90%
CMYK0.00%13.48%77.53%
65.10%

Color #594D14 in popluar number systems.

HEX594D14
Decimal897720
Binary1011001100110110100
Octal13111524

Shades and tints

Shades of #594D14

#594D14
(89,77,20)
#514613
(81,70,19)
#493F12
(73,63,18)
#413811
(65,56,17)
#393110
(57,49,16)
#312A0F
(49,42,15)
#29230E
(41,35,14)
#211C0D
(33,28,13)
#19150C
(25,21,12)
#110E0B
(17,14,11)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #594D14

#594D14
(89,77,20)
#685D29
(104,93,41)
#776D3E
(119,109,62)
#867D53
(134,125,83)
#958D68
(149,141,104)
#A49D7D
(164,157,125)
#B3AD92
(179,173,146)
#C2BDA7
(194,189,167)
#D1CDBC
(209,205,188)
#E0DDD1
(224,221,209)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D14 color. Also use rgb(89,77,20) instead hex code.

Text Font Color

.myTextColor { color: #594D14; }

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

This text font color is #594D14.


Background Color

.myBgColor { background-color: #594D14; }

<div style="background-color:#594D14">Inner text</div>

This div background color is #594D14.


Border color

.myBorderColor { border: 1px solid #594D14; }

<div style="border:3px solid #594D14">Div</div>

This div border color is #594D14.


Opacity

.myOpacity80 { color: #594D14; opacity: 0.8; }

<p style="color:#594D14;opacity:0.8;">80%</p>

Text with #594D14 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 #594D14;}

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

This text has shadow with #594D14 color.

.textShadow {text-shadow: 3px 3px 1px #594D14, 3px 3px 1px red;}

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

This text has shadow with #594D14 primary color and red secondary color.


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

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

This text has shadow with #594D14 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D14 on black background.


Color preview on white background

This text has color #594D14 on white background.



Black color preview on #594D14 background

This text has black color on #594D14 background.


White color preview on #594D14 background

This text has white color on #594D14 background.