COLOR #763438

HEX: #763438
RGB: (118,52,56)

Color info

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

RGB color model

#763438 color RGB value is (118,52,56).

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

RGB channels and saturation

R 118 of 255 = 46%
G 52 of 255 = 20%
B 56 of 255 = 22%

118
52
56

R + G + B ~ 29%. #763438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 52 + 56 = 226 (100%)
R 118 of 226 ~ 52.21%
G 52 of 226 ~ 23.01%
B 56 of 226 ~ 24.78%

%52.21
%23.01
%24.78

CMYK color model

#763438 color CMYK value is (0,56,53,54).

  • cyan value is 0.00%
  • magenta value is 55.93%
  • yellow value is 52.54%
  • key color value is 53.73%
CMYK:
(0,56,53,54)
C0M56Y53K54 
(0%,56%,53%,54%)
(0.00/0.56/0.53/0.54)	

CMYK percentages

%0
%55.93
%52.54
%53.73

Codes

Color #763438 in popluar color models

763438
RGB1185256
HSL356°38.82%33.33%
HSB/HSV356°55.93%46.27%
CMYK0.00%55.93%52.54%
53.73%

Color #763438 in popluar number systems.

HEX763438
Decimal1185256
Binary1110110110100111000
Octal1666470

Shades and tints

Shades of #763438

#763438
(118,52,56)
#6C3033
(108,48,51)
#622C2E
(98,44,46)
#582829
(88,40,41)
#4E2424
(78,36,36)
#44201F
(68,32,31)
#3A1C1A
(58,28,26)
#301815
(48,24,21)
#261410
(38,20,16)
#1C100B
(28,16,11)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #763438

#763438
(118,52,56)
#82464A
(130,70,74)
#8E585C
(142,88,92)
#9A6A6E
(154,106,110)
#A67C80
(166,124,128)
#B28E92
(178,142,146)
#BEA0A4
(190,160,164)
#CAB2B6
(202,178,182)
#D6C4C8
(214,196,200)
#E2D6DA
(226,214,218)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763438; }

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

This text font color is #763438.


Background Color

.myBgColor { background-color: #763438; }

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

This div background color is #763438.


Border color

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

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

This div border color is #763438.


Opacity

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

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

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

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

This text has shadow with #763438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763438 on black background.


Color preview on white background

This text has color #763438 on white background.



Black color preview on #763438 background

This text has black color on #763438 background.


White color preview on #763438 background

This text has white color on #763438 background.