COLOR #527D35

HEX: #527D35
RGB: (82,125,53)

Renk bilgisi

#527D35 contains mainly red and green colors. #527D35 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#527D35 color RGB value is (82,125,53).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 125 of 255 = 49%
B 53 of 255 = 21%

82
125
53

R + G + B ~ 34%. #527D35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 125 + 53 = 260 (100%)
R 82 of 260 ~ 31.54%
G 125 of 260 ~ 48.08%
B 53 of 260 ~ 20.38%

%31.54
%48.08
%20.38

CMYK RENK MODELİ

#527D35 rengi CMYK tonu (34,0,58,51).

  • camgöbeği tonu 34.40%
  • eflatun tonu 0.00%
  • sarı tonu 57.60%
  • ana renk tonu 50.98%
CMYK:
(34,0,58,51)
C34M0Y58K51 
(34%,0%,58%,51%)
(0.34/0.00/0.58/0.51)	

CMYK yüzdeleri

%34.4
%0
%57.6
%50.98

Codes

Color #527D35 in popluar color models

527D35
RGB8212553
HSL96°40.45%34.90%
HSB/HSV96°57.60%49.02%
CMYK34.40%0.00%57.60%
50.98%

Color #527D35 in popluar number systems.

HEX527D35
Decimal8212553
Binary10100101111101110101
Octal12217565

Shades and tints

Shades of #527D35

#527D35
(82,125,53)
#4B7231
(75,114,49)
#44672D
(68,103,45)
#3D5C29
(61,92,41)
#365125
(54,81,37)
#2F4621
(47,70,33)
#283B1D
(40,59,29)
#213019
(33,48,25)
#1A2515
(26,37,21)
#131A11
(19,26,17)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #527D35

#527D35
(82,125,53)
#618847
(97,136,71)
#709359
(112,147,89)
#7F9E6B
(127,158,107)
#8EA97D
(142,169,125)
#9DB48F
(157,180,143)
#ACBFA1
(172,191,161)
#BBCAB3
(187,202,179)
#CAD5C5
(202,213,197)
#D9E0D7
(217,224,215)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D35; }

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

This text font color is #527D35.


Background Color

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

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

This div background color is #527D35.


Border color

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

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

This div border color is #527D35.


Opacity

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

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

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

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

This text has shadow with #527D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D35 on black background.


Color preview on white background

This text has color #527D35 on white background.



Black color preview on #527D35 background

This text has black color on #527D35 background.


White color preview on #527D35 background

This text has white color on #527D35 background.