COLOR #756363

HEX: #756363
RGB: (117,99,99)

Renk bilgisi

#756363 contains red, green and blue colors in about the same proportion. #756363 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#756363 color RGB value is (117,99,99).

  • kırmız ton 117;
  • yeşil ton 99;
  • mavi ton 99.
RGB:
(117,99,99)
(46%,39%,39%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 99 of 255 = 39%
B 99 of 255 = 39%

117
99
99

R + G + B ~ 41%. #756363 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 99 + 99 = 315 (100%)
R 117 of 315 ~ 37.14%
G 99 of 315 ~ 31.43%
B 99 of 315 ~ 31.43%

%37.14
%31.43
%31.43

CMYK RENK MODELİ

#756363 rengi CMYK tonu (0,15,15,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.38%
  • sarı tonu 15.38%
  • ana renk tonu 54.12%
CMYK:
(0,15,15,54)
C0M15Y15K54 
(0%,15%,15%,54%)
(0.00/0.15/0.15/0.54)	

CMYK yüzdeleri

%0
%15.38
%15.38
%54.12

Codes

Color #756363 in popluar color models

756363
RGB1179999
HSL8.33%42.35%
HSB/HSV15.38%45.88%
CMYK0.00%15.38%15.38%
54.12%

Color #756363 in popluar number systems.

HEX756363
Decimal1179999
Binary111010111000111100011
Octal165143143

Shades and tints

Shades of #756363

#756363
(117,99,99)
#6B5A5A
(107,90,90)
#615151
(97,81,81)
#574848
(87,72,72)
#4D3F3F
(77,63,63)
#433636
(67,54,54)
#392D2D
(57,45,45)
#2F2424
(47,36,36)
#251B1B
(37,27,27)
#1B1212
(27,18,18)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #756363

#756363
(117,99,99)
#817171
(129,113,113)
#8D7F7F
(141,127,127)
#998D8D
(153,141,141)
#A59B9B
(165,155,155)
#B1A9A9
(177,169,169)
#BDB7B7
(189,183,183)
#C9C5C5
(201,197,197)
#D5D3D3
(213,211,211)
#E1E1E1
(225,225,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756363 color. Also use rgb(117,99,99) instead hex code.

Text Font Color

.myTextColor { color: #756363; }

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

This text font color is #756363.


Background Color

.myBgColor { background-color: #756363; }

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

This div background color is #756363.


Border color

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

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

This div border color is #756363.


Opacity

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

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

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

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

This text has shadow with #756363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756363 on black background.


Color preview on white background

This text has color #756363 on white background.



Black color preview on #756363 background

This text has black color on #756363 background.


White color preview on #756363 background

This text has white color on #756363 background.