COLOR #58A721

HEX: #58A721
RGB: (88,167,33)

Renk bilgisi

#58A721 contains mainly green color. #58A721 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#58A721 color RGB value is (88,167,33).

  • kırmız ton 88;
  • yeşil ton 167;
  • mavi ton 33.
RGB:
(88,167,33)
(35%,65%,13%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 167 of 255 = 65%
B 33 of 255 = 13%

88
167
33

R + G + B ~ 38%. #58A721 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 167 + 33 = 288 (100%)
R 88 of 288 ~ 30.56%
G 167 of 288 ~ 57.99%
B 33 of 288 ~ 11.46%

%30.56
%57.99
%11.46

CMYK RENK MODELİ

#58A721 rengi CMYK tonu (47,0,80,35).

  • camgöbeği tonu 47.31%
  • eflatun tonu 0.00%
  • sarı tonu 80.24%
  • ana renk tonu 34.51%
CMYK:
(47,0,80,35)
C47M0Y80K35 
(47%,0%,80%,35%)
(0.47/0.00/0.80/0.35)	

CMYK yüzdeleri

%47.31
%0
%80.24
%34.51

Codes

Color #58A721 in popluar color models

58A721
RGB8816733
HSL95°67.00%39.22%
HSB/HSV95°80.24%65.49%
CMYK47.31%0.00%80.24%
34.51%

Color #58A721 in popluar number systems.

HEX58A721
Decimal8816733
Binary101100010100111100001
Octal13024741

Shades and tints

Shades of #58A721

#58A721
(88,167,33)
#50981E
(80,152,30)
#48891B
(72,137,27)
#407A18
(64,122,24)
#386B15
(56,107,21)
#305C12
(48,92,18)
#284D0F
(40,77,15)
#203E0C
(32,62,12)
#182F09
(24,47,9)
#102006
(16,32,6)
#081103
(8,17,3)
#000000
(0,0,0)

Tints of #58A721

#58A721
(88,167,33)
#67AF35
(103,175,53)
#76B749
(118,183,73)
#85BF5D
(133,191,93)
#94C771
(148,199,113)
#A3CF85
(163,207,133)
#B2D799
(178,215,153)
#C1DFAD
(193,223,173)
#D0E7C1
(208,231,193)
#DFEFD5
(223,239,213)
#EEF7E9
(238,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A721 color. Also use rgb(88,167,33) instead hex code.

Text Font Color

.myTextColor { color: #58A721; }

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

This text font color is #58A721.


Background Color

.myBgColor { background-color: #58A721; }

<div style="background-color:#58A721">Inner text</div>

This div background color is #58A721.


Border color

.myBorderColor { border: 1px solid #58A721; }

<div style="border:3px solid #58A721">Div</div>

This div border color is #58A721.


Opacity

.myOpacity80 { color: #58A721; opacity: 0.8; }

<p style="color:#58A721;opacity:0.8;">80%</p>

Text with #58A721 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 #58A721;}

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

This text has shadow with #58A721 color.

.textShadow {text-shadow: 3px 3px 1px #58A721, 3px 3px 1px red;}

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

This text has shadow with #58A721 primary color and red secondary color.


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

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

This text has shadow with #58A721 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A721 on black background.


Color preview on white background

This text has color #58A721 on white background.



Black color preview on #58A721 background

This text has black color on #58A721 background.


White color preview on #58A721 background

This text has white color on #58A721 background.