COLOR #30771F

HEX: #30771F
RGB: (48,119,31)

Color info

#30771F contains mainly green color. Web safe color of #30771F is #336633 (or #363).

RGB color model

#30771F color RGB value is (48,119,31).

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

RGB channels and saturation

R 48 of 255 = 19%
G 119 of 255 = 47%
B 31 of 255 = 12%

48
119
31

R + G + B ~ 26%. #30771F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 119 + 31 = 198 (100%)
R 48 of 198 ~ 24.24%
G 119 of 198 ~ 60.1%
B 31 of 198 ~ 15.66%

%24.24
%60.1
%15.66

CMYK color model

#30771F color CMYK value is (60,0,74,53).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 73.95%
  • key color value is 53.33%
CMYK:
(60,0,74,53)
C60M0Y74K53 
(60%,0%,74%,53%)
(0.60/0.00/0.74/0.53)	

CMYK percentages

%59.66
%0
%73.95
%53.33

Codes

Color #30771F in popluar color models

30771F
RGB4811931
HSL108°58.67%29.41%
HSB/HSV108°73.95%46.67%
CMYK59.66%0.00%73.95%
53.33%

Color #30771F in popluar number systems.

HEX30771F
Decimal4811931
Binary110000111011111111
Octal6016737

Shades and tints

Shades of #30771F

#30771F
(48,119,31)
#2C6D1D
(44,109,29)
#28631B
(40,99,27)
#245919
(36,89,25)
#204F17
(32,79,23)
#1C4515
(28,69,21)
#183B13
(24,59,19)
#143111
(20,49,17)
#10270F
(16,39,15)
#0C1D0D
(12,29,13)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #30771F

#30771F
(48,119,31)
#428333
(66,131,51)
#548F47
(84,143,71)
#669B5B
(102,155,91)
#78A76F
(120,167,111)
#8AB383
(138,179,131)
#9CBF97
(156,191,151)
#AECBAB
(174,203,171)
#C0D7BF
(192,215,191)
#D2E3D3
(210,227,211)
#E4EFE7
(228,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30771F; }

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

This text font color is #30771F.


Background Color

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

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

This div background color is #30771F.


Border color

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

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

This div border color is #30771F.


Opacity

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

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

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

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

This text has shadow with #30771F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30771F on black background.


Color preview on white background

This text has color #30771F on white background.



Black color preview on #30771F background

This text has black color on #30771F background.


White color preview on #30771F background

This text has white color on #30771F background.