COLOR #757B3A

HEX: #757B3A RGB: (117,123,58)

Color info

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

RGB color model

#757B3A color RGB value is (117,123,58).

RGB: (117,123,58) (46%, 48%, 23%)

RGB channels and saturation

R 117 of 255 = 46%
G 123 of 255 = 48%
B 58 of 255 = 23%

117
123
58

R + G + B ~ 39%. #757B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 123 + 58 = 298 (100%)
R 117 of 298 ~ 39.26%
G 123 of 298 ~ 41.28%
B 58 of 298 ~ 19.46'%

%39.26
%41.28
%19.46

CMYK color model

#757B3A color CMYK value is (5,0,53,52).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 52.85%
  • key color value is 51.76%

CMYK: (5,0,53,52)
C5M0Y53K52 (5%, 0%, 53%, 52%)
(0.05 / 0.00 / 0.53 / 0.52)

CMYK percentages

%4.88
%0
%52.85
%51.76

Codes

Color #757B3A in popluar color models

75 7B 3A
RGB 117 123 58
HSL 66° 35.91% 35.49%
HSB/HSV 66° 52.85% 48.24%
CMYK 4.88% 0.00% 52.85%
51.76%

Color #757B3A in popluar number systems.

HEX 75 7B 3A
Decimal 117 123 58
Binary 1110101 1111011 111010
Octal 165 173 72

Shades and tints

Shades of #757B3A

#757B3A
(117,123,58)
#6B7035
(107,112,53)
#616530
(97,101,48)
#575A2B
(87,90,43)
#4D4F26
(77,79,38)
#434421
(67,68,33)
#39391C
(57,57,28)
#2F2E17
(47,46,23)
#252312
(37,35,18)
#1B180D
(27,24,13)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #757B3A

#757B3A
(117,123,58)
#81874B
(129,135,75)
#8D935C
(141,147,92)
#999F6D
(153,159,109)
#A5AB7E
(165,171,126)
#B1B78F
(177,183,143)
#BDC3A0
(189,195,160)
#C9CFB1
(201,207,177)
#D5DBC2
(213,219,194)
#E1E7D3
(225,231,211)
#EDF3E4
(237,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757B3A color. Also use rgb(117,123,58) instead hex code.

Text Font Color

.myTextColor { color: #757B3A; }

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

This text font color is #757B3A.

Background Color

.myBgColor { background-color: #757B3A; }

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

This div background color is #757B3A.

Border color

.myBorderColor { border: 1px solid #757B3A; }

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

This div border color is #757B3A.

Opacity

.myOpacity80 { color: #757B3A; opacity: 0.8; }

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

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

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

This text has shadow with #757B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757B3A.

Preview

Color preview on black background

This text has color #757B3A on black background.


Color preview on white background

This text has color #757B3A on white background.


Black color preview on #757B3A background

This text has black color on #757B3A background.


White color preview on #757B3A background

This text has white color on #757B3A background.


Related colors

Complementary color

Complementary color for #hex is #8A84C5.


I love getcolorcode.com

Triadic colors

1 #3A757B and #7B3A75 with #757B3A are triadic colors.

2 #3A7B75 and #7B753A with #757B3A are triadic colors.