COLOR #304D17

HEX: #304D17 RGB: (48,77,23)

Color info

#304D17 contains red, green and blue colors in about the same proportion. Web safe color of #304D17 is #333300 (or #330).

RGB color model

#304D17 color RGB value is (48,77,23).

RGB: (48,77,23) (19%, 30%, 9%)

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 23 of 255 = 9%

48
77
23

R + G + B ~ 19%. #304D17 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 77 + 23 = 148 (100%)
R 48 of 148 ~ 32.43%
G 77 of 148 ~ 52.03%
B 23 of 148 ~ 15.54'%

%32.43
%52.03
%15.54

CMYK color model

#304D17 color CMYK value is (38,0,70,70).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 70.13%
  • key color value is 69.80%

CMYK: (38,0,70,70)
C38M0Y70K70 (38%, 0%, 70%, 70%)
(0.38 / 0.00 / 0.70 / 0.70)

CMYK percentages

%37.66
%0
%70.13
%69.8

Codes

Color #304D17 in popluar color models

30 4D 17
RGB 48 77 23
HSL 92° 54.00% 19.61%
HSB/HSV 92° 70.13% 30.20%
CMYK 37.66% 0.00% 70.13%
69.80%

Color #304D17 in popluar number systems.

HEX 30 4D 17
Decimal 48 77 23
Binary 110000 1001101 10111
Octal 60 115 27

Shades and tints

Shades of #304D17

#304D17
(48,77,23)
#2C4615
(44,70,21)
#283F13
(40,63,19)
#243811
(36,56,17)
#20310F
(32,49,15)
#1C2A0D
(28,42,13)
#18230B
(24,35,11)
#141C09
(20,28,9)
#101507
(16,21,7)
#0C0E05
(12,14,5)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #304D17

#304D17
(48,77,23)
#425D2C
(66,93,44)
#546D41
(84,109,65)
#667D56
(102,125,86)
#788D6B
(120,141,107)
#8A9D80
(138,157,128)
#9CAD95
(156,173,149)
#AEBDAA
(174,189,170)
#C0CDBF
(192,205,191)
#D2DDD4
(210,221,212)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304D17 color. Also use rgb(48,77,23) instead hex code.

Text Font Color

.myTextColor { color: #304D17; }

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

This text font color is #304D17.

Background Color

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

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

This div background color is #304D17.

Border color

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

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

This div border color is #304D17.

Opacity

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

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

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

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

This text has shadow with #304D17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304D17.

Preview

Color preview on black background

This text has color #304D17 on black background.


Color preview on white background

This text has color #304D17 on white background.


Black color preview on #304D17 background

This text has black color on #304D17 background.


White color preview on #304D17 background

This text has white color on #304D17 background.


Related colors

Complementary color

Complementary color for #hex is #CFB2E8.


I love getcolorcode.com

Triadic colors

1 #17304D and #4D1730 with #304D17 are triadic colors.

2 #174D30 and #4D3017 with #304D17 are triadic colors.