COLOR #7E5553

HEX: #7E5553
RGB: (126,85,83)

Renk bilgisi

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

RGB renk modeli

#7E5553 color RGB value is (126,85,83).

  • kırmız ton 126;
  • yeşil ton 85;
  • mavi ton 83.
RGB:
(126,85,83)
(49%,33%,33%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 85 of 255 = 33%
B 83 of 255 = 33%

126
85
83

R + G + B ~ 38%. #7E5553 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 85 + 83 = 294 (100%)
R 126 of 294 ~ 42.86%
G 85 of 294 ~ 28.91%
B 83 of 294 ~ 28.23%

%42.86
%28.91
%28.23

CMYK RENK MODELİ

#7E5553 rengi CMYK tonu (0,33,34,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.54%
  • sarı tonu 34.13%
  • ana renk tonu 50.59%
CMYK:
(0,33,34,51)
C0M33Y34K51 
(0%,33%,34%,51%)
(0.00/0.33/0.34/0.51)	

CMYK yüzdeleri

%0
%32.54
%34.13
%50.59

Codes

Color #7E5553 in popluar color models

7E5553
RGB1268583
HSL20.57%40.98%
HSB/HSV34.13%49.41%
CMYK0.00%32.54%34.13%
50.59%

Color #7E5553 in popluar number systems.

HEX7E5553
Decimal1268583
Binary111111010101011010011
Octal176125123

Shades and tints

Shades of #7E5553

#7E5553
(126,85,83)
#734E4C
(115,78,76)
#684745
(104,71,69)
#5D403E
(93,64,62)
#523937
(82,57,55)
#473230
(71,50,48)
#3C2B29
(60,43,41)
#312422
(49,36,34)
#261D1B
(38,29,27)
#1B1614
(27,22,20)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E5553

#7E5553
(126,85,83)
#896462
(137,100,98)
#947371
(148,115,113)
#9F8280
(159,130,128)
#AA918F
(170,145,143)
#B5A09E
(181,160,158)
#C0AFAD
(192,175,173)
#CBBEBC
(203,190,188)
#D6CDCB
(214,205,203)
#E1DCDA
(225,220,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5553 color. Also use rgb(126,85,83) instead hex code.

Text Font Color

.myTextColor { color: #7E5553; }

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

This text font color is #7E5553.


Background Color

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

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

This div background color is #7E5553.


Border color

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

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

This div border color is #7E5553.


Opacity

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

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

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

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

This text has shadow with #7E5553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5553 on black background.


Color preview on white background

This text has color #7E5553 on white background.



Black color preview on #7E5553 background

This text has black color on #7E5553 background.


White color preview on #7E5553 background

This text has white color on #7E5553 background.