COLOR #304D3B

HEX: #304D3B RGB: (48,77,59)

Color info

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

RGB color model

#304D3B color RGB value is (48,77,59).

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

RGB channels and saturation

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

48
77
59

R + G + B ~ 24%. #304D3B is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 77 + 59 = 184 (100%)
R 48 of 184 ~ 26.09%
G 77 of 184 ~ 41.85%
B 59 of 184 ~ 32.07'%

%26.09
%41.85
%32.07

CMYK color model

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

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

CMYK: (38,0,23,70)
C38M0Y23K70 (38%, 0%, 23%, 70%)
(0.38 / 0.00 / 0.23 / 0.70)

CMYK percentages

%37.66
%0
%23.38
%69.8

Codes

Color #304D3B in popluar color models

30 4D 3B
RGB 48 77 59
HSL 143° 23.20% 24.51%
HSB/HSV 143° 37.66% 30.20%
CMYK 37.66% 0.00% 23.38%
69.80%

Color #304D3B in popluar number systems.

HEX 30 4D 3B
Decimal 48 77 59
Binary 110000 1001101 111011
Octal 60 115 73

Shades and tints

Shades of #304D3B

#304D3B
(48,77,59)
#2C4636
(44,70,54)
#283F31
(40,63,49)
#24382C
(36,56,44)
#203127
(32,49,39)
#1C2A22
(28,42,34)
#18231D
(24,35,29)
#141C18
(20,28,24)
#101513
(16,21,19)
#0C0E0E
(12,14,14)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #304D3B

#304D3B
(48,77,59)
#425D4C
(66,93,76)
#546D5D
(84,109,93)
#667D6E
(102,125,110)
#788D7F
(120,141,127)
#8A9D90
(138,157,144)
#9CADA1
(156,173,161)
#AEBDB2
(174,189,178)
#C0CDC3
(192,205,195)
#D2DDD4
(210,221,212)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304D3B; }

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

This text font color is #304D3B.

Background Color

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

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

This div background color is #304D3B.

Border color

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

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

This div border color is #304D3B.

Opacity

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

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

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

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

This text has shadow with #304D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304D3B.

Preview

Color preview on black background

This text has color #304D3B on black background.


Color preview on white background

This text has color #304D3B on white background.


Black color preview on #304D3B background

This text has black color on #304D3B background.


White color preview on #304D3B background

This text has white color on #304D3B background.


Related colors

Complementary color

Complementary color for #hex is #CFB2C4.


I love getcolorcode.com

Triadic colors

1 #3B304D and #4D3B30 with #304D3B are triadic colors.

2 #3B4D30 and #4D303B with #304D3B are triadic colors.