COLOR #304C3A

HEX: #304C3A RGB: (48,76,58)

Color info

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

RGB color model

#304C3A color RGB value is (48,76,58).

RGB: (48,76,58) (19%, 30%, 23%)

RGB channels and saturation

R 48 of 255 = 19%
G 76 of 255 = 30%
B 58 of 255 = 23%

48
76
58

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

Portions of RGB colors in percentages

R + G + B = 48 + 76 + 58 = 182 (100%)
R 48 of 182 ~ 26.37%
G 76 of 182 ~ 41.76%
B 58 of 182 ~ 31.87'%

%26.37
%41.76
%31.87

CMYK color model

#304C3A color CMYK value is (37,0,24,70).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 70.20%

CMYK: (37,0,24,70)
C37M0Y24K70 (37%, 0%, 24%, 70%)
(0.37 / 0.00 / 0.24 / 0.70)

CMYK percentages

%36.84
%0
%23.68
%70.2

Codes

Color #304C3A in popluar color models

30 4C 3A
RGB 48 76 58
HSL 141° 22.58% 24.31%
HSB/HSV 141° 36.84% 29.80%
CMYK 36.84% 0.00% 23.68%
70.20%

Color #304C3A in popluar number systems.

HEX 30 4C 3A
Decimal 48 76 58
Binary 110000 1001100 111010
Octal 60 114 72

Shades and tints

Shades of #304C3A

#304C3A
(48,76,58)
#2C4635
(44,70,53)
#284030
(40,64,48)
#243A2B
(36,58,43)
#203426
(32,52,38)
#1C2E21
(28,46,33)
#18281C
(24,40,28)
#142217
(20,34,23)
#101C12
(16,28,18)
#0C160D
(12,22,13)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #304C3A

#304C3A
(48,76,58)
#425C4B
(66,92,75)
#546C5C
(84,108,92)
#667C6D
(102,124,109)
#788C7E
(120,140,126)
#8A9C8F
(138,156,143)
#9CACA0
(156,172,160)
#AEBCB1
(174,188,177)
#C0CCC2
(192,204,194)
#D2DCD3
(210,220,211)
#E4ECE4
(228,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304C3A; }

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

This text font color is #304C3A.

Background Color

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

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

This div background color is #304C3A.

Border color

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

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

This div border color is #304C3A.

Opacity

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

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

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

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

This text has shadow with #304C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304C3A.

Preview

Color preview on black background

This text has color #304C3A on black background.


Color preview on white background

This text has color #304C3A on white background.


Black color preview on #304C3A background

This text has black color on #304C3A background.


White color preview on #304C3A background

This text has white color on #304C3A background.


Related colors

Complementary color

Complementary color for #hex is #CFB3C5.


I love getcolorcode.com

Triadic colors

1 #3A304C and #4C3A30 with #304C3A are triadic colors.

2 #3A4C30 and #4C303A with #304C3A are triadic colors.