COLOR #7D6351

HEX: #7D6351
RGB: (125,99,81)

Renk bilgisi

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

RGB renk modeli

#7D6351 color RGB value is (125,99,81).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 99 of 255 = 39%
B 81 of 255 = 32%

125
99
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 99 + 81 = 305 (100%)
R 125 of 305 ~ 40.98%
G 99 of 305 ~ 32.46%
B 81 of 305 ~ 26.56%

%40.98
%32.46
%26.56

CMYK RENK MODELİ

#7D6351 rengi CMYK tonu (0,21,35,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.80%
  • sarı tonu 35.20%
  • ana renk tonu 50.98%
CMYK:
(0,21,35,51)
C0M21Y35K51 
(0%,21%,35%,51%)
(0.00/0.21/0.35/0.51)	

CMYK yüzdeleri

%0
%20.8
%35.2
%50.98

Codes

Color #7D6351 in popluar color models

7D6351
RGB1259981
HSL25°21.36%40.39%
HSB/HSV25°35.20%49.02%
CMYK0.00%20.80%35.20%
50.98%

Color #7D6351 in popluar number systems.

HEX7D6351
Decimal1259981
Binary111110111000111010001
Octal175143121

Shades and tints

Shades of #7D6351

#7D6351
(125,99,81)
#725A4A
(114,90,74)
#675143
(103,81,67)
#5C483C
(92,72,60)
#513F35
(81,63,53)
#46362E
(70,54,46)
#3B2D27
(59,45,39)
#302420
(48,36,32)
#251B19
(37,27,25)
#1A1212
(26,18,18)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #7D6351

#7D6351
(125,99,81)
#887160
(136,113,96)
#937F6F
(147,127,111)
#9E8D7E
(158,141,126)
#A99B8D
(169,155,141)
#B4A99C
(180,169,156)
#BFB7AB
(191,183,171)
#CAC5BA
(202,197,186)
#D5D3C9
(213,211,201)
#E0E1D8
(224,225,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6351; }

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

This text font color is #7D6351.


Background Color

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

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

This div background color is #7D6351.


Border color

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

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

This div border color is #7D6351.


Opacity

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

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

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

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

This text has shadow with #7D6351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6351 on black background.


Color preview on white background

This text has color #7D6351 on white background.



Black color preview on #7D6351 background

This text has black color on #7D6351 background.


White color preview on #7D6351 background

This text has white color on #7D6351 background.