COLOR #740623

HEX: #740623
RGB: (116,6,35)

Color info

#740623 contains mainly red color. Web safe color of #740623 is #660033 (or #603).

RGB color model

#740623 color RGB value is (116,6,35).

  • red value is 116;
  • green value is 6;
  • blue value is 35.
RGB:
(116,6,35)
(45%,2%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 6 of 255 = 2%
B 35 of 255 = 14%

116
6
35

R + G + B ~ 20%. #740623 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 6 + 35 = 157 (100%)
R 116 of 157 ~ 73.89%
G 6 of 157 ~ 3.82%
B 35 of 157 ~ 22.29%

%73.89
%22.29

CMYK color model

#740623 color CMYK value is (0,95,70,55).

  • cyan value is 0.00%
  • magenta value is 94.83%
  • yellow value is 69.83%
  • key color value is 54.51%
CMYK:
(0,95,70,55)
C0M95Y70K55 
(0%,95%,70%,55%)
(0.00/0.95/0.70/0.55)	

CMYK percentages

%0
%94.83
%69.83
%54.51

Codes

Color #740623 in popluar color models

740623
RGB116635
HSL344°90.16%23.92%
HSB/HSV344°94.83%45.49%
CMYK0.00%94.83%69.83%
54.51%

Color #740623 in popluar number systems.

HEX740623
Decimal116635
Binary1110100110100011
Octal164643

Shades and tints

Shades of #740623

#740623
(116,6,35)
#6A0620
(106,6,32)
#60061D
(96,6,29)
#56061A
(86,6,26)
#4C0617
(76,6,23)
#420614
(66,6,20)
#380611
(56,6,17)
#2E060E
(46,6,14)
#24060B
(36,6,11)
#1A0608
(26,6,8)
#100605
(16,6,5)
#000000
(0,0,0)

Tints of #740623

#740623
(116,6,35)
#801C37
(128,28,55)
#8C324B
(140,50,75)
#98485F
(152,72,95)
#A45E73
(164,94,115)
#B07487
(176,116,135)
#BC8A9B
(188,138,155)
#C8A0AF
(200,160,175)
#D4B6C3
(212,182,195)
#E0CCD7
(224,204,215)
#ECE2EB
(236,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740623 color. Also use rgb(116,6,35) instead hex code.

Text Font Color

.myTextColor { color: #740623; }

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

This text font color is #740623.


Background Color

.myBgColor { background-color: #740623; }

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

This div background color is #740623.


Border color

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

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

This div border color is #740623.


Opacity

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

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

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

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

This text has shadow with #740623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740623 on black background.


Color preview on white background

This text has color #740623 on white background.



Black color preview on #740623 background

This text has black color on #740623 background.


White color preview on #740623 background

This text has white color on #740623 background.