COLOR #829B75

HEX: #829B75
RGB: (130,155,117)

Renk bilgisi

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

RGB renk modeli

#829B75 color RGB value is (130,155,117).

  • kırmız ton 130;
  • yeşil ton 155;
  • mavi ton 117.
RGB:
(130,155,117)
(51%,61%,46%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 155 of 255 = 61%
B 117 of 255 = 46%

130
155
117

R + G + B ~ 53%. #829B75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 155 + 117 = 402 (100%)
R 130 of 402 ~ 32.34%
G 155 of 402 ~ 38.56%
B 117 of 402 ~ 29.1%

%32.34
%38.56
%29.1

CMYK RENK MODELİ

#829B75 rengi CMYK tonu (16,0,25,39).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 24.52%
  • ana renk tonu 39.22%
CMYK:
(16,0,25,39)
C16M0Y25K39 
(16%,0%,25%,39%)
(0.16/0.00/0.25/0.39)	

CMYK yüzdeleri

%16.13
%0
%24.52
%39.22

Codes

Color #829B75 in popluar color models

829B75
RGB130155117
HSL99°15.97%53.33%
HSB/HSV99°24.52%60.78%
CMYK16.13%0.00%24.52%
39.22%

Color #829B75 in popluar number systems.

HEX829B75
Decimal130155117
Binary10000010100110111110101
Octal202233165

Shades and tints

Shades of #829B75

#829B75
(130,155,117)
#778D6B
(119,141,107)
#6C7F61
(108,127,97)
#617157
(97,113,87)
#56634D
(86,99,77)
#4B5543
(75,85,67)
#404739
(64,71,57)
#35392F
(53,57,47)
#2A2B25
(42,43,37)
#1F1D1B
(31,29,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #829B75

#829B75
(130,155,117)
#8DA481
(141,164,129)
#98AD8D
(152,173,141)
#A3B699
(163,182,153)
#AEBFA5
(174,191,165)
#B9C8B1
(185,200,177)
#C4D1BD
(196,209,189)
#CFDAC9
(207,218,201)
#DAE3D5
(218,227,213)
#E5ECE1
(229,236,225)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829B75 color. Also use rgb(130,155,117) instead hex code.

Text Font Color

.myTextColor { color: #829B75; }

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

This text font color is #829B75.


Background Color

.myBgColor { background-color: #829B75; }

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

This div background color is #829B75.


Border color

.myBorderColor { border: 1px solid #829B75; }

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

This div border color is #829B75.


Opacity

.myOpacity80 { color: #829B75; opacity: 0.8; }

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

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

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

This text has shadow with #829B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B75 on black background.


Color preview on white background

This text has color #829B75 on white background.



Black color preview on #829B75 background

This text has black color on #829B75 background.


White color preview on #829B75 background

This text has white color on #829B75 background.