COLOR #7E580D

HEX: #7E580D
RGB: (126,88,13)

Renk bilgisi

#7E580D contains mainly red and green colors. #7E580D ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#7E580D color RGB value is (126,88,13).

  • kırmız ton 126;
  • yeşil ton 88;
  • mavi ton 13.
RGB:
(126,88,13)
(49%,35%,5%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 88 of 255 = 35%
B 13 of 255 = 5%

126
88
13

R + G + B ~ 30%. #7E580D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 88 + 13 = 227 (100%)
R 126 of 227 ~ 55.51%
G 88 of 227 ~ 38.77%
B 13 of 227 ~ 5.73%

%55.51
%38.77

CMYK RENK MODELİ

#7E580D rengi CMYK tonu (0,30,90,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.16%
  • sarı tonu 89.68%
  • ana renk tonu 50.59%
CMYK:
(0,30,90,51)
C0M30Y90K51 
(0%,30%,90%,51%)
(0.00/0.30/0.90/0.51)	

CMYK yüzdeleri

%0
%30.16
%89.68
%50.59

Codes

Color #7E580D in popluar color models

7E580D
RGB1268813
HSL40°81.29%27.25%
HSB/HSV40°89.68%49.41%
CMYK0.00%30.16%89.68%
50.59%

Color #7E580D in popluar number systems.

HEX7E580D
Decimal1268813
Binary111111010110001101
Octal17613015

Shades and tints

Shades of #7E580D

#7E580D
(126,88,13)
#73500C
(115,80,12)
#68480B
(104,72,11)
#5D400A
(93,64,10)
#523809
(82,56,9)
#473008
(71,48,8)
#3C2807
(60,40,7)
#312006
(49,32,6)
#261805
(38,24,5)
#1B1004
(27,16,4)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #7E580D

#7E580D
(126,88,13)
#896723
(137,103,35)
#947639
(148,118,57)
#9F854F
(159,133,79)
#AA9465
(170,148,101)
#B5A37B
(181,163,123)
#C0B291
(192,178,145)
#CBC1A7
(203,193,167)
#D6D0BD
(214,208,189)
#E1DFD3
(225,223,211)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E580D color. Also use rgb(126,88,13) instead hex code.

Text Font Color

.myTextColor { color: #7E580D; }

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

This text font color is #7E580D.


Background Color

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

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

This div background color is #7E580D.


Border color

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

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

This div border color is #7E580D.


Opacity

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

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

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

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

This text has shadow with #7E580D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E580D on black background.


Color preview on white background

This text has color #7E580D on white background.



Black color preview on #7E580D background

This text has black color on #7E580D background.


White color preview on #7E580D background

This text has white color on #7E580D background.