COLOR #837599

HEX: #837599
RGB: (131,117,153)

Renk bilgisi

#837599 contains red, green and blue colors in about the same proportion. #837599 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#837599 color RGB value is (131,117,153).

  • kırmız ton 131;
  • yeşil ton 117;
  • mavi ton 153.
RGB:
(131,117,153)
(51%,46%,60%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 117 of 255 = 46%
B 153 of 255 = 60%

131
117
153

R + G + B ~ 52%. #837599 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 117 + 153 = 401 (100%)
R 131 of 401 ~ 32.67%
G 117 of 401 ~ 29.18%
B 153 of 401 ~ 38.15%

%32.67
%29.18
%38.15

CMYK RENK MODELİ

#837599 rengi CMYK tonu (14,24,0,40).

  • camgöbeği tonu 14.38%
  • eflatun tonu 23.53%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(14,24,0,40)
C14M24Y0K40 
(14%,24%,0%,40%)
(0.14/0.24/0.00/0.40)	

CMYK yüzdeleri

%14.38
%23.53
%0
%40

Codes

Color #837599 in popluar color models

837599
RGB131117153
HSL263°15.00%52.94%
HSB/HSV263°23.53%60.00%
CMYK14.38%23.53%0.00%
40.00%

Color #837599 in popluar number systems.

HEX837599
Decimal131117153
Binary10000011111010110011001
Octal203165231

Shades and tints

Shades of #837599

#837599
(131,117,153)
#786B8C
(120,107,140)
#6D617F
(109,97,127)
#625772
(98,87,114)
#574D65
(87,77,101)
#4C4358
(76,67,88)
#41394B
(65,57,75)
#362F3E
(54,47,62)
#2B2531
(43,37,49)
#201B24
(32,27,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #837599

#837599
(131,117,153)
#8E81A2
(142,129,162)
#998DAB
(153,141,171)
#A499B4
(164,153,180)
#AFA5BD
(175,165,189)
#BAB1C6
(186,177,198)
#C5BDCF
(197,189,207)
#D0C9D8
(208,201,216)
#DBD5E1
(219,213,225)
#E6E1EA
(230,225,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837599 color. Also use rgb(131,117,153) instead hex code.

Text Font Color

.myTextColor { color: #837599; }

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

This text font color is #837599.


Background Color

.myBgColor { background-color: #837599; }

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

This div background color is #837599.


Border color

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

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

This div border color is #837599.


Opacity

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

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

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

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

This text has shadow with #837599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837599 on black background.


Color preview on white background

This text has color #837599 on white background.



Black color preview on #837599 background

This text has black color on #837599 background.


White color preview on #837599 background

This text has white color on #837599 background.