COLOR #75A363

HEX: #75A363
RGB: (117,163,99)

Color info

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

RGB color model

#75A363 color RGB value is (117,163,99).

  • red value is 117;
  • green value is 163;
  • blue value is 99.
RGB:
(117,163,99)
(46%,64%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 99 of 255 = 39%

117
163
99

R + G + B ~ 50%. #75A363 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 99 = 379 (100%)
R 117 of 379 ~ 30.87%
G 163 of 379 ~ 43.01%
B 99 of 379 ~ 26.12%

%30.87
%43.01
%26.12

CMYK color model

#75A363 color CMYK value is (28,0,39,36).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 36.08%
CMYK:
(28,0,39,36)
C28M0Y39K36 
(28%,0%,39%,36%)
(0.28/0.00/0.39/0.36)	

CMYK percentages

%28.22
%0
%39.26
%36.08

Codes

Color #75A363 in popluar color models

75A363
RGB11716399
HSL103°25.81%51.37%
HSB/HSV103°39.26%63.92%
CMYK28.22%0.00%39.26%
36.08%

Color #75A363 in popluar number systems.

HEX75A363
Decimal11716399
Binary1110101101000111100011
Octal165243143

Shades and tints

Shades of #75A363

#75A363
(117,163,99)
#6B955A
(107,149,90)
#618751
(97,135,81)
#577948
(87,121,72)
#4D6B3F
(77,107,63)
#435D36
(67,93,54)
#394F2D
(57,79,45)
#2F4124
(47,65,36)
#25331B
(37,51,27)
#1B2512
(27,37,18)
#111709
(17,23,9)
#000000
(0,0,0)

Tints of #75A363

#75A363
(117,163,99)
#81AB71
(129,171,113)
#8DB37F
(141,179,127)
#99BB8D
(153,187,141)
#A5C39B
(165,195,155)
#B1CBA9
(177,203,169)
#BDD3B7
(189,211,183)
#C9DBC5
(201,219,197)
#D5E3D3
(213,227,211)
#E1EBE1
(225,235,225)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A363 color. Also use rgb(117,163,99) instead hex code.

Text Font Color

.myTextColor { color: #75A363; }

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

This text font color is #75A363.


Background Color

.myBgColor { background-color: #75A363; }

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

This div background color is #75A363.


Border color

.myBorderColor { border: 1px solid #75A363; }

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

This div border color is #75A363.


Opacity

.myOpacity80 { color: #75A363; opacity: 0.8; }

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

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

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

This text has shadow with #75A363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A363 on black background.


Color preview on white background

This text has color #75A363 on white background.



Black color preview on #75A363 background

This text has black color on #75A363 background.


White color preview on #75A363 background

This text has white color on #75A363 background.