COLOR #30A47A

HEX: #30A47A
RGB: (48,164,122)

Color info

#30A47A contains mainly green and blue colors. Web safe color of #30A47A is #339966 (or #396).

RGB color model

#30A47A color RGB value is (48,164,122).

  • red value is 48;
  • green value is 164;
  • blue value is 122.
RGB:
(48,164,122)
(19%,64%,48%)

RGB channels and saturation

R 48 of 255 = 19%
G 164 of 255 = 64%
B 122 of 255 = 48%

48
164
122

R + G + B ~ 44%. #30A47A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 164 + 122 = 334 (100%)
R 48 of 334 ~ 14.37%
G 164 of 334 ~ 49.1%
B 122 of 334 ~ 36.53%

%14.37
%49.1
%36.53

CMYK color model

#30A47A color CMYK value is (71,0,26,36).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(71,0,26,36)
C71M0Y26K36 
(71%,0%,26%,36%)
(0.71/0.00/0.26/0.36)	

CMYK percentages

%70.73
%0
%25.61
%35.69

Codes

Color #30A47A in popluar color models

30A47A
RGB48164122
HSL158°54.72%41.57%
HSB/HSV158°70.73%64.31%
CMYK70.73%0.00%25.61%
35.69%

Color #30A47A in popluar number systems.

HEX30A47A
Decimal48164122
Binary110000101001001111010
Octal60244172

Shades and tints

Shades of #30A47A

#30A47A
(48,164,122)
#2C966F
(44,150,111)
#288864
(40,136,100)
#247A59
(36,122,89)
#206C4E
(32,108,78)
#1C5E43
(28,94,67)
#185038
(24,80,56)
#14422D
(20,66,45)
#103422
(16,52,34)
#0C2617
(12,38,23)
#08180C
(8,24,12)
#000000
(0,0,0)

Tints of #30A47A

#30A47A
(48,164,122)
#42AC86
(66,172,134)
#54B492
(84,180,146)
#66BC9E
(102,188,158)
#78C4AA
(120,196,170)
#8ACCB6
(138,204,182)
#9CD4C2
(156,212,194)
#AEDCCE
(174,220,206)
#C0E4DA
(192,228,218)
#D2ECE6
(210,236,230)
#E4F4F2
(228,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A47A color. Also use rgb(48,164,122) instead hex code.

Text Font Color

.myTextColor { color: #30A47A; }

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

This text font color is #30A47A.


Background Color

.myBgColor { background-color: #30A47A; }

<div style="background-color:#30A47A">Inner text</div>

This div background color is #30A47A.


Border color

.myBorderColor { border: 1px solid #30A47A; }

<div style="border:3px solid #30A47A">Div</div>

This div border color is #30A47A.


Opacity

.myOpacity80 { color: #30A47A; opacity: 0.8; }

<p style="color:#30A47A;opacity:0.8;">80%</p>

Text with #30A47A 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 #30A47A;}

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

This text has shadow with #30A47A color.

.textShadow {text-shadow: 3px 3px 1px #30A47A, 3px 3px 1px red;}

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

This text has shadow with #30A47A primary color and red secondary color.


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

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

This text has shadow with #30A47A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A47A on black background.


Color preview on white background

This text has color #30A47A on white background.



Black color preview on #30A47A background

This text has black color on #30A47A background.


White color preview on #30A47A background

This text has white color on #30A47A background.