COLOR #304E2E

HEX: #304E2E
RGB: (48,78,46)

Color info

#304E2E contains red, green and blue colors in about the same proportion. Web safe color of #304E2E is #336633 (or #363).

RGB color model

#304E2E color RGB value is (48,78,46).

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

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 46 of 255 = 18%

48
78
46

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

Portions of RGB colors in percentages

R + G + B =
48 + 78 + 46 = 172 (100%)
R 48 of 172 ~ 27.91%
G 78 of 172 ~ 45.35%
B 46 of 172 ~ 26.74%

%27.91
%45.35
%26.74

CMYK color model

#304E2E color CMYK value is (38,0,41,69).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 69.41%
CMYK:
(38,0,41,69)
C38M0Y41K69 
(38%,0%,41%,69%)
(0.38/0.00/0.41/0.69)	

CMYK percentages

%38.46
%0
%41.03
%69.41

Codes

Color #304E2E in popluar color models

304E2E
RGB487846
HSL116°25.81%24.31%
HSB/HSV116°41.03%30.59%
CMYK38.46%0.00%41.03%
69.41%

Color #304E2E in popluar number systems.

HEX304E2E
Decimal487846
Binary1100001001110101110
Octal6011656

Shades and tints

Shades of #304E2E

#304E2E
(48,78,46)
#2C472A
(44,71,42)
#284026
(40,64,38)
#243922
(36,57,34)
#20321E
(32,50,30)
#1C2B1A
(28,43,26)
#182416
(24,36,22)
#141D12
(20,29,18)
#10160E
(16,22,14)
#0C0F0A
(12,15,10)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #304E2E

#304E2E
(48,78,46)
#425E41
(66,94,65)
#546E54
(84,110,84)
#667E67
(102,126,103)
#788E7A
(120,142,122)
#8A9E8D
(138,158,141)
#9CAEA0
(156,174,160)
#AEBEB3
(174,190,179)
#C0CEC6
(192,206,198)
#D2DED9
(210,222,217)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E2E; }

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

This text font color is #304E2E.


Background Color

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

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

This div background color is #304E2E.


Border color

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

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

This div border color is #304E2E.


Opacity

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

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

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

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

This text has shadow with #304E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304E2E on black background.


Color preview on white background

This text has color #304E2E on white background.



Black color preview on #304E2E background

This text has black color on #304E2E background.


White color preview on #304E2E background

This text has white color on #304E2E background.