COLOR #7D7363

HEX: #7D7363
RGB: (125,115,99)

Renk bilgisi

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

RGB renk modeli

#7D7363 color RGB value is (125,115,99).

  • kırmız ton 125;
  • yeşil ton 115;
  • mavi ton 99.
RGB:
(125,115,99)
(49%,45%,39%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 115 of 255 = 45%
B 99 of 255 = 39%

125
115
99

R + G + B ~ 44%. #7D7363 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 115 + 99 = 339 (100%)
R 125 of 339 ~ 36.87%
G 115 of 339 ~ 33.92%
B 99 of 339 ~ 29.2%

%36.87
%33.92
%29.2

CMYK RENK MODELİ

#7D7363 rengi CMYK tonu (0,8,21,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.00%
  • sarı tonu 20.80%
  • ana renk tonu 50.98%
CMYK:
(0,8,21,51)
C0M8Y21K51 
(0%,8%,21%,51%)
(0.00/0.08/0.21/0.51)	

CMYK yüzdeleri

%0
%8
%20.8
%50.98

Codes

Color #7D7363 in popluar color models

7D7363
RGB12511599
HSL37°11.61%43.92%
HSB/HSV37°20.80%49.02%
CMYK0.00%8.00%20.80%
50.98%

Color #7D7363 in popluar number systems.

HEX7D7363
Decimal12511599
Binary111110111100111100011
Octal175163143

Shades and tints

Shades of #7D7363

#7D7363
(125,115,99)
#72695A
(114,105,90)
#675F51
(103,95,81)
#5C5548
(92,85,72)
#514B3F
(81,75,63)
#464136
(70,65,54)
#3B372D
(59,55,45)
#302D24
(48,45,36)
#25231B
(37,35,27)
#1A1912
(26,25,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #7D7363

#7D7363
(125,115,99)
#887F71
(136,127,113)
#938B7F
(147,139,127)
#9E978D
(158,151,141)
#A9A39B
(169,163,155)
#B4AFA9
(180,175,169)
#BFBBB7
(191,187,183)
#CAC7C5
(202,199,197)
#D5D3D3
(213,211,211)
#E0DFE1
(224,223,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7363 color. Also use rgb(125,115,99) instead hex code.

Text Font Color

.myTextColor { color: #7D7363; }

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

This text font color is #7D7363.


Background Color

.myBgColor { background-color: #7D7363; }

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

This div background color is #7D7363.


Border color

.myBorderColor { border: 1px solid #7D7363; }

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

This div border color is #7D7363.


Opacity

.myOpacity80 { color: #7D7363; opacity: 0.8; }

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

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

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

This text has shadow with #7D7363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7363 on black background.


Color preview on white background

This text has color #7D7363 on white background.



Black color preview on #7D7363 background

This text has black color on #7D7363 background.


White color preview on #7D7363 background

This text has white color on #7D7363 background.