COLOR #75742F

HEX: #75742F
RGB: (117,116,47)

Color info

#75742F contains mainly red and green colors. Web safe color of #75742F is #666633 (or #663).

RGB color model

#75742F color RGB value is (117,116,47).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 47 of 255 = 18%

117
116
47

R + G + B ~ 36%. #75742F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 47 = 280 (100%)
R 117 of 280 ~ 41.79%
G 116 of 280 ~ 41.43%
B 47 of 280 ~ 16.79%

%41.79
%41.43
%16.79

CMYK color model

#75742F color CMYK value is (0,1,60,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 59.83%
  • key color value is 54.12%
CMYK:
(0,1,60,54)
C0M1Y60K54 
(0%,1%,60%,54%)
(0.00/0.01/0.60/0.54)	

CMYK percentages

%0
%0.85
%59.83
%54.12

Codes

Color #75742F in popluar color models

75742F
RGB11711647
HSL59°42.68%32.16%
HSB/HSV59°59.83%45.88%
CMYK0.00%0.85%59.83%
54.12%

Color #75742F in popluar number systems.

HEX75742F
Decimal11711647
Binary11101011110100101111
Octal16516457

Shades and tints

Shades of #75742F

#75742F
(117,116,47)
#6B6A2B
(107,106,43)
#616027
(97,96,39)
#575623
(87,86,35)
#4D4C1F
(77,76,31)
#43421B
(67,66,27)
#393817
(57,56,23)
#2F2E13
(47,46,19)
#25240F
(37,36,15)
#1B1A0B
(27,26,11)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #75742F

#75742F
(117,116,47)
#818041
(129,128,65)
#8D8C53
(141,140,83)
#999865
(153,152,101)
#A5A477
(165,164,119)
#B1B089
(177,176,137)
#BDBC9B
(189,188,155)
#C9C8AD
(201,200,173)
#D5D4BF
(213,212,191)
#E1E0D1
(225,224,209)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75742F color. Also use rgb(117,116,47) instead hex code.

Text Font Color

.myTextColor { color: #75742F; }

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

This text font color is #75742F.


Background Color

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

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

This div background color is #75742F.


Border color

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

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

This div border color is #75742F.


Opacity

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

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

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

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

This text has shadow with #75742F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75742F on black background.


Color preview on white background

This text has color #75742F on white background.



Black color preview on #75742F background

This text has black color on #75742F background.


White color preview on #75742F background

This text has white color on #75742F background.