COLOR #742F00

HEX: #742F00
RGB: (116,47,0)

Color info

#742F00 contains mainly red color. Web safe color of #742F00 is #663300 (or #630).

RGB color model

#742F00 color RGB value is (116,47,0).

  • red value is 116;
  • green value is 47;
  • blue value is 0.
RGB:
(116,47,0)
(45%,18%,0%)

RGB channels and saturation

R 116 of 255 = 45%
G 47 of 255 = 18%
B 0 of 255 = 0%

116
47
0

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

Portions of RGB colors in percentages

R + G + B =
116 + 47 + 0 = 163 (100%)
R 116 of 163 ~ 71.17%
G 47 of 163 ~ 28.83%
B 0 of 163 ~ 0%

%71.17
%28.83

CMYK color model

#742F00 color CMYK value is (0,59,100,55).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 100.00%
  • key color value is 54.51%
CMYK:
(0,59,100,55)
C0M59Y100K55 
(0%,59%,100%,55%)
(0.00/0.59/1.00/0.55)	

CMYK percentages

%0
%59.48
%100
%54.51

Codes

Color #742F00 in popluar color models

742F00
RGB116470
HSL24°100.00%22.75%
HSB/HSV24°100.00%45.49%
CMYK0.00%59.48%100.00%
54.51%

Color #742F00 in popluar number systems.

HEX742F00
Decimal116470
Binary11101001011110
Octal164570

Shades and tints

Shades of #742F00

#742F00
(116,47,0)
#6A2B00
(106,43,0)
#602700
(96,39,0)
#562300
(86,35,0)
#4C1F00
(76,31,0)
#421B00
(66,27,0)
#381700
(56,23,0)
#2E1300
(46,19,0)
#240F00
(36,15,0)
#1A0B00
(26,11,0)
#100700
(16,7,0)
#000000
(0,0,0)

Tints of #742F00

#742F00
(116,47,0)
#804117
(128,65,23)
#8C532E
(140,83,46)
#986545
(152,101,69)
#A4775C
(164,119,92)
#B08973
(176,137,115)
#BC9B8A
(188,155,138)
#C8ADA1
(200,173,161)
#D4BFB8
(212,191,184)
#E0D1CF
(224,209,207)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742F00 color. Also use rgb(116,47,0) instead hex code.

Text Font Color

.myTextColor { color: #742F00; }

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

This text font color is #742F00.


Background Color

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

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

This div background color is #742F00.


Border color

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

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

This div border color is #742F00.


Opacity

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

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

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

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

This text has shadow with #742F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742F00 on black background.


Color preview on white background

This text has color #742F00 on white background.



Black color preview on #742F00 background

This text has black color on #742F00 background.


White color preview on #742F00 background

This text has white color on #742F00 background.