COLOR #762413

HEX: #762413
RGB: (118,36,19)

Color info

#762413 contains mainly red color. Web safe color of #762413 is #663300 (or #630).

RGB color model

#762413 color RGB value is (118,36,19).

  • red value is 118;
  • green value is 36;
  • blue value is 19.
RGB:
(118,36,19)
(46%,14%,7%)

RGB channels and saturation

R 118 of 255 = 46%
G 36 of 255 = 14%
B 19 of 255 = 7%

118
36
19

R + G + B ~ 22%. #762413 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 36 + 19 = 173 (100%)
R 118 of 173 ~ 68.21%
G 36 of 173 ~ 20.81%
B 19 of 173 ~ 10.98%

%68.21
%20.81
%10.98

CMYK color model

#762413 color CMYK value is (0,69,84,54).

  • cyan value is 0.00%
  • magenta value is 69.49%
  • yellow value is 83.90%
  • key color value is 53.73%
CMYK:
(0,69,84,54)
C0M69Y84K54 
(0%,69%,84%,54%)
(0.00/0.69/0.84/0.54)	

CMYK percentages

%0
%69.49
%83.9
%53.73

Codes

Color #762413 in popluar color models

762413
RGB1183619
HSL10°72.26%26.86%
HSB/HSV10°83.90%46.27%
CMYK0.00%69.49%83.90%
53.73%

Color #762413 in popluar number systems.

HEX762413
Decimal1183619
Binary111011010010010011
Octal1664423

Shades and tints

Shades of #762413

#762413
(118,36,19)
#6C2112
(108,33,18)
#621E11
(98,30,17)
#581B10
(88,27,16)
#4E180F
(78,24,15)
#44150E
(68,21,14)
#3A120D
(58,18,13)
#300F0C
(48,15,12)
#260C0B
(38,12,11)
#1C090A
(28,9,10)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #762413

#762413
(118,36,19)
#823728
(130,55,40)
#8E4A3D
(142,74,61)
#9A5D52
(154,93,82)
#A67067
(166,112,103)
#B2837C
(178,131,124)
#BE9691
(190,150,145)
#CAA9A6
(202,169,166)
#D6BCBB
(214,188,187)
#E2CFD0
(226,207,208)
#EEE2E5
(238,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762413 color. Also use rgb(118,36,19) instead hex code.

Text Font Color

.myTextColor { color: #762413; }

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

This text font color is #762413.


Background Color

.myBgColor { background-color: #762413; }

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

This div background color is #762413.


Border color

.myBorderColor { border: 1px solid #762413; }

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

This div border color is #762413.


Opacity

.myOpacity80 { color: #762413; opacity: 0.8; }

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

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

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

This text has shadow with #762413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762413 on black background.


Color preview on white background

This text has color #762413 on white background.



Black color preview on #762413 background

This text has black color on #762413 background.


White color preview on #762413 background

This text has white color on #762413 background.