COLOR #594B38

HEX: #594B38
RGB: (89,75,56)

Renk bilgisi

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

RGB renk modeli

#594B38 color RGB value is (89,75,56).

  • kırmız ton 89;
  • yeşil ton 75;
  • mavi ton 56.
RGB:
(89,75,56)
(35%,29%,22%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 75 of 255 = 29%
B 56 of 255 = 22%

89
75
56

R + G + B ~ 29%. #594B38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 75 + 56 = 220 (100%)
R 89 of 220 ~ 40.45%
G 75 of 220 ~ 34.09%
B 56 of 220 ~ 25.45%

%40.45
%34.09
%25.45

CMYK RENK MODELİ

#594B38 rengi CMYK tonu (0,16,37,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.73%
  • sarı tonu 37.08%
  • ana renk tonu 65.10%
CMYK:
(0,16,37,65)
C0M16Y37K65 
(0%,16%,37%,65%)
(0.00/0.16/0.37/0.65)	

CMYK yüzdeleri

%0
%15.73
%37.08
%65.1

Codes

Color #594B38 in popluar color models

594B38
RGB897556
HSL35°22.76%28.43%
HSB/HSV35°37.08%34.90%
CMYK0.00%15.73%37.08%
65.10%

Color #594B38 in popluar number systems.

HEX594B38
Decimal897556
Binary10110011001011111000
Octal13111370

Shades and tints

Shades of #594B38

#594B38
(89,75,56)
#514533
(81,69,51)
#493F2E
(73,63,46)
#413929
(65,57,41)
#393324
(57,51,36)
#312D1F
(49,45,31)
#29271A
(41,39,26)
#212115
(33,33,21)
#191B10
(25,27,16)
#11150B
(17,21,11)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #594B38

#594B38
(89,75,56)
#685B4A
(104,91,74)
#776B5C
(119,107,92)
#867B6E
(134,123,110)
#958B80
(149,139,128)
#A49B92
(164,155,146)
#B3ABA4
(179,171,164)
#C2BBB6
(194,187,182)
#D1CBC8
(209,203,200)
#E0DBDA
(224,219,218)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594B38 color. Also use rgb(89,75,56) instead hex code.

Text Font Color

.myTextColor { color: #594B38; }

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

This text font color is #594B38.


Background Color

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

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

This div background color is #594B38.


Border color

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

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

This div border color is #594B38.


Opacity

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

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

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

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

This text has shadow with #594B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B38 on black background.


Color preview on white background

This text has color #594B38 on white background.



Black color preview on #594B38 background

This text has black color on #594B38 background.


White color preview on #594B38 background

This text has white color on #594B38 background.