COLOR #304D30

HEX: #304D30
RGB: (48,77,48)

Color info

#304D30 contains red, green and blue colors in about the same proportion. Web safe color of #304D30 is #333333 (or #333).

RGB color model

#304D30 color RGB value is (48,77,48).

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

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 48 of 255 = 19%

48
77
48

R + G + B ~ 23%. #304D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 77 + 48 = 173 (100%)
R 48 of 173 ~ 27.75%
G 77 of 173 ~ 44.51%
B 48 of 173 ~ 27.75%

%27.75
%44.51
%27.75

CMYK color model

#304D30 color CMYK value is (38,0,38,70).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 69.80%
CMYK:
(38,0,38,70)
C38M0Y38K70 
(38%,0%,38%,70%)
(0.38/0.00/0.38/0.70)	

CMYK percentages

%37.66
%0
%37.66
%69.8

Codes

Color #304D30 in popluar color models

304D30
RGB487748
HSL120°23.20%24.51%
HSB/HSV120°37.66%30.20%
CMYK37.66%0.00%37.66%
69.80%

Color #304D30 in popluar number systems.

HEX304D30
Decimal487748
Binary1100001001101110000
Octal6011560

Shades and tints

Shades of #304D30

#304D30
(48,77,48)
#2C462C
(44,70,44)
#283F28
(40,63,40)
#243824
(36,56,36)
#203120
(32,49,32)
#1C2A1C
(28,42,28)
#182318
(24,35,24)
#141C14
(20,28,20)
#101510
(16,21,16)
#0C0E0C
(12,14,12)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #304D30

#304D30
(48,77,48)
#425D42
(66,93,66)
#546D54
(84,109,84)
#667D66
(102,125,102)
#788D78
(120,141,120)
#8A9D8A
(138,157,138)
#9CAD9C
(156,173,156)
#AEBDAE
(174,189,174)
#C0CDC0
(192,205,192)
#D2DDD2
(210,221,210)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304D30; }

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

This text font color is #304D30.


Background Color

.myBgColor { background-color: #304D30; }

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

This div background color is #304D30.


Border color

.myBorderColor { border: 1px solid #304D30; }

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

This div border color is #304D30.


Opacity

.myOpacity80 { color: #304D30; opacity: 0.8; }

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

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

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

This text has shadow with #304D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304D30 on black background.


Color preview on white background

This text has color #304D30 on white background.



Black color preview on #304D30 background

This text has black color on #304D30 background.


White color preview on #304D30 background

This text has white color on #304D30 background.