COLOR #76300D

HEX: #76300D
RGB: (118,48,13)

Renk bilgisi

#76300D contains mainly red color. #76300D ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#76300D color RGB value is (118,48,13).

  • kırmız ton 118;
  • yeşil ton 48;
  • mavi ton 13.
RGB:
(118,48,13)
(46%,19%,5%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 48 of 255 = 19%
B 13 of 255 = 5%

118
48
13

R + G + B ~ 23%. #76300D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 48 + 13 = 179 (100%)
R 118 of 179 ~ 65.92%
G 48 of 179 ~ 26.82%
B 13 of 179 ~ 7.26%

%65.92
%26.82

CMYK RENK MODELİ

#76300D rengi CMYK tonu (0,59,89,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.32%
  • sarı tonu 88.98%
  • ana renk tonu 53.73%
CMYK:
(0,59,89,54)
C0M59Y89K54 
(0%,59%,89%,54%)
(0.00/0.59/0.89/0.54)	

CMYK yüzdeleri

%0
%59.32
%88.98
%53.73

Codes

Color #76300D in popluar color models

76300D
RGB1184813
HSL20°80.15%25.69%
HSB/HSV20°88.98%46.27%
CMYK0.00%59.32%88.98%
53.73%

Color #76300D in popluar number systems.

HEX76300D
Decimal1184813
Binary11101101100001101
Octal1666015

Shades and tints

Shades of #76300D

#76300D
(118,48,13)
#6C2C0C
(108,44,12)
#62280B
(98,40,11)
#58240A
(88,36,10)
#4E2009
(78,32,9)
#441C08
(68,28,8)
#3A1807
(58,24,7)
#301406
(48,20,6)
#261005
(38,16,5)
#1C0C04
(28,12,4)
#120803
(18,8,3)
#000000
(0,0,0)

Tints of #76300D

#76300D
(118,48,13)
#824223
(130,66,35)
#8E5439
(142,84,57)
#9A664F
(154,102,79)
#A67865
(166,120,101)
#B28A7B
(178,138,123)
#BE9C91
(190,156,145)
#CAAEA7
(202,174,167)
#D6C0BD
(214,192,189)
#E2D2D3
(226,210,211)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76300D color. Also use rgb(118,48,13) instead hex code.

Text Font Color

.myTextColor { color: #76300D; }

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

This text font color is #76300D.


Background Color

.myBgColor { background-color: #76300D; }

<div style="background-color:#76300D">Inner text</div>

This div background color is #76300D.


Border color

.myBorderColor { border: 1px solid #76300D; }

<div style="border:3px solid #76300D">Div</div>

This div border color is #76300D.


Opacity

.myOpacity80 { color: #76300D; opacity: 0.8; }

<p style="color:#76300D;opacity:0.8;">80%</p>

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

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

This text has shadow with #76300D color.

.textShadow {text-shadow: 3px 3px 1px #76300D, 3px 3px 1px red;}

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

This text has shadow with #76300D primary color and red secondary color.


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

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

This text has shadow with #76300D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76300D on black background.


Color preview on white background

This text has color #76300D on white background.



Black color preview on #76300D background

This text has black color on #76300D background.


White color preview on #76300D background

This text has white color on #76300D background.