COLOR #7D3C20

HEX: #7D3C20
RGB: (125,60,32)

Renk bilgisi

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

RGB renk modeli

#7D3C20 color RGB value is (125,60,32).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 60 of 255 = 24%
B 32 of 255 = 13%

125
60
32

R + G + B ~ 29%. #7D3C20 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 60 + 32 = 217 (100%)
R 125 of 217 ~ 57.6%
G 60 of 217 ~ 27.65%
B 32 of 217 ~ 14.75%

%57.6
%27.65
%14.75

CMYK RENK MODELİ

#7D3C20 rengi CMYK tonu (0,52,74,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.00%
  • sarı tonu 74.40%
  • ana renk tonu 50.98%
CMYK:
(0,52,74,51)
C0M52Y74K51 
(0%,52%,74%,51%)
(0.00/0.52/0.74/0.51)	

CMYK yüzdeleri

%0
%52
%74.4
%50.98

Codes

Color #7D3C20 in popluar color models

7D3C20
RGB1256032
HSL18°59.24%30.78%
HSB/HSV18°74.40%49.02%
CMYK0.00%52.00%74.40%
50.98%

Color #7D3C20 in popluar number systems.

HEX7D3C20
Decimal1256032
Binary1111101111100100000
Octal1757440

Shades and tints

Shades of #7D3C20

#7D3C20
(125,60,32)
#72371E
(114,55,30)
#67321C
(103,50,28)
#5C2D1A
(92,45,26)
#512818
(81,40,24)
#462316
(70,35,22)
#3B1E14
(59,30,20)
#301912
(48,25,18)
#251410
(37,20,16)
#1A0F0E
(26,15,14)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D3C20

#7D3C20
(125,60,32)
#884D34
(136,77,52)
#935E48
(147,94,72)
#9E6F5C
(158,111,92)
#A98070
(169,128,112)
#B49184
(180,145,132)
#BFA298
(191,162,152)
#CAB3AC
(202,179,172)
#D5C4C0
(213,196,192)
#E0D5D4
(224,213,212)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3C20; }

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

This text font color is #7D3C20.


Background Color

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

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

This div background color is #7D3C20.


Border color

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

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

This div border color is #7D3C20.


Opacity

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

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

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

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

This text has shadow with #7D3C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C20 on black background.


Color preview on white background

This text has color #7D3C20 on white background.



Black color preview on #7D3C20 background

This text has black color on #7D3C20 background.


White color preview on #7D3C20 background

This text has white color on #7D3C20 background.