COLOR #758B2E

HEX: #758B2E RGB: (117,139,46)

Color info

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

RGB color model

#758B2E color RGB value is (117,139,46).

RGB: (117,139,46) (46%, 55%, 18%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 46 of 255 = 18%

117
139
46

R + G + B ~ 40%. #758B2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 139 + 46 = 302 (100%)
R 117 of 302 ~ 38.74%
G 139 of 302 ~ 46.03%
B 46 of 302 ~ 15.23'%

%38.74
%46.03
%15.23

CMYK color model

#758B2E color CMYK value is (16,0,67,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 66.91%
  • key color value is 45.49%
CMYK: (16,0,67,45) C16M0Y67K45 (16%,0%,67%,45%) (0.16/0.00/0.67/0.45) 

CMYK percentages

%15.83
%0
%66.91
%45.49

Codes

Color #758B2E in popluar color models

75 8B 2E
RGB 117 139 46
HSL 74° 50.27% 36.27%
HSB/HSV 74° 66.91% 54.51%
CMYK 15.83% 0.00% 66.91%
45.49%

Color #758B2E in popluar number systems.

HEX 75 8B 2E
Decimal 117 139 46
Binary 1110101 10001011 101110
Octal 165 213 56

Shades and tints

Shades of #758B2E

#758B2E
(117,139,46)
#6B7F2A
(107,127,42)
#617326
(97,115,38)
#576722
(87,103,34)
#4D5B1E
(77,91,30)
#434F1A
(67,79,26)
#394316
(57,67,22)
#2F3712
(47,55,18)
#252B0E
(37,43,14)
#1B1F0A
(27,31,10)
#111306
(17,19,6)
#000000
(0,0,0)

Tints of #758B2E

#758B2E
(117,139,46)
#819541
(129,149,65)
#8D9F54
(141,159,84)
#99A967
(153,169,103)
#A5B37A
(165,179,122)
#B1BD8D
(177,189,141)
#BDC7A0
(189,199,160)
#C9D1B3
(201,209,179)
#D5DBC6
(213,219,198)
#E1E5D9
(225,229,217)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758B2E color. Also use rgb(117,139,46) instead hex code.

Text Font Color

.myTextColor { color: #758B2E; }

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

This text font color is #758B2E.

Background Color

.myBgColor { background-color: #758B2E; }

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

This div background color is #758B2E.

Border color

.myBorderColor { border: 1px solid #758B2E; }

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

This div border color is #758B2E.

Opacity

.myOpacity80 { color: #758B2E; opacity: 0.8; }

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

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

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

This text has shadow with #758B2E color.


.textShadow {text-shadow: 3px 3px 1px #758B2E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #758B2E; -webkit-box-shadow: 1px 1px 3px 2px #758B2E; box-shadow:1px 1px 3px 2px #758B2E;">
Div content here
</div>

This div box has shadow with color #758B2E.

Preview

Color preview on black background

This text has color #758B2E on black background.


Color preview on white background

This text has color #758B2E on white background.


Black color preview on #758B2E background

This text has black color on #758B2E background.


White color preview on #758B2E background

This text has white color on #758B2E background.


Related colors

Complementary color

Complementary color for #hex is #8A74D1.


I love getcolorcode.com

Triadic colors

1 #2E758B and #8B2E75 with #758B2E are triadic colors.

2 #2E8B75 and #8B752E with #758B2E are triadic colors.