COLOR #759453

HEX: #759453
RGB: (117,148,83)

Color info

#759453 contains mainly red and green colors. Web safe color of #759453 is #669966 (or #696).

RGB color model

#759453 color RGB value is (117,148,83).

  • red value is 117;
  • green value is 148;
  • blue value is 83.
RGB:
(117,148,83)
(46%,58%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 83 of 255 = 33%

117
148
83

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 83 = 348 (100%)
R 117 of 348 ~ 33.62%
G 148 of 348 ~ 42.53%
B 83 of 348 ~ 23.85%

%33.62
%42.53
%23.85

CMYK color model

#759453 color CMYK value is (21,0,44,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 43.92%
  • key color value is 41.96%
CMYK:
(21,0,44,42)
C21M0Y44K42 
(21%,0%,44%,42%)
(0.21/0.00/0.44/0.42)	

CMYK percentages

%20.95
%0
%43.92
%41.96

Codes

Color #759453 in popluar color models

759453
RGB11714883
HSL89°28.14%45.29%
HSB/HSV89°43.92%58.04%
CMYK20.95%0.00%43.92%
41.96%

Color #759453 in popluar number systems.

HEX759453
Decimal11714883
Binary1110101100101001010011
Octal165224123

Shades and tints

Shades of #759453

#759453
(117,148,83)
#6B874C
(107,135,76)
#617A45
(97,122,69)
#576D3E
(87,109,62)
#4D6037
(77,96,55)
#435330
(67,83,48)
#394629
(57,70,41)
#2F3922
(47,57,34)
#252C1B
(37,44,27)
#1B1F14
(27,31,20)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #759453

#759453
(117,148,83)
#819D62
(129,157,98)
#8DA671
(141,166,113)
#99AF80
(153,175,128)
#A5B88F
(165,184,143)
#B1C19E
(177,193,158)
#BDCAAD
(189,202,173)
#C9D3BC
(201,211,188)
#D5DCCB
(213,220,203)
#E1E5DA
(225,229,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759453 color. Also use rgb(117,148,83) instead hex code.

Text Font Color

.myTextColor { color: #759453; }

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

This text font color is #759453.


Background Color

.myBgColor { background-color: #759453; }

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

This div background color is #759453.


Border color

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

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

This div border color is #759453.


Opacity

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

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

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

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

This text has shadow with #759453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759453 on black background.


Color preview on white background

This text has color #759453 on white background.



Black color preview on #759453 background

This text has black color on #759453 background.


White color preview on #759453 background

This text has white color on #759453 background.