COLOR #838A7D

HEX: #838A7D
RGB: (131,138,125)

Renk bilgisi

#838A7D contains red, green and blue colors in about the same proportion. #838A7D ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#838A7D color RGB value is (131,138,125).

  • kırmız ton 131;
  • yeşil ton 138;
  • mavi ton 125.
RGB:
(131,138,125)
(51%,54%,49%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 138 of 255 = 54%
B 125 of 255 = 49%

131
138
125

R + G + B ~ 51%. #838A7D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 138 + 125 = 394 (100%)
R 131 of 394 ~ 33.25%
G 138 of 394 ~ 35.03%
B 125 of 394 ~ 31.73%

%33.25
%35.03
%31.73

CMYK RENK MODELİ

#838A7D rengi CMYK tonu (5,0,9,46).

  • camgöbeği tonu 5.07%
  • eflatun tonu 0.00%
  • sarı tonu 9.42%
  • ana renk tonu 45.88%
CMYK:
(5,0,9,46)
C5M0Y9K46 
(5%,0%,9%,46%)
(0.05/0.00/0.09/0.46)	

CMYK yüzdeleri

%5.07
%0
%9.42
%45.88

Codes

Color #838A7D in popluar color models

838A7D
RGB131138125
HSL92°5.26%51.57%
HSB/HSV92°9.42%54.12%
CMYK5.07%0.00%9.42%
45.88%

Color #838A7D in popluar number systems.

HEX838A7D
Decimal131138125
Binary10000011100010101111101
Octal203212175

Shades and tints

Shades of #838A7D

#838A7D
(131,138,125)
#787E72
(120,126,114)
#6D7267
(109,114,103)
#62665C
(98,102,92)
#575A51
(87,90,81)
#4C4E46
(76,78,70)
#41423B
(65,66,59)
#363630
(54,54,48)
#2B2A25
(43,42,37)
#201E1A
(32,30,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #838A7D

#838A7D
(131,138,125)
#8E9488
(142,148,136)
#999E93
(153,158,147)
#A4A89E
(164,168,158)
#AFB2A9
(175,178,169)
#BABCB4
(186,188,180)
#C5C6BF
(197,198,191)
#D0D0CA
(208,208,202)
#DBDAD5
(219,218,213)
#E6E4E0
(230,228,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838A7D color. Also use rgb(131,138,125) instead hex code.

Text Font Color

.myTextColor { color: #838A7D; }

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

This text font color is #838A7D.


Background Color

.myBgColor { background-color: #838A7D; }

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

This div background color is #838A7D.


Border color

.myBorderColor { border: 1px solid #838A7D; }

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

This div border color is #838A7D.


Opacity

.myOpacity80 { color: #838A7D; opacity: 0.8; }

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

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

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

This text has shadow with #838A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838A7D on black background.


Color preview on white background

This text has color #838A7D on white background.



Black color preview on #838A7D background

This text has black color on #838A7D background.


White color preview on #838A7D background

This text has white color on #838A7D background.