COLOR #751B00

HEX: #751B00
RGB: (117,27,0)

Color info

#751B00 contains mainly red color. Web safe color of #751B00 is #663300 (or #630).

RGB color model

#751B00 color RGB value is (117,27,0).

  • red value is 117;
  • green value is 27;
  • blue value is 0.
RGB:
(117,27,0)
(46%,11%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 0 of 255 = 0%

117
27
0

R + G + B ~ 19%. #751B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 27 + 0 = 144 (100%)
R 117 of 144 ~ 81.25%
G 27 of 144 ~ 18.75%
B 0 of 144 ~ 0%

%81.25
%18.75

CMYK color model

#751B00 color CMYK value is (0,77,100,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,77,100,54)
C0M77Y100K54 
(0%,77%,100%,54%)
(0.00/0.77/1.00/0.54)	

CMYK percentages

%0
%76.92
%100
%54.12

Codes

Color #751B00 in popluar color models

751B00
RGB117270
HSL14°100.00%22.94%
HSB/HSV14°100.00%45.88%
CMYK0.00%76.92%100.00%
54.12%

Color #751B00 in popluar number systems.

HEX751B00
Decimal117270
Binary1110101110110
Octal165330

Shades and tints

Shades of #751B00

#751B00
(117,27,0)
#6B1900
(107,25,0)
#611700
(97,23,0)
#571500
(87,21,0)
#4D1300
(77,19,0)
#431100
(67,17,0)
#390F00
(57,15,0)
#2F0D00
(47,13,0)
#250B00
(37,11,0)
#1B0900
(27,9,0)
#110700
(17,7,0)
#000000
(0,0,0)

Tints of #751B00

#751B00
(117,27,0)
#812F17
(129,47,23)
#8D432E
(141,67,46)
#995745
(153,87,69)
#A56B5C
(165,107,92)
#B17F73
(177,127,115)
#BD938A
(189,147,138)
#C9A7A1
(201,167,161)
#D5BBB8
(213,187,184)
#E1CFCF
(225,207,207)
#EDE3E6
(237,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751B00 color. Also use rgb(117,27,0) instead hex code.

Text Font Color

.myTextColor { color: #751B00; }

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

This text font color is #751B00.


Background Color

.myBgColor { background-color: #751B00; }

<div style="background-color:#751B00">Inner text</div>

This div background color is #751B00.


Border color

.myBorderColor { border: 1px solid #751B00; }

<div style="border:3px solid #751B00">Div</div>

This div border color is #751B00.


Opacity

.myOpacity80 { color: #751B00; opacity: 0.8; }

<p style="color:#751B00;opacity:0.8;">80%</p>

Text with #751B00 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 #751B00;}

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

This text has shadow with #751B00 color.

.textShadow {text-shadow: 3px 3px 1px #751B00, 3px 3px 1px red;}

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

This text has shadow with #751B00 primary color and red secondary color.


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

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

This text has shadow with #751B00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751B00 on black background.


Color preview on white background

This text has color #751B00 on white background.



Black color preview on #751B00 background

This text has black color on #751B00 background.


White color preview on #751B00 background

This text has white color on #751B00 background.