COLOR #30773C

HEX: #30773C
RGB: (48,119,60)

Color info

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

RGB color model

#30773C color RGB value is (48,119,60).

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

RGB channels and saturation

R 48 of 255 = 19%
G 119 of 255 = 47%
B 60 of 255 = 24%

48
119
60

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

Portions of RGB colors in percentages

R + G + B =
48 + 119 + 60 = 227 (100%)
R 48 of 227 ~ 21.15%
G 119 of 227 ~ 52.42%
B 60 of 227 ~ 26.43%

%21.15
%52.42
%26.43

CMYK color model

#30773C color CMYK value is (60,0,50,53).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 53.33%
CMYK:
(60,0,50,53)
C60M0Y50K53 
(60%,0%,50%,53%)
(0.60/0.00/0.50/0.53)	

CMYK percentages

%59.66
%0
%49.58
%53.33

Codes

Color #30773C in popluar color models

30773C
RGB4811960
HSL130°42.51%32.75%
HSB/HSV130°59.66%46.67%
CMYK59.66%0.00%49.58%
53.33%

Color #30773C in popluar number systems.

HEX30773C
Decimal4811960
Binary1100001110111111100
Octal6016774

Shades and tints

Shades of #30773C

#30773C
(48,119,60)
#2C6D37
(44,109,55)
#286332
(40,99,50)
#24592D
(36,89,45)
#204F28
(32,79,40)
#1C4523
(28,69,35)
#183B1E
(24,59,30)
#143119
(20,49,25)
#102714
(16,39,20)
#0C1D0F
(12,29,15)
#08130A
(8,19,10)
#000000
(0,0,0)

Tints of #30773C

#30773C
(48,119,60)
#42834D
(66,131,77)
#548F5E
(84,143,94)
#669B6F
(102,155,111)
#78A780
(120,167,128)
#8AB391
(138,179,145)
#9CBFA2
(156,191,162)
#AECBB3
(174,203,179)
#C0D7C4
(192,215,196)
#D2E3D5
(210,227,213)
#E4EFE6
(228,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30773C; }

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

This text font color is #30773C.


Background Color

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

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

This div background color is #30773C.


Border color

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

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

This div border color is #30773C.


Opacity

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

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

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

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

This text has shadow with #30773C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30773C on black background.


Color preview on white background

This text has color #30773C on white background.



Black color preview on #30773C background

This text has black color on #30773C background.


White color preview on #30773C background

This text has white color on #30773C background.