COLOR #307530

HEX: #307530
RGB: (48,117,48)

Color info

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

RGB color model

#307530 color RGB value is (48,117,48).

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

RGB channels and saturation

R 48 of 255 = 19%
G 117 of 255 = 46%
B 48 of 255 = 19%

48
117
48

R + G + B ~ 28%. #307530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 117 + 48 = 213 (100%)
R 48 of 213 ~ 22.54%
G 117 of 213 ~ 54.93%
B 48 of 213 ~ 22.54%

%22.54
%54.93
%22.54

CMYK color model

#307530 color CMYK value is (59,0,59,54).

  • cyan value is 58.97%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(59,0,59,54)
C59M0Y59K54 
(59%,0%,59%,54%)
(0.59/0.00/0.59/0.54)	

CMYK percentages

%58.97
%0
%58.97
%54.12

Codes

Color #307530 in popluar color models

307530
RGB4811748
HSL120°41.82%32.35%
HSB/HSV120°58.97%45.88%
CMYK58.97%0.00%58.97%
54.12%

Color #307530 in popluar number systems.

HEX307530
Decimal4811748
Binary1100001110101110000
Octal6016560

Shades and tints

Shades of #307530

#307530
(48,117,48)
#2C6B2C
(44,107,44)
#286128
(40,97,40)
#245724
(36,87,36)
#204D20
(32,77,32)
#1C431C
(28,67,28)
#183918
(24,57,24)
#142F14
(20,47,20)
#102510
(16,37,16)
#0C1B0C
(12,27,12)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #307530

#307530
(48,117,48)
#428142
(66,129,66)
#548D54
(84,141,84)
#669966
(102,153,102)
#78A578
(120,165,120)
#8AB18A
(138,177,138)
#9CBD9C
(156,189,156)
#AEC9AE
(174,201,174)
#C0D5C0
(192,213,192)
#D2E1D2
(210,225,210)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307530 color. Also use rgb(48,117,48) instead hex code.

Text Font Color

.myTextColor { color: #307530; }

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

This text font color is #307530.


Background Color

.myBgColor { background-color: #307530; }

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

This div background color is #307530.


Border color

.myBorderColor { border: 1px solid #307530; }

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

This div border color is #307530.


Opacity

.myOpacity80 { color: #307530; opacity: 0.8; }

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

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

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

This text has shadow with #307530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307530 on black background.


Color preview on white background

This text has color #307530 on white background.



Black color preview on #307530 background

This text has black color on #307530 background.


White color preview on #307530 background

This text has white color on #307530 background.