COLOR #74260F

HEX: #74260F
RGB: (116,38,15)

Color info

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

RGB color model

#74260F color RGB value is (116,38,15).

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

RGB channels and saturation

R 116 of 255 = 45%
G 38 of 255 = 15%
B 15 of 255 = 6%

116
38
15

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

Portions of RGB colors in percentages

R + G + B =
116 + 38 + 15 = 169 (100%)
R 116 of 169 ~ 68.64%
G 38 of 169 ~ 22.49%
B 15 of 169 ~ 8.88%

%68.64
%22.49

CMYK color model

#74260F color CMYK value is (0,67,87,55).

  • cyan value is 0.00%
  • magenta value is 67.24%
  • yellow value is 87.07%
  • key color value is 54.51%
CMYK:
(0,67,87,55)
C0M67Y87K55 
(0%,67%,87%,55%)
(0.00/0.67/0.87/0.55)	

CMYK percentages

%0
%67.24
%87.07
%54.51

Codes

Color #74260F in popluar color models

74260F
RGB1163815
HSL14°77.10%25.69%
HSB/HSV14°87.07%45.49%
CMYK0.00%67.24%87.07%
54.51%

Color #74260F in popluar number systems.

HEX74260F
Decimal1163815
Binary11101001001101111
Octal1644617

Shades and tints

Shades of #74260F

#74260F
(116,38,15)
#6A230E
(106,35,14)
#60200D
(96,32,13)
#561D0C
(86,29,12)
#4C1A0B
(76,26,11)
#42170A
(66,23,10)
#381409
(56,20,9)
#2E1108
(46,17,8)
#240E07
(36,14,7)
#1A0B06
(26,11,6)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #74260F

#74260F
(116,38,15)
#803924
(128,57,36)
#8C4C39
(140,76,57)
#985F4E
(152,95,78)
#A47263
(164,114,99)
#B08578
(176,133,120)
#BC988D
(188,152,141)
#C8ABA2
(200,171,162)
#D4BEB7
(212,190,183)
#E0D1CC
(224,209,204)
#ECE4E1
(236,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74260F; }

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

This text font color is #74260F.


Background Color

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

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

This div background color is #74260F.


Border color

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

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

This div border color is #74260F.


Opacity

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

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

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

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

This text has shadow with #74260F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74260F on black background.


Color preview on white background

This text has color #74260F on white background.



Black color preview on #74260F background

This text has black color on #74260F background.


White color preview on #74260F background

This text has white color on #74260F background.