COLOR #75B183

HEX: #75B183
RGB: (117,177,131)

Color info

#75B183 contains mainly green and blue colors. Web safe color of #75B183 is #669999 (or #699).

RGB color model

#75B183 color RGB value is (117,177,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 131 of 255 = 51%

117
177
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 131 = 425 (100%)
R 117 of 425 ~ 27.53%
G 177 of 425 ~ 41.65%
B 131 of 425 ~ 30.82%

%27.53
%41.65
%30.82

CMYK color model

#75B183 color CMYK value is (34,0,26,31).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(34,0,26,31)
C34M0Y26K31 
(34%,0%,26%,31%)
(0.34/0.00/0.26/0.31)	

CMYK percentages

%33.9
%0
%25.99
%30.59

Codes

Color #75B183 in popluar color models

75B183
RGB117177131
HSL134°27.78%57.65%
HSB/HSV134°33.90%69.41%
CMYK33.90%0.00%25.99%
30.59%

Color #75B183 in popluar number systems.

HEX75B183
Decimal117177131
Binary11101011011000110000011
Octal165261203

Shades and tints

Shades of #75B183

#75B183
(117,177,131)
#6BA178
(107,161,120)
#61916D
(97,145,109)
#578162
(87,129,98)
#4D7157
(77,113,87)
#43614C
(67,97,76)
#395141
(57,81,65)
#2F4136
(47,65,54)
#25312B
(37,49,43)
#1B2120
(27,33,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #75B183

#75B183
(117,177,131)
#81B88E
(129,184,142)
#8DBF99
(141,191,153)
#99C6A4
(153,198,164)
#A5CDAF
(165,205,175)
#B1D4BA
(177,212,186)
#BDDBC5
(189,219,197)
#C9E2D0
(201,226,208)
#D5E9DB
(213,233,219)
#E1F0E6
(225,240,230)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B183; }

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

This text font color is #75B183.


Background Color

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

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

This div background color is #75B183.


Border color

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

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

This div border color is #75B183.


Opacity

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

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

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

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

This text has shadow with #75B183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B183 on black background.


Color preview on white background

This text has color #75B183 on white background.



Black color preview on #75B183 background

This text has black color on #75B183 background.


White color preview on #75B183 background

This text has white color on #75B183 background.