COLOR #594C2F

HEX: #594C2F
RGB: (89,76,47)

Renk bilgisi

#594C2F contains red, green and blue colors in about the same proportion. #594C2F ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#594C2F color RGB value is (89,76,47).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 76 of 255 = 30%
B 47 of 255 = 18%

89
76
47

R + G + B ~ 28%. #594C2F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 76 + 47 = 212 (100%)
R 89 of 212 ~ 41.98%
G 76 of 212 ~ 35.85%
B 47 of 212 ~ 22.17%

%41.98
%35.85
%22.17

CMYK RENK MODELİ

#594C2F rengi CMYK tonu (0,15,47,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.61%
  • sarı tonu 47.19%
  • ana renk tonu 65.10%
CMYK:
(0,15,47,65)
C0M15Y47K65 
(0%,15%,47%,65%)
(0.00/0.15/0.47/0.65)	

CMYK yüzdeleri

%0
%14.61
%47.19
%65.1

Codes

Color #594C2F in popluar color models

594C2F
RGB897647
HSL41°30.88%26.67%
HSB/HSV41°47.19%34.90%
CMYK0.00%14.61%47.19%
65.10%

Color #594C2F in popluar number systems.

HEX594C2F
Decimal897647
Binary10110011001100101111
Octal13111457

Shades and tints

Shades of #594C2F

#594C2F
(89,76,47)
#51462B
(81,70,43)
#494027
(73,64,39)
#413A23
(65,58,35)
#39341F
(57,52,31)
#312E1B
(49,46,27)
#292817
(41,40,23)
#212213
(33,34,19)
#191C0F
(25,28,15)
#11160B
(17,22,11)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #594C2F

#594C2F
(89,76,47)
#685C41
(104,92,65)
#776C53
(119,108,83)
#867C65
(134,124,101)
#958C77
(149,140,119)
#A49C89
(164,156,137)
#B3AC9B
(179,172,155)
#C2BCAD
(194,188,173)
#D1CCBF
(209,204,191)
#E0DCD1
(224,220,209)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594C2F color. Also use rgb(89,76,47) instead hex code.

Text Font Color

.myTextColor { color: #594C2F; }

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

This text font color is #594C2F.


Background Color

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

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

This div background color is #594C2F.


Border color

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

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

This div border color is #594C2F.


Opacity

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

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

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

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

This text has shadow with #594C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C2F on black background.


Color preview on white background

This text has color #594C2F on white background.



Black color preview on #594C2F background

This text has black color on #594C2F background.


White color preview on #594C2F background

This text has white color on #594C2F background.