COLOR #745714

HEX: #745714
RGB: (116,87,20)

Color info

#745714 contains mainly red and green colors. Web safe color of #745714 is #666600 (or #660).

RGB color model

#745714 color RGB value is (116,87,20).

  • red value is 116;
  • green value is 87;
  • blue value is 20.
RGB:
(116,87,20)
(45%,34%,8%)

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 20 of 255 = 8%

116
87
20

R + G + B ~ 29%. #745714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 20 = 223 (100%)
R 116 of 223 ~ 52.02%
G 87 of 223 ~ 39.01%
B 20 of 223 ~ 8.97%

%52.02
%39.01

CMYK color model

#745714 color CMYK value is (0,25,83,55).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 82.76%
  • key color value is 54.51%
CMYK:
(0,25,83,55)
C0M25Y83K55 
(0%,25%,83%,55%)
(0.00/0.25/0.83/0.55)	

CMYK percentages

%0
%25
%82.76
%54.51

Codes

Color #745714 in popluar color models

745714
RGB1168720
HSL42°70.59%26.67%
HSB/HSV42°82.76%45.49%
CMYK0.00%25.00%82.76%
54.51%

Color #745714 in popluar number systems.

HEX745714
Decimal1168720
Binary1110100101011110100
Octal16412724

Shades and tints

Shades of #745714

#745714
(116,87,20)
#6A5013
(106,80,19)
#604912
(96,73,18)
#564211
(86,66,17)
#4C3B10
(76,59,16)
#42340F
(66,52,15)
#382D0E
(56,45,14)
#2E260D
(46,38,13)
#241F0C
(36,31,12)
#1A180B
(26,24,11)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #745714

#745714
(116,87,20)
#806629
(128,102,41)
#8C753E
(140,117,62)
#988453
(152,132,83)
#A49368
(164,147,104)
#B0A27D
(176,162,125)
#BCB192
(188,177,146)
#C8C0A7
(200,192,167)
#D4CFBC
(212,207,188)
#E0DED1
(224,222,209)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745714 color. Also use rgb(116,87,20) instead hex code.

Text Font Color

.myTextColor { color: #745714; }

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

This text font color is #745714.


Background Color

.myBgColor { background-color: #745714; }

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

This div background color is #745714.


Border color

.myBorderColor { border: 1px solid #745714; }

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

This div border color is #745714.


Opacity

.myOpacity80 { color: #745714; opacity: 0.8; }

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

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

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

This text has shadow with #745714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745714 on black background.


Color preview on white background

This text has color #745714 on white background.



Black color preview on #745714 background

This text has black color on #745714 background.


White color preview on #745714 background

This text has white color on #745714 background.