COLOR #76333A

HEX: #76333A
RGB: (118,51,58)

Color info

#76333A contains mainly red color. Web safe color of #76333A is #663333 (or #633).

RGB color model

#76333A color RGB value is (118,51,58).

  • red value is 118;
  • green value is 51;
  • blue value is 58.
RGB:
(118,51,58)
(46%,20%,23%)

RGB channels and saturation

R 118 of 255 = 46%
G 51 of 255 = 20%
B 58 of 255 = 23%

118
51
58

R + G + B ~ 30%. #76333A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 51 + 58 = 227 (100%)
R 118 of 227 ~ 51.98%
G 51 of 227 ~ 22.47%
B 58 of 227 ~ 25.55%

%51.98
%22.47
%25.55

CMYK color model

#76333A color CMYK value is (0,57,51,54).

  • cyan value is 0.00%
  • magenta value is 56.78%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,57,51,54)
C0M57Y51K54 
(0%,57%,51%,54%)
(0.00/0.57/0.51/0.54)	

CMYK percentages

%0
%56.78
%50.85
%53.73

Codes

Color #76333A in popluar color models

76333A
RGB1185158
HSL354°39.64%33.14%
HSB/HSV354°56.78%46.27%
CMYK0.00%56.78%50.85%
53.73%

Color #76333A in popluar number systems.

HEX76333A
Decimal1185158
Binary1110110110011111010
Octal1666372

Shades and tints

Shades of #76333A

#76333A
(118,51,58)
#6C2F35
(108,47,53)
#622B30
(98,43,48)
#58272B
(88,39,43)
#4E2326
(78,35,38)
#441F21
(68,31,33)
#3A1B1C
(58,27,28)
#301717
(48,23,23)
#261312
(38,19,18)
#1C0F0D
(28,15,13)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #76333A

#76333A
(118,51,58)
#82454B
(130,69,75)
#8E575C
(142,87,92)
#9A696D
(154,105,109)
#A67B7E
(166,123,126)
#B28D8F
(178,141,143)
#BE9FA0
(190,159,160)
#CAB1B1
(202,177,177)
#D6C3C2
(214,195,194)
#E2D5D3
(226,213,211)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76333A color. Also use rgb(118,51,58) instead hex code.

Text Font Color

.myTextColor { color: #76333A; }

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

This text font color is #76333A.


Background Color

.myBgColor { background-color: #76333A; }

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

This div background color is #76333A.


Border color

.myBorderColor { border: 1px solid #76333A; }

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

This div border color is #76333A.


Opacity

.myOpacity80 { color: #76333A; opacity: 0.8; }

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

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

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

This text has shadow with #76333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76333A on black background.


Color preview on white background

This text has color #76333A on white background.



Black color preview on #76333A background

This text has black color on #76333A background.


White color preview on #76333A background

This text has white color on #76333A background.