COLOR #30733F

HEX: #30733F
RGB: (48,115,63)

Color info

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

RGB color model

#30733F color RGB value is (48,115,63).

  • red value is 48;
  • green value is 115;
  • blue value is 63.
RGB:
(48,115,63)
(19%,45%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 115 of 255 = 45%
B 63 of 255 = 25%

48
115
63

R + G + B ~ 30%. #30733F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 115 + 63 = 226 (100%)
R 48 of 226 ~ 21.24%
G 115 of 226 ~ 50.88%
B 63 of 226 ~ 27.88%

%21.24
%50.88
%27.88

CMYK color model

#30733F color CMYK value is (58,0,45,55).

  • cyan value is 58.26%
  • magenta value is 0.00%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(58,0,45,55)
C58M0Y45K55 
(58%,0%,45%,55%)
(0.58/0.00/0.45/0.55)	

CMYK percentages

%58.26
%0
%45.22
%54.9

Codes

Color #30733F in popluar color models

30733F
RGB4811563
HSL133°41.10%31.96%
HSB/HSV133°58.26%45.10%
CMYK58.26%0.00%45.22%
54.90%

Color #30733F in popluar number systems.

HEX30733F
Decimal4811563
Binary1100001110011111111
Octal6016377

Shades and tints

Shades of #30733F

#30733F
(48,115,63)
#2C693A
(44,105,58)
#285F35
(40,95,53)
#245530
(36,85,48)
#204B2B
(32,75,43)
#1C4126
(28,65,38)
#183721
(24,55,33)
#142D1C
(20,45,28)
#102317
(16,35,23)
#0C1912
(12,25,18)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #30733F

#30733F
(48,115,63)
#427F50
(66,127,80)
#548B61
(84,139,97)
#669772
(102,151,114)
#78A383
(120,163,131)
#8AAF94
(138,175,148)
#9CBBA5
(156,187,165)
#AEC7B6
(174,199,182)
#C0D3C7
(192,211,199)
#D2DFD8
(210,223,216)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30733F color. Also use rgb(48,115,63) instead hex code.

Text Font Color

.myTextColor { color: #30733F; }

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

This text font color is #30733F.


Background Color

.myBgColor { background-color: #30733F; }

<div style="background-color:#30733F">Inner text</div>

This div background color is #30733F.


Border color

.myBorderColor { border: 1px solid #30733F; }

<div style="border:3px solid #30733F">Div</div>

This div border color is #30733F.


Opacity

.myOpacity80 { color: #30733F; opacity: 0.8; }

<p style="color:#30733F;opacity:0.8;">80%</p>

Text with #30733F 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 #30733F;}

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

This text has shadow with #30733F color.

.textShadow {text-shadow: 3px 3px 1px #30733F, 3px 3px 1px red;}

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

This text has shadow with #30733F primary color and red secondary color.


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

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

This text has shadow with #30733F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30733F on black background.


Color preview on white background

This text has color #30733F on white background.



Black color preview on #30733F background

This text has black color on #30733F background.


White color preview on #30733F background

This text has white color on #30733F background.