COLOR #304A2E

HEX: #304A2E
RGB: (48,74,46)

Color info

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

RGB color model

#304A2E color RGB value is (48,74,46).

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

RGB channels and saturation

R 48 of 255 = 19%
G 74 of 255 = 29%
B 46 of 255 = 18%

48
74
46

R + G + B ~ 22%. #304A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 74 + 46 = 168 (100%)
R 48 of 168 ~ 28.57%
G 74 of 168 ~ 44.05%
B 46 of 168 ~ 27.38%

%28.57
%44.05
%27.38

CMYK color model

#304A2E color CMYK value is (35,0,38,71).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(35,0,38,71)
C35M0Y38K71 
(35%,0%,38%,71%)
(0.35/0.00/0.38/0.71)	

CMYK percentages

%35.14
%0
%37.84
%70.98

Codes

Color #304A2E in popluar color models

304A2E
RGB487446
HSL116°23.33%23.53%
HSB/HSV116°37.84%29.02%
CMYK35.14%0.00%37.84%
70.98%

Color #304A2E in popluar number systems.

HEX304A2E
Decimal487446
Binary1100001001010101110
Octal6011256

Shades and tints

Shades of #304A2E

#304A2E
(48,74,46)
#2C442A
(44,68,42)
#283E26
(40,62,38)
#243822
(36,56,34)
#20321E
(32,50,30)
#1C2C1A
(28,44,26)
#182616
(24,38,22)
#142012
(20,32,18)
#101A0E
(16,26,14)
#0C140A
(12,20,10)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #304A2E

#304A2E
(48,74,46)
#425A41
(66,90,65)
#546A54
(84,106,84)
#667A67
(102,122,103)
#788A7A
(120,138,122)
#8A9A8D
(138,154,141)
#9CAAA0
(156,170,160)
#AEBAB3
(174,186,179)
#C0CAC6
(192,202,198)
#D2DAD9
(210,218,217)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304A2E; }

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

This text font color is #304A2E.


Background Color

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

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

This div background color is #304A2E.


Border color

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

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

This div border color is #304A2E.


Opacity

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

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

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

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

This text has shadow with #304A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304A2E on black background.


Color preview on white background

This text has color #304A2E on white background.



Black color preview on #304A2E background

This text has black color on #304A2E background.


White color preview on #304A2E background

This text has white color on #304A2E background.