COLOR #304E23

HEX: #304E23 RGB: (48,78,35)

Color info

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

RGB color model

#304E23 color RGB value is (48,78,35).

RGB: (48,78,35) (19%, 31%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 78 of 255 = 31%
B 35 of 255 = 14%

48
78
35

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

Portions of RGB colors in percentages

R + G + B = 48 + 78 + 35 = 161 (100%)
R 48 of 161 ~ 29.81%
G 78 of 161 ~ 48.45%
B 35 of 161 ~ 21.74'%

%29.81
%48.45
%21.74

CMYK color model

#304E23 color CMYK value is (38,0,55,69).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 55.13%
  • key color value is 69.41%

CMYK: (38,0,55,69)
C38M0Y55K69 (38%, 0%, 55%, 69%)
(0.38 / 0.00 / 0.55 / 0.69)

CMYK percentages

%38.46
%0
%55.13
%69.41

Codes

Color #304E23 in popluar color models

30 4E 23
RGB 48 78 35
HSL 102° 38.05% 22.16%
HSB/HSV 102° 55.13% 30.59%
CMYK 38.46% 0.00% 55.13%
69.41%

Color #304E23 in popluar number systems.

HEX 30 4E 23
Decimal 48 78 35
Binary 110000 1001110 100011
Octal 60 116 43

Shades and tints

Shades of #304E23

#304E23
(48,78,35)
#2C4720
(44,71,32)
#28401D
(40,64,29)
#24391A
(36,57,26)
#203217
(32,50,23)
#1C2B14
(28,43,20)
#182411
(24,36,17)
#141D0E
(20,29,14)
#10160B
(16,22,11)
#0C0F08
(12,15,8)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #304E23

#304E23
(48,78,35)
#425E37
(66,94,55)
#546E4B
(84,110,75)
#667E5F
(102,126,95)
#788E73
(120,142,115)
#8A9E87
(138,158,135)
#9CAE9B
(156,174,155)
#AEBEAF
(174,190,175)
#C0CEC3
(192,206,195)
#D2DED7
(210,222,215)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304E23; }

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

This text font color is #304E23.

Background Color

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

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

This div background color is #304E23.

Border color

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

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

This div border color is #304E23.

Opacity

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

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

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

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

This text has shadow with #304E23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304E23.

Preview

Color preview on black background

This text has color #304E23 on black background.


Color preview on white background

This text has color #304E23 on white background.


Black color preview on #304E23 background

This text has black color on #304E23 background.


White color preview on #304E23 background

This text has white color on #304E23 background.


Related colors

Complementary color

Complementary color for #hex is #CFB1DC.


I love getcolorcode.com

Triadic colors

1 #23304E and #4E2330 with #304E23 are triadic colors.

2 #234E30 and #4E3023 with #304E23 are triadic colors.