COLOR #742630

HEX: #742630
RGB: (116,38,48)

Color info

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

RGB color model

#742630 color RGB value is (116,38,48).

  • red value is 116;
  • green value is 38;
  • blue value is 48.
RGB:
(116,38,48)
(45%,15%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 38 of 255 = 15%
B 48 of 255 = 19%

116
38
48

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

Portions of RGB colors in percentages

R + G + B =
116 + 38 + 48 = 202 (100%)
R 116 of 202 ~ 57.43%
G 38 of 202 ~ 18.81%
B 48 of 202 ~ 23.76%

%57.43
%18.81
%23.76

CMYK color model

#742630 color CMYK value is (0,67,59,55).

  • cyan value is 0.00%
  • magenta value is 67.24%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(0,67,59,55)
C0M67Y59K55 
(0%,67%,59%,55%)
(0.00/0.67/0.59/0.55)	

CMYK percentages

%0
%67.24
%58.62
%54.51

Codes

Color #742630 in popluar color models

742630
RGB1163848
HSL352°50.65%30.20%
HSB/HSV352°67.24%45.49%
CMYK0.00%67.24%58.62%
54.51%

Color #742630 in popluar number systems.

HEX742630
Decimal1163848
Binary1110100100110110000
Octal1644660

Shades and tints

Shades of #742630

#742630
(116,38,48)
#6A232C
(106,35,44)
#602028
(96,32,40)
#561D24
(86,29,36)
#4C1A20
(76,26,32)
#42171C
(66,23,28)
#381418
(56,20,24)
#2E1114
(46,17,20)
#240E10
(36,14,16)
#1A0B0C
(26,11,12)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #742630

#742630
(116,38,48)
#803942
(128,57,66)
#8C4C54
(140,76,84)
#985F66
(152,95,102)
#A47278
(164,114,120)
#B0858A
(176,133,138)
#BC989C
(188,152,156)
#C8ABAE
(200,171,174)
#D4BEC0
(212,190,192)
#E0D1D2
(224,209,210)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742630 color. Also use rgb(116,38,48) instead hex code.

Text Font Color

.myTextColor { color: #742630; }

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

This text font color is #742630.


Background Color

.myBgColor { background-color: #742630; }

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

This div background color is #742630.


Border color

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

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

This div border color is #742630.


Opacity

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

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

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

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

This text has shadow with #742630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742630 on black background.


Color preview on white background

This text has color #742630 on white background.



Black color preview on #742630 background

This text has black color on #742630 background.


White color preview on #742630 background

This text has white color on #742630 background.