COLOR #537337

HEX: #537337
RGB: (83,115,55)

Renk bilgisi

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

RGB renk modeli

#537337 color RGB value is (83,115,55).

  • kırmız ton 83;
  • yeşil ton 115;
  • mavi ton 55.
RGB:
(83,115,55)
(33%,45%,22%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 115 of 255 = 45%
B 55 of 255 = 22%

83
115
55

R + G + B ~ 33%. #537337 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 115 + 55 = 253 (100%)
R 83 of 253 ~ 32.81%
G 115 of 253 ~ 45.45%
B 55 of 253 ~ 21.74%

%32.81
%45.45
%21.74

CMYK RENK MODELİ

#537337 rengi CMYK tonu (28,0,52,55).

  • camgöbeği tonu 27.83%
  • eflatun tonu 0.00%
  • sarı tonu 52.17%
  • ana renk tonu 54.90%
CMYK:
(28,0,52,55)
C28M0Y52K55 
(28%,0%,52%,55%)
(0.28/0.00/0.52/0.55)	

CMYK yüzdeleri

%27.83
%0
%52.17
%54.9

Codes

Color #537337 in popluar color models

537337
RGB8311555
HSL92°35.29%33.33%
HSB/HSV92°52.17%45.10%
CMYK27.83%0.00%52.17%
54.90%

Color #537337 in popluar number systems.

HEX537337
Decimal8311555
Binary10100111110011110111
Octal12316367

Shades and tints

Shades of #537337

#537337
(83,115,55)
#4C6932
(76,105,50)
#455F2D
(69,95,45)
#3E5528
(62,85,40)
#374B23
(55,75,35)
#30411E
(48,65,30)
#293719
(41,55,25)
#222D14
(34,45,20)
#1B230F
(27,35,15)
#14190A
(20,25,10)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #537337

#537337
(83,115,55)
#627F49
(98,127,73)
#718B5B
(113,139,91)
#80976D
(128,151,109)
#8FA37F
(143,163,127)
#9EAF91
(158,175,145)
#ADBBA3
(173,187,163)
#BCC7B5
(188,199,181)
#CBD3C7
(203,211,199)
#DADFD9
(218,223,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537337 color. Also use rgb(83,115,55) instead hex code.

Text Font Color

.myTextColor { color: #537337; }

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

This text font color is #537337.


Background Color

.myBgColor { background-color: #537337; }

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

This div background color is #537337.


Border color

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

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

This div border color is #537337.


Opacity

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

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

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

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

This text has shadow with #537337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537337 on black background.


Color preview on white background

This text has color #537337 on white background.



Black color preview on #537337 background

This text has black color on #537337 background.


White color preview on #537337 background

This text has white color on #537337 background.