COLOR #7D3C31

HEX: #7D3C31
RGB: (125,60,49)

Renk bilgisi

#7D3C31 contains mainly red color. #7D3C31 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#7D3C31 color RGB value is (125,60,49).

  • kırmız ton 125;
  • yeşil ton 60;
  • mavi ton 49.
RGB:
(125,60,49)
(49%,24%,19%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 60 of 255 = 24%
B 49 of 255 = 19%

125
60
49

R + G + B ~ 31%. #7D3C31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 60 + 49 = 234 (100%)
R 125 of 234 ~ 53.42%
G 60 of 234 ~ 25.64%
B 49 of 234 ~ 20.94%

%53.42
%25.64
%20.94

CMYK RENK MODELİ

#7D3C31 rengi CMYK tonu (0,52,61,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.00%
  • sarı tonu 60.80%
  • ana renk tonu 50.98%
CMYK:
(0,52,61,51)
C0M52Y61K51 
(0%,52%,61%,51%)
(0.00/0.52/0.61/0.51)	

CMYK yüzdeleri

%0
%52
%60.8
%50.98

Codes

Color #7D3C31 in popluar color models

7D3C31
RGB1256049
HSL43.68%34.12%
HSB/HSV60.80%49.02%
CMYK0.00%52.00%60.80%
50.98%

Color #7D3C31 in popluar number systems.

HEX7D3C31
Decimal1256049
Binary1111101111100110001
Octal1757461

Shades and tints

Shades of #7D3C31

#7D3C31
(125,60,49)
#72372D
(114,55,45)
#673229
(103,50,41)
#5C2D25
(92,45,37)
#512821
(81,40,33)
#46231D
(70,35,29)
#3B1E19
(59,30,25)
#301915
(48,25,21)
#251411
(37,20,17)
#1A0F0D
(26,15,13)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #7D3C31

#7D3C31
(125,60,49)
#884D43
(136,77,67)
#935E55
(147,94,85)
#9E6F67
(158,111,103)
#A98079
(169,128,121)
#B4918B
(180,145,139)
#BFA29D
(191,162,157)
#CAB3AF
(202,179,175)
#D5C4C1
(213,196,193)
#E0D5D3
(224,213,211)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C31 color. Also use rgb(125,60,49) instead hex code.

Text Font Color

.myTextColor { color: #7D3C31; }

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

This text font color is #7D3C31.


Background Color

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

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

This div background color is #7D3C31.


Border color

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

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

This div border color is #7D3C31.


Opacity

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

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

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

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

This text has shadow with #7D3C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C31 on black background.


Color preview on white background

This text has color #7D3C31 on white background.



Black color preview on #7D3C31 background

This text has black color on #7D3C31 background.


White color preview on #7D3C31 background

This text has white color on #7D3C31 background.