COLOR #306449

HEX: #306449
RGB: (48,100,73)

Color info

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

RGB color model

#306449 color RGB value is (48,100,73).

  • red value is 48;
  • green value is 100;
  • blue value is 73.
RGB:
(48,100,73)
(19%,39%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 100 of 255 = 39%
B 73 of 255 = 29%

48
100
73

R + G + B ~ 29%. #306449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 100 + 73 = 221 (100%)
R 48 of 221 ~ 21.72%
G 100 of 221 ~ 45.25%
B 73 of 221 ~ 33.03%

%21.72
%45.25
%33.03

CMYK color model

#306449 color CMYK value is (52,0,27,61).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(52,0,27,61)
C52M0Y27K61 
(52%,0%,27%,61%)
(0.52/0.00/0.27/0.61)	

CMYK percentages

%52
%0
%27
%60.78

Codes

Color #306449 in popluar color models

306449
RGB4810073
HSL149°35.14%29.02%
HSB/HSV149°52.00%39.22%
CMYK52.00%0.00%27.00%
60.78%

Color #306449 in popluar number systems.

HEX306449
Decimal4810073
Binary11000011001001001001
Octal60144111

Shades and tints

Shades of #306449

#306449
(48,100,73)
#2C5B43
(44,91,67)
#28523D
(40,82,61)
#244937
(36,73,55)
#204031
(32,64,49)
#1C372B
(28,55,43)
#182E25
(24,46,37)
#14251F
(20,37,31)
#101C19
(16,28,25)
#0C1313
(12,19,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #306449

#306449
(48,100,73)
#427259
(66,114,89)
#548069
(84,128,105)
#668E79
(102,142,121)
#789C89
(120,156,137)
#8AAA99
(138,170,153)
#9CB8A9
(156,184,169)
#AEC6B9
(174,198,185)
#C0D4C9
(192,212,201)
#D2E2D9
(210,226,217)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306449 color. Also use rgb(48,100,73) instead hex code.

Text Font Color

.myTextColor { color: #306449; }

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

This text font color is #306449.


Background Color

.myBgColor { background-color: #306449; }

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

This div background color is #306449.


Border color

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

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

This div border color is #306449.


Opacity

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

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

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

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

This text has shadow with #306449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306449 on black background.


Color preview on white background

This text has color #306449 on white background.



Black color preview on #306449 background

This text has black color on #306449 background.


White color preview on #306449 background

This text has white color on #306449 background.