COLOR #758326

HEX: #758326
RGB: (117,131,38)

Color info

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

RGB color model

#758326 color RGB value is (117,131,38).

  • red value is 117;
  • green value is 131;
  • blue value is 38.
RGB:
(117,131,38)
(46%,51%,15%)

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 38 of 255 = 15%

117
131
38

R + G + B ~ 37%. #758326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 38 = 286 (100%)
R 117 of 286 ~ 40.91%
G 131 of 286 ~ 45.8%
B 38 of 286 ~ 13.29%

%40.91
%45.8
%13.29

CMYK color model

#758326 color CMYK value is (11,0,71,49).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 70.99%
  • key color value is 48.63%
CMYK:
(11,0,71,49)
C11M0Y71K49 
(11%,0%,71%,49%)
(0.11/0.00/0.71/0.49)	

CMYK percentages

%10.69
%0
%70.99
%48.63

Codes

Color #758326 in popluar color models

758326
RGB11713138
HSL69°55.03%33.14%
HSB/HSV69°70.99%51.37%
CMYK10.69%0.00%70.99%
48.63%

Color #758326 in popluar number systems.

HEX758326
Decimal11713138
Binary111010110000011100110
Octal16520346

Shades and tints

Shades of #758326

#758326
(117,131,38)
#6B7823
(107,120,35)
#616D20
(97,109,32)
#57621D
(87,98,29)
#4D571A
(77,87,26)
#434C17
(67,76,23)
#394114
(57,65,20)
#2F3611
(47,54,17)
#252B0E
(37,43,14)
#1B200B
(27,32,11)
#111508
(17,21,8)
#000000
(0,0,0)

Tints of #758326

#758326
(117,131,38)
#818E39
(129,142,57)
#8D994C
(141,153,76)
#99A45F
(153,164,95)
#A5AF72
(165,175,114)
#B1BA85
(177,186,133)
#BDC598
(189,197,152)
#C9D0AB
(201,208,171)
#D5DBBE
(213,219,190)
#E1E6D1
(225,230,209)
#EDF1E4
(237,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758326 color. Also use rgb(117,131,38) instead hex code.

Text Font Color

.myTextColor { color: #758326; }

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

This text font color is #758326.


Background Color

.myBgColor { background-color: #758326; }

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

This div background color is #758326.


Border color

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

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

This div border color is #758326.


Opacity

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

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

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

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

This text has shadow with #758326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758326 on black background.


Color preview on white background

This text has color #758326 on white background.



Black color preview on #758326 background

This text has black color on #758326 background.


White color preview on #758326 background

This text has white color on #758326 background.