COLOR #30784A

HEX: #30784A
RGB: (48,120,74)

Color info

#30784A contains mainly green and blue colors. Web safe color of #30784A is #336633 (or #363).

RGB color model

#30784A color RGB value is (48,120,74).

  • red value is 48;
  • green value is 120;
  • blue value is 74.
RGB:
(48,120,74)
(19%,47%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 120 of 255 = 47%
B 74 of 255 = 29%

48
120
74

R + G + B ~ 32%. #30784A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 120 + 74 = 242 (100%)
R 48 of 242 ~ 19.83%
G 120 of 242 ~ 49.59%
B 74 of 242 ~ 30.58%

%19.83
%49.59
%30.58

CMYK color model

#30784A color CMYK value is (60,0,38,53).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(60,0,38,53)
C60M0Y38K53 
(60%,0%,38%,53%)
(0.60/0.00/0.38/0.53)	

CMYK percentages

%60
%0
%38.33
%52.94

Codes

Color #30784A in popluar color models

30784A
RGB4812074
HSL142°42.86%32.94%
HSB/HSV142°60.00%47.06%
CMYK60.00%0.00%38.33%
52.94%

Color #30784A in popluar number systems.

HEX30784A
Decimal4812074
Binary11000011110001001010
Octal60170112

Shades and tints

Shades of #30784A

#30784A
(48,120,74)
#2C6E44
(44,110,68)
#28643E
(40,100,62)
#245A38
(36,90,56)
#205032
(32,80,50)
#1C462C
(28,70,44)
#183C26
(24,60,38)
#143220
(20,50,32)
#10281A
(16,40,26)
#0C1E14
(12,30,20)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #30784A

#30784A
(48,120,74)
#42845A
(66,132,90)
#54906A
(84,144,106)
#669C7A
(102,156,122)
#78A88A
(120,168,138)
#8AB49A
(138,180,154)
#9CC0AA
(156,192,170)
#AECCBA
(174,204,186)
#C0D8CA
(192,216,202)
#D2E4DA
(210,228,218)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30784A color. Also use rgb(48,120,74) instead hex code.

Text Font Color

.myTextColor { color: #30784A; }

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

This text font color is #30784A.


Background Color

.myBgColor { background-color: #30784A; }

<div style="background-color:#30784A">Inner text</div>

This div background color is #30784A.


Border color

.myBorderColor { border: 1px solid #30784A; }

<div style="border:3px solid #30784A">Div</div>

This div border color is #30784A.


Opacity

.myOpacity80 { color: #30784A; opacity: 0.8; }

<p style="color:#30784A;opacity:0.8;">80%</p>

Text with #30784A 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 #30784A;}

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

This text has shadow with #30784A color.

.textShadow {text-shadow: 3px 3px 1px #30784A, 3px 3px 1px red;}

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

This text has shadow with #30784A primary color and red secondary color.


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

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

This text has shadow with #30784A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30784A on black background.


Color preview on white background

This text has color #30784A on white background.



Black color preview on #30784A background

This text has black color on #30784A background.


White color preview on #30784A background

This text has white color on #30784A background.