COLOR #7D684B

HEX: #7D684B
RGB: (125,104,75)

Renk bilgisi

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

RGB renk modeli

#7D684B color RGB value is (125,104,75).

  • kırmız ton 125;
  • yeşil ton 104;
  • mavi ton 75.
RGB:
(125,104,75)
(49%,41%,29%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 104 of 255 = 41%
B 75 of 255 = 29%

125
104
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 104 + 75 = 304 (100%)
R 125 of 304 ~ 41.12%
G 104 of 304 ~ 34.21%
B 75 of 304 ~ 24.67%

%41.12
%34.21
%24.67

CMYK RENK MODELİ

#7D684B rengi CMYK tonu (0,17,40,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.80%
  • sarı tonu 40.00%
  • ana renk tonu 50.98%
CMYK:
(0,17,40,51)
C0M17Y40K51 
(0%,17%,40%,51%)
(0.00/0.17/0.40/0.51)	

CMYK yüzdeleri

%0
%16.8
%40
%50.98

Codes

Color #7D684B in popluar color models

7D684B
RGB12510475
HSL35°25.00%39.22%
HSB/HSV35°40.00%49.02%
CMYK0.00%16.80%40.00%
50.98%

Color #7D684B in popluar number systems.

HEX7D684B
Decimal12510475
Binary111110111010001001011
Octal175150113

Shades and tints

Shades of #7D684B

#7D684B
(125,104,75)
#725F45
(114,95,69)
#67563F
(103,86,63)
#5C4D39
(92,77,57)
#514433
(81,68,51)
#463B2D
(70,59,45)
#3B3227
(59,50,39)
#302921
(48,41,33)
#25201B
(37,32,27)
#1A1715
(26,23,21)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #7D684B

#7D684B
(125,104,75)
#88755B
(136,117,91)
#93826B
(147,130,107)
#9E8F7B
(158,143,123)
#A99C8B
(169,156,139)
#B4A99B
(180,169,155)
#BFB6AB
(191,182,171)
#CAC3BB
(202,195,187)
#D5D0CB
(213,208,203)
#E0DDDB
(224,221,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D684B color. Also use rgb(125,104,75) instead hex code.

Text Font Color

.myTextColor { color: #7D684B; }

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

This text font color is #7D684B.


Background Color

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

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

This div background color is #7D684B.


Border color

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

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

This div border color is #7D684B.


Opacity

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

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

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

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

This text has shadow with #7D684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D684B on black background.


Color preview on white background

This text has color #7D684B on white background.



Black color preview on #7D684B background

This text has black color on #7D684B background.


White color preview on #7D684B background

This text has white color on #7D684B background.