COLOR #76430D

HEX: #76430D
RGB: (118,67,13)

Color info

#76430D contains mainly red and green colors. Web safe color of #76430D is #663300 (or #630).

RGB color model

#76430D color RGB value is (118,67,13).

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

RGB channels and saturation

R 118 of 255 = 46%
G 67 of 255 = 26%
B 13 of 255 = 5%

118
67
13

R + G + B ~ 26%. #76430D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 67 + 13 = 198 (100%)
R 118 of 198 ~ 59.6%
G 67 of 198 ~ 33.84%
B 13 of 198 ~ 6.57%

%59.6
%33.84

CMYK color model

#76430D color CMYK value is (0,43,89,54).

  • cyan value is 0.00%
  • magenta value is 43.22%
  • yellow value is 88.98%
  • key color value is 53.73%
CMYK:
(0,43,89,54)
C0M43Y89K54 
(0%,43%,89%,54%)
(0.00/0.43/0.89/0.54)	

CMYK percentages

%0
%43.22
%88.98
%53.73

Codes

Color #76430D in popluar color models

76430D
RGB1186713
HSL31°80.15%25.69%
HSB/HSV31°88.98%46.27%
CMYK0.00%43.22%88.98%
53.73%

Color #76430D in popluar number systems.

HEX76430D
Decimal1186713
Binary111011010000111101
Octal16610315

Shades and tints

Shades of #76430D

#76430D
(118,67,13)
#6C3D0C
(108,61,12)
#62370B
(98,55,11)
#58310A
(88,49,10)
#4E2B09
(78,43,9)
#442508
(68,37,8)
#3A1F07
(58,31,7)
#301906
(48,25,6)
#261305
(38,19,5)
#1C0D04
(28,13,4)
#120703
(18,7,3)
#000000
(0,0,0)

Tints of #76430D

#76430D
(118,67,13)
#825423
(130,84,35)
#8E6539
(142,101,57)
#9A764F
(154,118,79)
#A68765
(166,135,101)
#B2987B
(178,152,123)
#BEA991
(190,169,145)
#CABAA7
(202,186,167)
#D6CBBD
(214,203,189)
#E2DCD3
(226,220,211)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76430D; }

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

This text font color is #76430D.


Background Color

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

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

This div background color is #76430D.


Border color

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

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

This div border color is #76430D.


Opacity

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

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

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

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

This text has shadow with #76430D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76430D on black background.


Color preview on white background

This text has color #76430D on white background.



Black color preview on #76430D background

This text has black color on #76430D background.


White color preview on #76430D background

This text has white color on #76430D background.