COLOR #995739

HEX: #995739
RGB: (153,87,57)

Renk bilgisi

#995739 contains mainly red color. #995739 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#995739 color RGB value is (153,87,57).

  • kırmız ton 153;
  • yeşil ton 87;
  • mavi ton 57.
RGB:
(153,87,57)
(60%,34%,22%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 87 of 255 = 34%
B 57 of 255 = 22%

153
87
57

R + G + B ~ 39%. #995739 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 87 + 57 = 297 (100%)
R 153 of 297 ~ 51.52%
G 87 of 297 ~ 29.29%
B 57 of 297 ~ 19.19%

%51.52
%29.29
%19.19

CMYK RENK MODELİ

#995739 rengi CMYK tonu (0,43,63,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.14%
  • sarı tonu 62.75%
  • ana renk tonu 40.00%
CMYK:
(0,43,63,40)
C0M43Y63K40 
(0%,43%,63%,40%)
(0.00/0.43/0.63/0.40)	

CMYK yüzdeleri

%0
%43.14
%62.75
%40

Codes

Color #995739 in popluar color models

995739
RGB1538757
HSL19°45.71%41.18%
HSB/HSV19°62.75%60.00%
CMYK0.00%43.14%62.75%
40.00%

Color #995739 in popluar number systems.

HEX995739
Decimal1538757
Binary100110011010111111001
Octal23112771

Shades and tints

Shades of #995739

#995739
(153,87,57)
#8C5034
(140,80,52)
#7F492F
(127,73,47)
#72422A
(114,66,42)
#653B25
(101,59,37)
#583420
(88,52,32)
#4B2D1B
(75,45,27)
#3E2616
(62,38,22)
#311F11
(49,31,17)
#24180C
(36,24,12)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #995739

#995739
(153,87,57)
#A2664B
(162,102,75)
#AB755D
(171,117,93)
#B4846F
(180,132,111)
#BD9381
(189,147,129)
#C6A293
(198,162,147)
#CFB1A5
(207,177,165)
#D8C0B7
(216,192,183)
#E1CFC9
(225,207,201)
#EADEDB
(234,222,219)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995739 color. Also use rgb(153,87,57) instead hex code.

Text Font Color

.myTextColor { color: #995739; }

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

This text font color is #995739.


Background Color

.myBgColor { background-color: #995739; }

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

This div background color is #995739.


Border color

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

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

This div border color is #995739.


Opacity

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

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

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

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

This text has shadow with #995739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995739 on black background.


Color preview on white background

This text has color #995739 on white background.



Black color preview on #995739 background

This text has black color on #995739 background.


White color preview on #995739 background

This text has white color on #995739 background.