COLOR #7D4349

HEX: #7D4349
RGB: (125,67,73)

Renk bilgisi

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

RGB renk modeli

#7D4349 color RGB value is (125,67,73).

  • kırmız ton 125;
  • yeşil ton 67;
  • mavi ton 73.
RGB:
(125,67,73)
(49%,26%,29%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 67 of 255 = 26%
B 73 of 255 = 29%

125
67
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 67 + 73 = 265 (100%)
R 125 of 265 ~ 47.17%
G 67 of 265 ~ 25.28%
B 73 of 265 ~ 27.55%

%47.17
%25.28
%27.55

CMYK RENK MODELİ

#7D4349 rengi CMYK tonu (0,46,42,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.40%
  • sarı tonu 41.60%
  • ana renk tonu 50.98%
CMYK:
(0,46,42,51)
C0M46Y42K51 
(0%,46%,42%,51%)
(0.00/0.46/0.42/0.51)	

CMYK yüzdeleri

%0
%46.4
%41.6
%50.98

Codes

Color #7D4349 in popluar color models

7D4349
RGB1256773
HSL354°30.21%37.65%
HSB/HSV354°46.40%49.02%
CMYK0.00%46.40%41.60%
50.98%

Color #7D4349 in popluar number systems.

HEX7D4349
Decimal1256773
Binary111110110000111001001
Octal175103111

Shades and tints

Shades of #7D4349

#7D4349
(125,67,73)
#723D43
(114,61,67)
#67373D
(103,55,61)
#5C3137
(92,49,55)
#512B31
(81,43,49)
#46252B
(70,37,43)
#3B1F25
(59,31,37)
#30191F
(48,25,31)
#251319
(37,19,25)
#1A0D13
(26,13,19)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #7D4349

#7D4349
(125,67,73)
#885459
(136,84,89)
#936569
(147,101,105)
#9E7679
(158,118,121)
#A98789
(169,135,137)
#B49899
(180,152,153)
#BFA9A9
(191,169,169)
#CABAB9
(202,186,185)
#D5CBC9
(213,203,201)
#E0DCD9
(224,220,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4349 color. Also use rgb(125,67,73) instead hex code.

Text Font Color

.myTextColor { color: #7D4349; }

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

This text font color is #7D4349.


Background Color

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

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

This div background color is #7D4349.


Border color

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

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

This div border color is #7D4349.


Opacity

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

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

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

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

This text has shadow with #7D4349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4349 on black background.


Color preview on white background

This text has color #7D4349 on white background.



Black color preview on #7D4349 background

This text has black color on #7D4349 background.


White color preview on #7D4349 background

This text has white color on #7D4349 background.