COLOR #742525

HEX: #742525
RGB: (116,37,37)

Color info

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

RGB color model

#742525 color RGB value is (116,37,37).

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

RGB channels and saturation

R 116 of 255 = 45%
G 37 of 255 = 15%
B 37 of 255 = 15%

116
37
37

R + G + B ~ 25%. #742525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 37 + 37 = 190 (100%)
R 116 of 190 ~ 61.05%
G 37 of 190 ~ 19.47%
B 37 of 190 ~ 19.47%

%61.05
%19.47
%19.47

CMYK color model

#742525 color CMYK value is (0,68,68,55).

  • cyan value is 0.00%
  • magenta value is 68.10%
  • yellow value is 68.10%
  • key color value is 54.51%
CMYK:
(0,68,68,55)
C0M68Y68K55 
(0%,68%,68%,55%)
(0.00/0.68/0.68/0.55)	

CMYK percentages

%0
%68.1
%68.1
%54.51

Codes

Color #742525 in popluar color models

742525
RGB1163737
HSL51.63%30.00%
HSB/HSV68.10%45.49%
CMYK0.00%68.10%68.10%
54.51%

Color #742525 in popluar number systems.

HEX742525
Decimal1163737
Binary1110100100101100101
Octal1644545

Shades and tints

Shades of #742525

#742525
(116,37,37)
#6A2222
(106,34,34)
#601F1F
(96,31,31)
#561C1C
(86,28,28)
#4C1919
(76,25,25)
#421616
(66,22,22)
#381313
(56,19,19)
#2E1010
(46,16,16)
#240D0D
(36,13,13)
#1A0A0A
(26,10,10)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #742525

#742525
(116,37,37)
#803838
(128,56,56)
#8C4B4B
(140,75,75)
#985E5E
(152,94,94)
#A47171
(164,113,113)
#B08484
(176,132,132)
#BC9797
(188,151,151)
#C8AAAA
(200,170,170)
#D4BDBD
(212,189,189)
#E0D0D0
(224,208,208)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742525; }

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

This text font color is #742525.


Background Color

.myBgColor { background-color: #742525; }

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

This div background color is #742525.


Border color

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

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

This div border color is #742525.


Opacity

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

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

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

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

This text has shadow with #742525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742525 on black background.


Color preview on white background

This text has color #742525 on white background.



Black color preview on #742525 background

This text has black color on #742525 background.


White color preview on #742525 background

This text has white color on #742525 background.