COLOR #527D4D

HEX: #527D4D
RGB: (82,125,77)

Renk bilgisi

#527D4D contains red, green and blue colors in about the same proportion. #527D4D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#527D4D color RGB value is (82,125,77).

  • kırmız ton 82;
  • yeşil ton 125;
  • mavi ton 77.
RGB:
(82,125,77)
(32%,49%,30%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 125 of 255 = 49%
B 77 of 255 = 30%

82
125
77

R + G + B ~ 37%. #527D4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 125 + 77 = 284 (100%)
R 82 of 284 ~ 28.87%
G 125 of 284 ~ 44.01%
B 77 of 284 ~ 27.11%

%28.87
%44.01
%27.11

CMYK RENK MODELİ

#527D4D rengi CMYK tonu (34,0,38,51).

  • camgöbeği tonu 34.40%
  • eflatun tonu 0.00%
  • sarı tonu 38.40%
  • ana renk tonu 50.98%
CMYK:
(34,0,38,51)
C34M0Y38K51 
(34%,0%,38%,51%)
(0.34/0.00/0.38/0.51)	

CMYK yüzdeleri

%34.4
%0
%38.4
%50.98

Codes

Color #527D4D in popluar color models

527D4D
RGB8212577
HSL114°23.76%39.61%
HSB/HSV114°38.40%49.02%
CMYK34.40%0.00%38.40%
50.98%

Color #527D4D in popluar number systems.

HEX527D4D
Decimal8212577
Binary101001011111011001101
Octal122175115

Shades and tints

Shades of #527D4D

#527D4D
(82,125,77)
#4B7246
(75,114,70)
#44673F
(68,103,63)
#3D5C38
(61,92,56)
#365131
(54,81,49)
#2F462A
(47,70,42)
#283B23
(40,59,35)
#21301C
(33,48,28)
#1A2515
(26,37,21)
#131A0E
(19,26,14)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #527D4D

#527D4D
(82,125,77)
#61885D
(97,136,93)
#70936D
(112,147,109)
#7F9E7D
(127,158,125)
#8EA98D
(142,169,141)
#9DB49D
(157,180,157)
#ACBFAD
(172,191,173)
#BBCABD
(187,202,189)
#CAD5CD
(202,213,205)
#D9E0DD
(217,224,221)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527D4D color. Also use rgb(82,125,77) instead hex code.

Text Font Color

.myTextColor { color: #527D4D; }

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

This text font color is #527D4D.


Background Color

.myBgColor { background-color: #527D4D; }

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

This div background color is #527D4D.


Border color

.myBorderColor { border: 1px solid #527D4D; }

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

This div border color is #527D4D.


Opacity

.myOpacity80 { color: #527D4D; opacity: 0.8; }

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

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

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

This text has shadow with #527D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D4D on black background.


Color preview on white background

This text has color #527D4D on white background.



Black color preview on #527D4D background

This text has black color on #527D4D background.


White color preview on #527D4D background

This text has white color on #527D4D background.