COLOR #30773F

HEX: #30773F
RGB: (48,119,63)

Color info

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

RGB color model

#30773F color RGB value is (48,119,63).

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

RGB channels and saturation

R 48 of 255 = 19%
G 119 of 255 = 47%
B 63 of 255 = 25%

48
119
63

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

Portions of RGB colors in percentages

R + G + B =
48 + 119 + 63 = 230 (100%)
R 48 of 230 ~ 20.87%
G 119 of 230 ~ 51.74%
B 63 of 230 ~ 27.39%

%20.87
%51.74
%27.39

CMYK color model

#30773F color CMYK value is (60,0,47,53).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(60,0,47,53)
C60M0Y47K53 
(60%,0%,47%,53%)
(0.60/0.00/0.47/0.53)	

CMYK percentages

%59.66
%0
%47.06
%53.33

Codes

Color #30773F in popluar color models

30773F
RGB4811963
HSL133°42.51%32.75%
HSB/HSV133°59.66%46.67%
CMYK59.66%0.00%47.06%
53.33%

Color #30773F in popluar number systems.

HEX30773F
Decimal4811963
Binary1100001110111111111
Octal6016777

Shades and tints

Shades of #30773F

#30773F
(48,119,63)
#2C6D3A
(44,109,58)
#286335
(40,99,53)
#245930
(36,89,48)
#204F2B
(32,79,43)
#1C4526
(28,69,38)
#183B21
(24,59,33)
#14311C
(20,49,28)
#102717
(16,39,23)
#0C1D12
(12,29,18)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #30773F

#30773F
(48,119,63)
#428350
(66,131,80)
#548F61
(84,143,97)
#669B72
(102,155,114)
#78A783
(120,167,131)
#8AB394
(138,179,148)
#9CBFA5
(156,191,165)
#AECBB6
(174,203,182)
#C0D7C7
(192,215,199)
#D2E3D8
(210,227,216)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30773F; }

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

This text font color is #30773F.


Background Color

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

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

This div background color is #30773F.


Border color

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

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

This div border color is #30773F.


Opacity

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

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

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

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

This text has shadow with #30773F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30773F on black background.


Color preview on white background

This text has color #30773F on white background.



Black color preview on #30773F background

This text has black color on #30773F background.


White color preview on #30773F background

This text has white color on #30773F background.