COLOR #758A4A

HEX: #758A4A
RGB: (117,138,74)

Color info

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

RGB color model

#758A4A color RGB value is (117,138,74).

  • red value is 117;
  • green value is 138;
  • blue value is 74.
RGB:
(117,138,74)
(46%,54%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 74 of 255 = 29%

117
138
74

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

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 74 = 329 (100%)
R 117 of 329 ~ 35.56%
G 138 of 329 ~ 41.95%
B 74 of 329 ~ 22.49%

%35.56
%41.95
%22.49

CMYK color model

#758A4A color CMYK value is (15,0,46,46).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 45.88%
CMYK:
(15,0,46,46)
C15M0Y46K46 
(15%,0%,46%,46%)
(0.15/0.00/0.46/0.46)	

CMYK percentages

%15.22
%0
%46.38
%45.88

Codes

Color #758A4A in popluar color models

758A4A
RGB11713874
HSL80°30.19%41.57%
HSB/HSV80°46.38%54.12%
CMYK15.22%0.00%46.38%
45.88%

Color #758A4A in popluar number systems.

HEX758A4A
Decimal11713874
Binary1110101100010101001010
Octal165212112

Shades and tints

Shades of #758A4A

#758A4A
(117,138,74)
#6B7E44
(107,126,68)
#61723E
(97,114,62)
#576638
(87,102,56)
#4D5A32
(77,90,50)
#434E2C
(67,78,44)
#394226
(57,66,38)
#2F3620
(47,54,32)
#252A1A
(37,42,26)
#1B1E14
(27,30,20)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #758A4A

#758A4A
(117,138,74)
#81945A
(129,148,90)
#8D9E6A
(141,158,106)
#99A87A
(153,168,122)
#A5B28A
(165,178,138)
#B1BC9A
(177,188,154)
#BDC6AA
(189,198,170)
#C9D0BA
(201,208,186)
#D5DACA
(213,218,202)
#E1E4DA
(225,228,218)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758A4A color. Also use rgb(117,138,74) instead hex code.

Text Font Color

.myTextColor { color: #758A4A; }

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

This text font color is #758A4A.


Background Color

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

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

This div background color is #758A4A.


Border color

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

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

This div border color is #758A4A.


Opacity

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

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

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

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

This text has shadow with #758A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758A4A on black background.


Color preview on white background

This text has color #758A4A on white background.



Black color preview on #758A4A background

This text has black color on #758A4A background.


White color preview on #758A4A background

This text has white color on #758A4A background.