COLOR #304B24

HEX: #304B24
RGB: (48,75,36)

Color info

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

RGB color model

#304B24 color RGB value is (48,75,36).

  • red value is 48;
  • green value is 75;
  • blue value is 36.
RGB:
(48,75,36)
(19%,29%,14%)

RGB channels and saturation

R 48 of 255 = 19%
G 75 of 255 = 29%
B 36 of 255 = 14%

48
75
36

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

Portions of RGB colors in percentages

R + G + B =
48 + 75 + 36 = 159 (100%)
R 48 of 159 ~ 30.19%
G 75 of 159 ~ 47.17%
B 36 of 159 ~ 22.64%

%30.19
%47.17
%22.64

CMYK color model

#304B24 color CMYK value is (36,0,52,71).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(36,0,52,71)
C36M0Y52K71 
(36%,0%,52%,71%)
(0.36/0.00/0.52/0.71)	

CMYK percentages

%36
%0
%52
%70.59

Codes

Color #304B24 in popluar color models

304B24
RGB487536
HSL102°35.14%21.76%
HSB/HSV102°52.00%29.41%
CMYK36.00%0.00%52.00%
70.59%

Color #304B24 in popluar number systems.

HEX304B24
Decimal487536
Binary1100001001011100100
Octal6011344

Shades and tints

Shades of #304B24

#304B24
(48,75,36)
#2C4521
(44,69,33)
#283F1E
(40,63,30)
#24391B
(36,57,27)
#203318
(32,51,24)
#1C2D15
(28,45,21)
#182712
(24,39,18)
#14210F
(20,33,15)
#101B0C
(16,27,12)
#0C1509
(12,21,9)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #304B24

#304B24
(48,75,36)
#425B37
(66,91,55)
#546B4A
(84,107,74)
#667B5D
(102,123,93)
#788B70
(120,139,112)
#8A9B83
(138,155,131)
#9CAB96
(156,171,150)
#AEBBA9
(174,187,169)
#C0CBBC
(192,203,188)
#D2DBCF
(210,219,207)
#E4EBE2
(228,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304B24; }

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

This text font color is #304B24.


Background Color

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

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

This div background color is #304B24.


Border color

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

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

This div border color is #304B24.


Opacity

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

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

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

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

This text has shadow with #304B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304B24 on black background.


Color preview on white background

This text has color #304B24 on white background.



Black color preview on #304B24 background

This text has black color on #304B24 background.


White color preview on #304B24 background

This text has white color on #304B24 background.