COLOR #306048

HEX: #306048
RGB: (48,96,72)

Color info

#306048 contains red, green and blue colors in about the same proportion. Web safe color of #306048 is #336633 (or #363).

RGB color model

#306048 color RGB value is (48,96,72).

  • red value is 48;
  • green value is 96;
  • blue value is 72.
RGB:
(48,96,72)
(19%,38%,28%)

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 72 of 255 = 28%

48
96
72

R + G + B ~ 28%. #306048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 72 = 216 (100%)
R 48 of 216 ~ 22.22%
G 96 of 216 ~ 44.44%
B 72 of 216 ~ 33.33%

%22.22
%44.44
%33.33

CMYK color model

#306048 color CMYK value is (50,0,25,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(50,0,25,62)
C50M0Y25K62 
(50%,0%,25%,62%)
(0.50/0.00/0.25/0.62)	

CMYK percentages

%50
%0
%25
%62.35

Codes

Color #306048 in popluar color models

306048
RGB489672
HSL150°33.33%28.24%
HSB/HSV150°50.00%37.65%
CMYK50.00%0.00%25.00%
62.35%

Color #306048 in popluar number systems.

HEX306048
Decimal489672
Binary11000011000001001000
Octal60140110

Shades and tints

Shades of #306048

#306048
(48,96,72)
#2C5842
(44,88,66)
#28503C
(40,80,60)
#244836
(36,72,54)
#204030
(32,64,48)
#1C382A
(28,56,42)
#183024
(24,48,36)
#14281E
(20,40,30)
#102018
(16,32,24)
#0C1812
(12,24,18)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #306048

#306048
(48,96,72)
#426E58
(66,110,88)
#547C68
(84,124,104)
#668A78
(102,138,120)
#789888
(120,152,136)
#8AA698
(138,166,152)
#9CB4A8
(156,180,168)
#AEC2B8
(174,194,184)
#C0D0C8
(192,208,200)
#D2DED8
(210,222,216)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306048 color. Also use rgb(48,96,72) instead hex code.

Text Font Color

.myTextColor { color: #306048; }

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

This text font color is #306048.


Background Color

.myBgColor { background-color: #306048; }

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

This div background color is #306048.


Border color

.myBorderColor { border: 1px solid #306048; }

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

This div border color is #306048.


Opacity

.myOpacity80 { color: #306048; opacity: 0.8; }

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

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

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

This text has shadow with #306048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306048 on black background.


Color preview on white background

This text has color #306048 on white background.



Black color preview on #306048 background

This text has black color on #306048 background.


White color preview on #306048 background

This text has white color on #306048 background.