COLOR #75A37D

HEX: #75A37D
RGB: (117,163,125)

Renk bilgisi

#75A37D contains red, green and blue colors in about the same proportion. #75A37D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#75A37D color RGB value is (117,163,125).

  • kırmız ton 117;
  • yeşil ton 163;
  • mavi ton 125.
RGB:
(117,163,125)
(46%,64%,49%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 163 of 255 = 64%
B 125 of 255 = 49%

117
163
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 163 + 125 = 405 (100%)
R 117 of 405 ~ 28.89%
G 163 of 405 ~ 40.25%
B 125 of 405 ~ 30.86%

%28.89
%40.25
%30.86

CMYK RENK MODELİ

#75A37D rengi CMYK tonu (28,0,23,36).

  • camgöbeği tonu 28.22%
  • eflatun tonu 0.00%
  • sarı tonu 23.31%
  • ana renk tonu 36.08%
CMYK:
(28,0,23,36)
C28M0Y23K36 
(28%,0%,23%,36%)
(0.28/0.00/0.23/0.36)	

CMYK yüzdeleri

%28.22
%0
%23.31
%36.08

Codes

Color #75A37D in popluar color models

75A37D
RGB117163125
HSL130°20.00%54.90%
HSB/HSV130°28.22%63.92%
CMYK28.22%0.00%23.31%
36.08%

Color #75A37D in popluar number systems.

HEX75A37D
Decimal117163125
Binary1110101101000111111101
Octal165243175

Shades and tints

Shades of #75A37D

#75A37D
(117,163,125)
#6B9572
(107,149,114)
#618767
(97,135,103)
#57795C
(87,121,92)
#4D6B51
(77,107,81)
#435D46
(67,93,70)
#394F3B
(57,79,59)
#2F4130
(47,65,48)
#253325
(37,51,37)
#1B251A
(27,37,26)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #75A37D

#75A37D
(117,163,125)
#81AB88
(129,171,136)
#8DB393
(141,179,147)
#99BB9E
(153,187,158)
#A5C3A9
(165,195,169)
#B1CBB4
(177,203,180)
#BDD3BF
(189,211,191)
#C9DBCA
(201,219,202)
#D5E3D5
(213,227,213)
#E1EBE0
(225,235,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A37D; }

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

This text font color is #75A37D.


Background Color

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

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

This div background color is #75A37D.


Border color

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

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

This div border color is #75A37D.


Opacity

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

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

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

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

This text has shadow with #75A37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A37D on black background.


Color preview on white background

This text has color #75A37D on white background.



Black color preview on #75A37D background

This text has black color on #75A37D background.


White color preview on #75A37D background

This text has white color on #75A37D background.