COLOR #304623

HEX: #304623 RGB: (48,70,35)

Color info

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

RGB color model

#304623 color RGB value is (48,70,35).

RGB: (48,70,35) (19%, 27%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 35 of 255 = 14%

48
70
35

R + G + B ~ 20%. #304623 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 70 + 35 = 153 (100%)
R 48 of 153 ~ 31.37%
G 70 of 153 ~ 45.75%
B 35 of 153 ~ 22.88'%

%31.37
%45.75
%22.88

CMYK color model

#304623 color CMYK value is (31,0,50,73).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK: (31,0,50,73) C31M0Y50K73 (31%,0%,50%,73%) (0.31/0.00/0.50/0.73) 

CMYK percentages

%31.43
%0
%50
%72.55

Codes

Color #304623 in popluar color models

30 46 23
RGB 48 70 35
HSL 98° 33.33% 20.59%
HSB/HSV 98° 50.00% 27.45%
CMYK 31.43% 0.00% 50.00%
72.55%

Color #304623 in popluar number systems.

HEX 30 46 23
Decimal 48 70 35
Binary 110000 1000110 100011
Octal 60 106 43

Shades and tints

Shades of #304623

#304623
(48,70,35)
#2C4020
(44,64,32)
#283A1D
(40,58,29)
#24341A
(36,52,26)
#202E17
(32,46,23)
#1C2814
(28,40,20)
#182211
(24,34,17)
#141C0E
(20,28,14)
#10160B
(16,22,11)
#0C1008
(12,16,8)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #304623

#304623
(48,70,35)
#425637
(66,86,55)
#54664B
(84,102,75)
#66765F
(102,118,95)
#788673
(120,134,115)
#8A9687
(138,150,135)
#9CA69B
(156,166,155)
#AEB6AF
(174,182,175)
#C0C6C3
(192,198,195)
#D2D6D7
(210,214,215)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304623; }

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

This text font color is #304623.

Background Color

.myBgColor { background-color: #304623; }

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

This div background color is #304623.

Border color

.myBorderColor { border: 1px solid #304623; }

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

This div border color is #304623.

Opacity

.myOpacity80 { color: #304623; opacity: 0.8; }

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

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

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

This text has shadow with #304623 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304623.

Preview

Color preview on black background

This text has color #304623 on black background.


Color preview on white background

This text has color #304623 on white background.


Black color preview on #304623 background

This text has black color on #304623 background.


White color preview on #304623 background

This text has white color on #304623 background.


Related colors

Complementary color

Complementary color for #hex is #CFB9DC.


I love getcolorcode.com

Triadic colors

1 #233046 and #462330 with #304623 are triadic colors.

2 #234630 and #463023 with #304623 are triadic colors.