COLOR #75A325

HEX: #75A325
RGB: (117,163,37)

Renk bilgisi

#75A325 contains mainly red and green colors. #75A325 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#75A325 color RGB value is (117,163,37).

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

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 163 of 255 = 64%
B 37 of 255 = 15%

117
163
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 163 + 37 = 317 (100%)
R 117 of 317 ~ 36.91%
G 163 of 317 ~ 51.42%
B 37 of 317 ~ 11.67%

%36.91
%51.42
%11.67

CMYK RENK MODELİ

#75A325 rengi CMYK tonu (28,0,77,36).

  • camgöbeği tonu 28.22%
  • eflatun tonu 0.00%
  • sarı tonu 77.30%
  • ana renk tonu 36.08%
CMYK:
(28,0,77,36)
C28M0Y77K36 
(28%,0%,77%,36%)
(0.28/0.00/0.77/0.36)	

CMYK yüzdeleri

%28.22
%0
%77.3
%36.08

Codes

Color #75A325 in popluar color models

75A325
RGB11716337
HSL82°63.00%39.22%
HSB/HSV82°77.30%63.92%
CMYK28.22%0.00%77.30%
36.08%

Color #75A325 in popluar number systems.

HEX75A325
Decimal11716337
Binary111010110100011100101
Octal16524345

Shades and tints

Shades of #75A325

#75A325
(117,163,37)
#6B9522
(107,149,34)
#61871F
(97,135,31)
#57791C
(87,121,28)
#4D6B19
(77,107,25)
#435D16
(67,93,22)
#394F13
(57,79,19)
#2F4110
(47,65,16)
#25330D
(37,51,13)
#1B250A
(27,37,10)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #75A325

#75A325
(117,163,37)
#81AB38
(129,171,56)
#8DB34B
(141,179,75)
#99BB5E
(153,187,94)
#A5C371
(165,195,113)
#B1CB84
(177,203,132)
#BDD397
(189,211,151)
#C9DBAA
(201,219,170)
#D5E3BD
(213,227,189)
#E1EBD0
(225,235,208)
#EDF3E3
(237,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A325; }

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

This text font color is #75A325.


Background Color

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

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

This div background color is #75A325.


Border color

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

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

This div border color is #75A325.


Opacity

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

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

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

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

This text has shadow with #75A325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A325 on black background.


Color preview on white background

This text has color #75A325 on white background.



Black color preview on #75A325 background

This text has black color on #75A325 background.


White color preview on #75A325 background

This text has white color on #75A325 background.