COLOR #304D26

HEX: #304D26
RGB: (48,77,38)

Color info

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

RGB color model

#304D26 color RGB value is (48,77,38).

  • red value is 48;
  • green value is 77;
  • blue value is 38.
RGB:
(48,77,38)
(19%,30%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 38 of 255 = 15%

48
77
38

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

Portions of RGB colors in percentages

R + G + B =
48 + 77 + 38 = 163 (100%)
R 48 of 163 ~ 29.45%
G 77 of 163 ~ 47.24%
B 38 of 163 ~ 23.31%

%29.45
%47.24
%23.31

CMYK color model

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

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 50.65%
  • key color value is 69.80%
CMYK:
(38,0,51,70)
C38M0Y51K70 
(38%,0%,51%,70%)
(0.38/0.00/0.51/0.70)	

CMYK percentages

%37.66
%0
%50.65
%69.8

Codes

Color #304D26 in popluar color models

304D26
RGB487738
HSL105°33.91%22.55%
HSB/HSV105°50.65%30.20%
CMYK37.66%0.00%50.65%
69.80%

Color #304D26 in popluar number systems.

HEX304D26
Decimal487738
Binary1100001001101100110
Octal6011546

Shades and tints

Shades of #304D26

#304D26
(48,77,38)
#2C4623
(44,70,35)
#283F20
(40,63,32)
#24381D
(36,56,29)
#20311A
(32,49,26)
#1C2A17
(28,42,23)
#182314
(24,35,20)
#141C11
(20,28,17)
#10150E
(16,21,14)
#0C0E0B
(12,14,11)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #304D26

#304D26
(48,77,38)
#425D39
(66,93,57)
#546D4C
(84,109,76)
#667D5F
(102,125,95)
#788D72
(120,141,114)
#8A9D85
(138,157,133)
#9CAD98
(156,173,152)
#AEBDAB
(174,189,171)
#C0CDBE
(192,205,190)
#D2DDD1
(210,221,209)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304D26; }

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

This text font color is #304D26.


Background Color

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

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

This div background color is #304D26.


Border color

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

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

This div border color is #304D26.


Opacity

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

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

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

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

This text has shadow with #304D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304D26 on black background.


Color preview on white background

This text has color #304D26 on white background.



Black color preview on #304D26 background

This text has black color on #304D26 background.


White color preview on #304D26 background

This text has white color on #304D26 background.