COLOR #742A25

HEX: #742A25 RGB: (116,42,37)

Color info

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

RGB color model

#742A25 color RGB value is (116,42,37).

RGB: (116,42,37) (45%, 16%, 15%)

RGB channels and saturation

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

116
42
37

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

Portions of RGB colors in percentages

R + G + B = 116 + 42 + 37 = 195 (100%)
R 116 of 195 ~ 59.49%
G 42 of 195 ~ 21.54%
B 37 of 195 ~ 18.97'%

%59.49
%21.54
%18.97

CMYK color model

#742A25 color CMYK value is (0,64,68,55).

  • cyan value is 0.00%
  • magenta value is 63.79%
  • yellow value is 68.10%
  • key color value is 54.51%

CMYK: (0,64,68,55)
C0M64Y68K55 (0%, 64%, 68%, 55%)
(0.00 / 0.64 / 0.68 / 0.55)

CMYK percentages

%0
%63.79
%68.1
%54.51

Codes

Color #742A25 in popluar color models

74 2A 25
RGB 116 42 37
HSL 51.63% 30.00%
HSB/HSV 68.10% 45.49%
CMYK 0.00% 63.79% 68.10%
54.51%

Color #742A25 in popluar number systems.

HEX 74 2A 25
Decimal 116 42 37
Binary 1110100 101010 100101
Octal 164 52 45

Shades and tints

Shades of #742A25

#742A25
(116,42,37)
#6A2722
(106,39,34)
#60241F
(96,36,31)
#56211C
(86,33,28)
#4C1E19
(76,30,25)
#421B16
(66,27,22)
#381813
(56,24,19)
#2E1510
(46,21,16)
#24120D
(36,18,13)
#1A0F0A
(26,15,10)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #742A25

#742A25
(116,42,37)
#803D38
(128,61,56)
#8C504B
(140,80,75)
#98635E
(152,99,94)
#A47671
(164,118,113)
#B08984
(176,137,132)
#BC9C97
(188,156,151)
#C8AFAA
(200,175,170)
#D4C2BD
(212,194,189)
#E0D5D0
(224,213,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #742A25; }

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

This text font color is #742A25.

Background Color

.myBgColor { background-color: #742A25; }

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

This div background color is #742A25.

Border color

.myBorderColor { border: 1px solid #742A25; }

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

This div border color is #742A25.

Opacity

.myOpacity80 { color: #742A25; opacity: 0.8; }

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

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

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

This text has shadow with #742A25 color.


.textShadow {text-shadow: 3px 3px 1px #742A25', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #742A25; -webkit-box-shadow: 1px 1px 3px 2px #742A25; box-shadow:1px 1px 3px 2px #742A25;">
Div content here
</div>

This div box has shadow with color #742A25.

Preview

Color preview on black background

This text has color #742A25 on black background.


Color preview on white background

This text has color #742A25 on white background.


Black color preview on #742A25 background

This text has black color on #742A25 background.


White color preview on #742A25 background

This text has white color on #742A25 background.


Related colors

Complementary color

Complementary color for #hex is #8BD5DA.


I love getcolorcode.com

Triadic colors

1 #25742A and #2A2574 with #742A25 are triadic colors.

2 #252A74 and #2A7425 with #742A25 are triadic colors.