COLOR #759143

HEX: #759143
RGB: (117,145,67)

Color info

#759143 contains mainly red and green colors. Web safe color of #759143 is #669933 (or #693).

RGB color model

#759143 color RGB value is (117,145,67).

  • red value is 117;
  • green value is 145;
  • blue value is 67.
RGB:
(117,145,67)
(46%,57%,26%)

RGB channels and saturation

R 117 of 255 = 46%
G 145 of 255 = 57%
B 67 of 255 = 26%

117
145
67

R + G + B ~ 43%. #759143 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 145 + 67 = 329 (100%)
R 117 of 329 ~ 35.56%
G 145 of 329 ~ 44.07%
B 67 of 329 ~ 20.36%

%35.56
%44.07
%20.36

CMYK color model

#759143 color CMYK value is (19,0,54,43).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 53.79%
  • key color value is 43.14%
CMYK:
(19,0,54,43)
C19M0Y54K43 
(19%,0%,54%,43%)
(0.19/0.00/0.54/0.43)	

CMYK percentages

%19.31
%0
%53.79
%43.14

Codes

Color #759143 in popluar color models

759143
RGB11714567
HSL82°36.79%41.57%
HSB/HSV82°53.79%56.86%
CMYK19.31%0.00%53.79%
43.14%

Color #759143 in popluar number systems.

HEX759143
Decimal11714567
Binary1110101100100011000011
Octal165221103

Shades and tints

Shades of #759143

#759143
(117,145,67)
#6B843D
(107,132,61)
#617737
(97,119,55)
#576A31
(87,106,49)
#4D5D2B
(77,93,43)
#435025
(67,80,37)
#39431F
(57,67,31)
#2F3619
(47,54,25)
#252913
(37,41,19)
#1B1C0D
(27,28,13)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #759143

#759143
(117,145,67)
#819B54
(129,155,84)
#8DA565
(141,165,101)
#99AF76
(153,175,118)
#A5B987
(165,185,135)
#B1C398
(177,195,152)
#BDCDA9
(189,205,169)
#C9D7BA
(201,215,186)
#D5E1CB
(213,225,203)
#E1EBDC
(225,235,220)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759143 color. Also use rgb(117,145,67) instead hex code.

Text Font Color

.myTextColor { color: #759143; }

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

This text font color is #759143.


Background Color

.myBgColor { background-color: #759143; }

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

This div background color is #759143.


Border color

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

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

This div border color is #759143.


Opacity

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

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

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

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

This text has shadow with #759143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759143 on black background.


Color preview on white background

This text has color #759143 on white background.



Black color preview on #759143 background

This text has black color on #759143 background.


White color preview on #759143 background

This text has white color on #759143 background.