COLOR #304B2E

HEX: #304B2E RGB: (48,75,46)

Color info

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

RGB color model

#304B2E color RGB value is (48,75,46).

RGB: (48,75,46) (19%, 29%, 18%)

RGB channels and saturation

R 48 of 255 = 19%
G 75 of 255 = 29%
B 46 of 255 = 18%

48
75
46

R + G + B ~ 22%. #304B2E is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 75 + 46 = 169 (100%)
R 48 of 169 ~ 28.4%
G 75 of 169 ~ 44.38%
B 46 of 169 ~ 27.22'%

%28.4
%44.38
%27.22

CMYK color model

#304B2E color CMYK value is (36,0,39,71).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 70.59%

CMYK: (36,0,39,71)
C36M0Y39K71 (36%, 0%, 39%, 71%)
(0.36 / 0.00 / 0.39 / 0.71)

CMYK percentages

%36
%0
%38.67
%70.59

Codes

Color #304B2E in popluar color models

30 4B 2E
RGB 48 75 46
HSL 116° 23.97% 23.73%
HSB/HSV 116° 38.67% 29.41%
CMYK 36.00% 0.00% 38.67%
70.59%

Color #304B2E in popluar number systems.

HEX 30 4B 2E
Decimal 48 75 46
Binary 110000 1001011 101110
Octal 60 113 56

Shades and tints

Shades of #304B2E

#304B2E
(48,75,46)
#2C452A
(44,69,42)
#283F26
(40,63,38)
#243922
(36,57,34)
#20331E
(32,51,30)
#1C2D1A
(28,45,26)
#182716
(24,39,22)
#142112
(20,33,18)
#101B0E
(16,27,14)
#0C150A
(12,21,10)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #304B2E

#304B2E
(48,75,46)
#425B41
(66,91,65)
#546B54
(84,107,84)
#667B67
(102,123,103)
#788B7A
(120,139,122)
#8A9B8D
(138,155,141)
#9CABA0
(156,171,160)
#AEBBB3
(174,187,179)
#C0CBC6
(192,203,198)
#D2DBD9
(210,219,217)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304B2E color. Also use rgb(48,75,46) instead hex code.

Text Font Color

.myTextColor { color: #304B2E; }

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

This text font color is #304B2E.

Background Color

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

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

This div background color is #304B2E.

Border color

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

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

This div border color is #304B2E.

Opacity

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

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

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

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

This text has shadow with #304B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304B2E.

Preview

Color preview on black background

This text has color #304B2E on black background.


Color preview on white background

This text has color #304B2E on white background.


Black color preview on #304B2E background

This text has black color on #304B2E background.


White color preview on #304B2E background

This text has white color on #304B2E background.


Related colors

Complementary color

Complementary color for #hex is #CFB4D1.


I love getcolorcode.com

Triadic colors

1 #2E304B and #4B2E30 with #304B2E are triadic colors.

2 #2E4B30 and #4B302E with #304B2E are triadic colors.