COLOR #7D514B

HEX: #7D514B
RGB: (125,81,75)

Renk bilgisi

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

RGB renk modeli

#7D514B color RGB value is (125,81,75).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 81 of 255 = 32%
B 75 of 255 = 29%

125
81
75

R + G + B ~ 37%. #7D514B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 81 + 75 = 281 (100%)
R 125 of 281 ~ 44.48%
G 81 of 281 ~ 28.83%
B 75 of 281 ~ 26.69%

%44.48
%28.83
%26.69

CMYK RENK MODELİ

#7D514B rengi CMYK tonu (0,35,40,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.20%
  • sarı tonu 40.00%
  • ana renk tonu 50.98%
CMYK:
(0,35,40,51)
C0M35Y40K51 
(0%,35%,40%,51%)
(0.00/0.35/0.40/0.51)	

CMYK yüzdeleri

%0
%35.2
%40
%50.98

Codes

Color #7D514B in popluar color models

7D514B
RGB1258175
HSL25.00%39.22%
HSB/HSV40.00%49.02%
CMYK0.00%35.20%40.00%
50.98%

Color #7D514B in popluar number systems.

HEX7D514B
Decimal1258175
Binary111110110100011001011
Octal175121113

Shades and tints

Shades of #7D514B

#7D514B
(125,81,75)
#724A45
(114,74,69)
#67433F
(103,67,63)
#5C3C39
(92,60,57)
#513533
(81,53,51)
#462E2D
(70,46,45)
#3B2727
(59,39,39)
#302021
(48,32,33)
#25191B
(37,25,27)
#1A1215
(26,18,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D514B

#7D514B
(125,81,75)
#88605B
(136,96,91)
#936F6B
(147,111,107)
#9E7E7B
(158,126,123)
#A98D8B
(169,141,139)
#B49C9B
(180,156,155)
#BFABAB
(191,171,171)
#CABABB
(202,186,187)
#D5C9CB
(213,201,203)
#E0D8DB
(224,216,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D514B; }

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

This text font color is #7D514B.


Background Color

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

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

This div background color is #7D514B.


Border color

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

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

This div border color is #7D514B.


Opacity

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

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

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

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

This text has shadow with #7D514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D514B on black background.


Color preview on white background

This text has color #7D514B on white background.



Black color preview on #7D514B background

This text has black color on #7D514B background.


White color preview on #7D514B background

This text has white color on #7D514B background.