COLOR #740B05

HEX: #740B05 RGB: (116,11,5)

Color info

#740B05 contains mainly red color. Web safe color of #740B05 is #660000 (or #600).

RGB color model

#740B05 color RGB value is (116,11,5).

RGB: (116,11,5) (45%, 4%, 2%)

RGB channels and saturation

R 116 of 255 = 45%
G 11 of 255 = 4%
B 5 of 255 = 2%

116
11
5

R + G + B ~ 17%. #740B05 is dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 11 + 5 = 132 (100%)
R 116 of 132 ~ 87.88%
G 11 of 132 ~ 8.33%
B 5 of 132 ~ 3.79'%

%87.88

CMYK color model

#740B05 color CMYK value is (0,91,96,55).

  • cyan value is 0.00%
  • magenta value is 90.52%
  • yellow value is 95.69%
  • key color value is 54.51%

CMYK: (0,91,96,55)
C0M91Y96K55 (0%, 91%, 96%, 55%)
(0.00 / 0.91 / 0.96 / 0.55)

CMYK percentages

%0
%90.52
%95.69
%54.51

Codes

Color #740B05 in popluar color models

74 0B 05
RGB 116 11 5
HSL 91.74% 23.73%
HSB/HSV 95.69% 45.49%
CMYK 0.00% 90.52% 95.69%
54.51%

Color #740B05 in popluar number systems.

HEX 74 0B 05
Decimal 116 11 5
Binary 1110100 1011 101
Octal 164 13 5

Shades and tints

Shades of #740B05

#740B05
(116,11,5)
#6A0A05
(106,10,5)
#600905
(96,9,5)
#560805
(86,8,5)
#4C0705
(76,7,5)
#420605
(66,6,5)
#380505
(56,5,5)
#2E0405
(46,4,5)
#240305
(36,3,5)
#1A0205
(26,2,5)
#100105
(16,1,5)
#000000
(0,0,0)

Tints of #740B05

#740B05
(116,11,5)
#80211B
(128,33,27)
#8C3731
(140,55,49)
#984D47
(152,77,71)
#A4635D
(164,99,93)
#B07973
(176,121,115)
#BC8F89
(188,143,137)
#C8A59F
(200,165,159)
#D4BBB5
(212,187,181)
#E0D1CB
(224,209,203)
#ECE7E1
(236,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740B05 color. Also use rgb(116,11,5) instead hex code.

Text Font Color

.myTextColor { color: #740B05; }

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

This text font color is #740B05.

Background Color

.myBgColor { background-color: #740B05; }

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

This div background color is #740B05.

Border color

.myBorderColor { border: 1px solid #740B05; }

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

This div border color is #740B05.

Opacity

.myOpacity80 { color: #740B05; opacity: 0.8; }

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

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

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

This text has shadow with #740B05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #740B05.

Preview

Color preview on black background

This text has color #740B05 on black background.


Color preview on white background

This text has color #740B05 on white background.


Black color preview on #740B05 background

This text has black color on #740B05 background.


White color preview on #740B05 background

This text has white color on #740B05 background.


Related colors

Complementary color

Complementary color for #hex is #8BF4FA.


I love getcolorcode.com

Triadic colors

1 #05740B and #0B0574 with #740B05 are triadic colors.

2 #050B74 and #0B7405 with #740B05 are triadic colors.