COLOR #593004

HEX: #593004
RGB: (89,48,4)

Renk bilgisi

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

RGB renk modeli

#593004 color RGB value is (89,48,4).

  • kırmız ton 89;
  • yeşil ton 48;
  • mavi ton 4.
RGB:
(89,48,4)
(35%,19%,2%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 48 of 255 = 19%
B 4 of 255 = 2%

89
48
4

R + G + B ~ 19%. #593004 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 48 + 4 = 141 (100%)
R 89 of 141 ~ 63.12%
G 48 of 141 ~ 34.04%
B 4 of 141 ~ 2.84%

%63.12
%34.04

CMYK RENK MODELİ

#593004 rengi CMYK tonu (0,46,96,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.07%
  • sarı tonu 95.51%
  • ana renk tonu 65.10%
CMYK:
(0,46,96,65)
C0M46Y96K65 
(0%,46%,96%,65%)
(0.00/0.46/0.96/0.65)	

CMYK yüzdeleri

%0
%46.07
%95.51
%65.1

Codes

Color #593004 in popluar color models

593004
RGB89484
HSL31°91.40%18.24%
HSB/HSV31°95.51%34.90%
CMYK0.00%46.07%95.51%
65.10%

Color #593004 in popluar number systems.

HEX593004
Decimal89484
Binary1011001110000100
Octal131604

Shades and tints

Shades of #593004

#593004
(89,48,4)
#512C04
(81,44,4)
#492804
(73,40,4)
#412404
(65,36,4)
#392004
(57,32,4)
#311C04
(49,28,4)
#291804
(41,24,4)
#211404
(33,20,4)
#191004
(25,16,4)
#110C04
(17,12,4)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #593004

#593004
(89,48,4)
#68421A
(104,66,26)
#775430
(119,84,48)
#866646
(134,102,70)
#95785C
(149,120,92)
#A48A72
(164,138,114)
#B39C88
(179,156,136)
#C2AE9E
(194,174,158)
#D1C0B4
(209,192,180)
#E0D2CA
(224,210,202)
#EFE4E0
(239,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593004; }

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

This text font color is #593004.


Background Color

.myBgColor { background-color: #593004; }

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

This div background color is #593004.


Border color

.myBorderColor { border: 1px solid #593004; }

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

This div border color is #593004.


Opacity

.myOpacity80 { color: #593004; opacity: 0.8; }

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

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

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

This text has shadow with #593004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593004 on black background.


Color preview on white background

This text has color #593004 on white background.



Black color preview on #593004 background

This text has black color on #593004 background.


White color preview on #593004 background

This text has white color on #593004 background.