COLOR #304C31

HEX: #304C31
RGB: (48,76,49)

Color info

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

RGB color model

#304C31 color RGB value is (48,76,49).

  • red value is 48;
  • green value is 76;
  • blue value is 49.
RGB:
(48,76,49)
(19%,30%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 76 of 255 = 30%
B 49 of 255 = 19%

48
76
49

R + G + B ~ 23%. #304C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 76 + 49 = 173 (100%)
R 48 of 173 ~ 27.75%
G 76 of 173 ~ 43.93%
B 49 of 173 ~ 28.32%

%27.75
%43.93
%28.32

CMYK color model

#304C31 color CMYK value is (37,0,36,70).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 70.20%
CMYK:
(37,0,36,70)
C37M0Y36K70 
(37%,0%,36%,70%)
(0.37/0.00/0.36/0.70)	

CMYK percentages

%36.84
%0
%35.53
%70.2

Codes

Color #304C31 in popluar color models

304C31
RGB487649
HSL122°22.58%24.31%
HSB/HSV122°36.84%29.80%
CMYK36.84%0.00%35.53%
70.20%

Color #304C31 in popluar number systems.

HEX304C31
Decimal487649
Binary1100001001100110001
Octal6011461

Shades and tints

Shades of #304C31

#304C31
(48,76,49)
#2C462D
(44,70,45)
#284029
(40,64,41)
#243A25
(36,58,37)
#203421
(32,52,33)
#1C2E1D
(28,46,29)
#182819
(24,40,25)
#142215
(20,34,21)
#101C11
(16,28,17)
#0C160D
(12,22,13)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #304C31

#304C31
(48,76,49)
#425C43
(66,92,67)
#546C55
(84,108,85)
#667C67
(102,124,103)
#788C79
(120,140,121)
#8A9C8B
(138,156,139)
#9CAC9D
(156,172,157)
#AEBCAF
(174,188,175)
#C0CCC1
(192,204,193)
#D2DCD3
(210,220,211)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304C31 color. Also use rgb(48,76,49) instead hex code.

Text Font Color

.myTextColor { color: #304C31; }

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

This text font color is #304C31.


Background Color

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

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

This div background color is #304C31.


Border color

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

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

This div border color is #304C31.


Opacity

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

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

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

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

This text has shadow with #304C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304C31 on black background.


Color preview on white background

This text has color #304C31 on white background.



Black color preview on #304C31 background

This text has black color on #304C31 background.


White color preview on #304C31 background

This text has white color on #304C31 background.