COLOR #74260B

HEX: #74260B
RGB: (116,38,11)

Color info

#74260B contains mainly red color. Web safe color of #74260B is #663300 (or #630).

RGB color model

#74260B color RGB value is (116,38,11).

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

RGB channels and saturation

R 116 of 255 = 45%
G 38 of 255 = 15%
B 11 of 255 = 4%

116
38
11

R + G + B ~ 21%. #74260B is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 38 + 11 = 165 (100%)
R 116 of 165 ~ 70.3%
G 38 of 165 ~ 23.03%
B 11 of 165 ~ 6.67%

%70.3
%23.03

CMYK color model

#74260B color CMYK value is (0,67,91,55).

  • cyan value is 0.00%
  • magenta value is 67.24%
  • yellow value is 90.52%
  • key color value is 54.51%
CMYK:
(0,67,91,55)
C0M67Y91K55 
(0%,67%,91%,55%)
(0.00/0.67/0.91/0.55)	

CMYK percentages

%0
%67.24
%90.52
%54.51

Codes

Color #74260B in popluar color models

74260B
RGB1163811
HSL15°82.68%24.90%
HSB/HSV15°90.52%45.49%
CMYK0.00%67.24%90.52%
54.51%

Color #74260B in popluar number systems.

HEX74260B
Decimal1163811
Binary11101001001101011
Octal1644613

Shades and tints

Shades of #74260B

#74260B
(116,38,11)
#6A230A
(106,35,10)
#602009
(96,32,9)
#561D08
(86,29,8)
#4C1A07
(76,26,7)
#421706
(66,23,6)
#381405
(56,20,5)
#2E1104
(46,17,4)
#240E03
(36,14,3)
#1A0B02
(26,11,2)
#100801
(16,8,1)
#000000
(0,0,0)

Tints of #74260B

#74260B
(116,38,11)
#803921
(128,57,33)
#8C4C37
(140,76,55)
#985F4D
(152,95,77)
#A47263
(164,114,99)
#B08579
(176,133,121)
#BC988F
(188,152,143)
#C8ABA5
(200,171,165)
#D4BEBB
(212,190,187)
#E0D1D1
(224,209,209)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74260B; }

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

This text font color is #74260B.


Background Color

.myBgColor { background-color: #74260B; }

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

This div background color is #74260B.


Border color

.myBorderColor { border: 1px solid #74260B; }

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

This div border color is #74260B.


Opacity

.myOpacity80 { color: #74260B; opacity: 0.8; }

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

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

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

This text has shadow with #74260B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74260B on black background.


Color preview on white background

This text has color #74260B on white background.



Black color preview on #74260B background

This text has black color on #74260B background.


White color preview on #74260B background

This text has white color on #74260B background.