COLOR #7E434D

HEX: #7E434D
RGB: (126,67,77)

Renk bilgisi

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

RGB renk modeli

#7E434D color RGB value is (126,67,77).

  • kırmız ton 126;
  • yeşil ton 67;
  • mavi ton 77.
RGB:
(126,67,77)
(49%,26%,30%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 67 of 255 = 26%
B 77 of 255 = 30%

126
67
77

R + G + B ~ 35%. #7E434D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 67 + 77 = 270 (100%)
R 126 of 270 ~ 46.67%
G 67 of 270 ~ 24.81%
B 77 of 270 ~ 28.52%

%46.67
%24.81
%28.52

CMYK RENK MODELİ

#7E434D rengi CMYK tonu (0,47,39,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.83%
  • sarı tonu 38.89%
  • ana renk tonu 50.59%
CMYK:
(0,47,39,51)
C0M47Y39K51 
(0%,47%,39%,51%)
(0.00/0.47/0.39/0.51)	

CMYK yüzdeleri

%0
%46.83
%38.89
%50.59

Codes

Color #7E434D in popluar color models

7E434D
RGB1266777
HSL350°30.57%37.84%
HSB/HSV350°46.83%49.41%
CMYK0.00%46.83%38.89%
50.59%

Color #7E434D in popluar number systems.

HEX7E434D
Decimal1266777
Binary111111010000111001101
Octal176103115

Shades and tints

Shades of #7E434D

#7E434D
(126,67,77)
#733D46
(115,61,70)
#68373F
(104,55,63)
#5D3138
(93,49,56)
#522B31
(82,43,49)
#47252A
(71,37,42)
#3C1F23
(60,31,35)
#31191C
(49,25,28)
#261315
(38,19,21)
#1B0D0E
(27,13,14)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #7E434D

#7E434D
(126,67,77)
#89545D
(137,84,93)
#94656D
(148,101,109)
#9F767D
(159,118,125)
#AA878D
(170,135,141)
#B5989D
(181,152,157)
#C0A9AD
(192,169,173)
#CBBABD
(203,186,189)
#D6CBCD
(214,203,205)
#E1DCDD
(225,220,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E434D color. Also use rgb(126,67,77) instead hex code.

Text Font Color

.myTextColor { color: #7E434D; }

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

This text font color is #7E434D.


Background Color

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

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

This div background color is #7E434D.


Border color

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

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

This div border color is #7E434D.


Opacity

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

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

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

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

This text has shadow with #7E434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E434D on black background.


Color preview on white background

This text has color #7E434D on white background.



Black color preview on #7E434D background

This text has black color on #7E434D background.


White color preview on #7E434D background

This text has white color on #7E434D background.