COLOR #30762A

HEX: #30762A
RGB: (48,118,42)

Color info

#30762A contains mainly green color. Web safe color of #30762A is #336633 (or #363).

RGB color model

#30762A color RGB value is (48,118,42).

  • red value is 48;
  • green value is 118;
  • blue value is 42.
RGB:
(48,118,42)
(19%,46%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 118 of 255 = 46%
B 42 of 255 = 16%

48
118
42

R + G + B ~ 27%. #30762A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 118 + 42 = 208 (100%)
R 48 of 208 ~ 23.08%
G 118 of 208 ~ 56.73%
B 42 of 208 ~ 20.19%

%23.08
%56.73
%20.19

CMYK color model

#30762A color CMYK value is (59,0,64,54).

  • cyan value is 59.32%
  • magenta value is 0.00%
  • yellow value is 64.41%
  • key color value is 53.73%
CMYK:
(59,0,64,54)
C59M0Y64K54 
(59%,0%,64%,54%)
(0.59/0.00/0.64/0.54)	

CMYK percentages

%59.32
%0
%64.41
%53.73

Codes

Color #30762A in popluar color models

30762A
RGB4811842
HSL115°47.50%31.37%
HSB/HSV115°64.41%46.27%
CMYK59.32%0.00%64.41%
53.73%

Color #30762A in popluar number systems.

HEX30762A
Decimal4811842
Binary1100001110110101010
Octal6016652

Shades and tints

Shades of #30762A

#30762A
(48,118,42)
#2C6C27
(44,108,39)
#286224
(40,98,36)
#245821
(36,88,33)
#204E1E
(32,78,30)
#1C441B
(28,68,27)
#183A18
(24,58,24)
#143015
(20,48,21)
#102612
(16,38,18)
#0C1C0F
(12,28,15)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #30762A

#30762A
(48,118,42)
#42823D
(66,130,61)
#548E50
(84,142,80)
#669A63
(102,154,99)
#78A676
(120,166,118)
#8AB289
(138,178,137)
#9CBE9C
(156,190,156)
#AECAAF
(174,202,175)
#C0D6C2
(192,214,194)
#D2E2D5
(210,226,213)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30762A color. Also use rgb(48,118,42) instead hex code.

Text Font Color

.myTextColor { color: #30762A; }

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

This text font color is #30762A.


Background Color

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

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

This div background color is #30762A.


Border color

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

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

This div border color is #30762A.


Opacity

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

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

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

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

This text has shadow with #30762A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30762A on black background.


Color preview on white background

This text has color #30762A on white background.



Black color preview on #30762A background

This text has black color on #30762A background.


White color preview on #30762A background

This text has white color on #30762A background.