COLOR #304A24

HEX: #304A24 RGB: (48,74,36)

Color info

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

RGB color model

#304A24 color RGB value is (48,74,36).

RGB: (48,74,36) (19%, 29%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 74 of 255 = 29%
B 36 of 255 = 14%

48
74
36

R + G + B ~ 21%. #304A24 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 74 + 36 = 158 (100%)
R 48 of 158 ~ 30.38%
G 74 of 158 ~ 46.84%
B 36 of 158 ~ 22.78'%

%30.38
%46.84
%22.78

CMYK color model

#304A24 color CMYK value is (35,0,51,71).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 70.98%

CMYK: (35,0,51,71)
C35M0Y51K71 (35%, 0%, 51%, 71%)
(0.35 / 0.00 / 0.51 / 0.71)

CMYK percentages

%35.14
%0
%51.35
%70.98

Codes

Color #304A24 in popluar color models

30 4A 24
RGB 48 74 36
HSL 101° 34.55% 21.57%
HSB/HSV 101° 51.35% 29.02%
CMYK 35.14% 0.00% 51.35%
70.98%

Color #304A24 in popluar number systems.

HEX 30 4A 24
Decimal 48 74 36
Binary 110000 1001010 100100
Octal 60 112 44

Shades and tints

Shades of #304A24

#304A24
(48,74,36)
#2C4421
(44,68,33)
#283E1E
(40,62,30)
#24381B
(36,56,27)
#203218
(32,50,24)
#1C2C15
(28,44,21)
#182612
(24,38,18)
#14200F
(20,32,15)
#101A0C
(16,26,12)
#0C1409
(12,20,9)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #304A24

#304A24
(48,74,36)
#425A37
(66,90,55)
#546A4A
(84,106,74)
#667A5D
(102,122,93)
#788A70
(120,138,112)
#8A9A83
(138,154,131)
#9CAA96
(156,170,150)
#AEBAA9
(174,186,169)
#C0CABC
(192,202,188)
#D2DACF
(210,218,207)
#E4EAE2
(228,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304A24; }

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

This text font color is #304A24.

Background Color

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

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

This div background color is #304A24.

Border color

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

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

This div border color is #304A24.

Opacity

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

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

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

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

This text has shadow with #304A24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304A24.

Preview

Color preview on black background

This text has color #304A24 on black background.


Color preview on white background

This text has color #304A24 on white background.


Black color preview on #304A24 background

This text has black color on #304A24 background.


White color preview on #304A24 background

This text has white color on #304A24 background.


Related colors

Complementary color

Complementary color for #hex is #CFB5DB.


I love getcolorcode.com

Triadic colors

1 #24304A and #4A2430 with #304A24 are triadic colors.

2 #244A30 and #4A3024 with #304A24 are triadic colors.