COLOR #76380D

HEX: #76380D
RGB: (118,56,13)

Color info

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

RGB color model

#76380D color RGB value is (118,56,13).

  • red value is 118;
  • green value is 56;
  • blue value is 13.
RGB:
(118,56,13)
(46%,22%,5%)

RGB channels and saturation

R 118 of 255 = 46%
G 56 of 255 = 22%
B 13 of 255 = 5%

118
56
13

R + G + B ~ 24%. #76380D is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 56 + 13 = 187 (100%)
R 118 of 187 ~ 63.1%
G 56 of 187 ~ 29.95%
B 13 of 187 ~ 6.95%

%63.1
%29.95

CMYK color model

#76380D color CMYK value is (0,53,89,54).

  • cyan value is 0.00%
  • magenta value is 52.54%
  • yellow value is 88.98%
  • key color value is 53.73%
CMYK:
(0,53,89,54)
C0M53Y89K54 
(0%,53%,89%,54%)
(0.00/0.53/0.89/0.54)	

CMYK percentages

%0
%52.54
%88.98
%53.73

Codes

Color #76380D in popluar color models

76380D
RGB1185613
HSL25°80.15%25.69%
HSB/HSV25°88.98%46.27%
CMYK0.00%52.54%88.98%
53.73%

Color #76380D in popluar number systems.

HEX76380D
Decimal1185613
Binary11101101110001101
Octal1667015

Shades and tints

Shades of #76380D

#76380D
(118,56,13)
#6C330C
(108,51,12)
#622E0B
(98,46,11)
#58290A
(88,41,10)
#4E2409
(78,36,9)
#441F08
(68,31,8)
#3A1A07
(58,26,7)
#301506
(48,21,6)
#261005
(38,16,5)
#1C0B04
(28,11,4)
#120603
(18,6,3)
#000000
(0,0,0)

Tints of #76380D

#76380D
(118,56,13)
#824A23
(130,74,35)
#8E5C39
(142,92,57)
#9A6E4F
(154,110,79)
#A68065
(166,128,101)
#B2927B
(178,146,123)
#BEA491
(190,164,145)
#CAB6A7
(202,182,167)
#D6C8BD
(214,200,189)
#E2DAD3
(226,218,211)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76380D; }

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

This text font color is #76380D.


Background Color

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

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

This div background color is #76380D.


Border color

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

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

This div border color is #76380D.


Opacity

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

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

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

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

This text has shadow with #76380D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76380D on black background.


Color preview on white background

This text has color #76380D on white background.



Black color preview on #76380D background

This text has black color on #76380D background.


White color preview on #76380D background

This text has white color on #76380D background.