COLOR #306454

HEX: #306454
RGB: (48,100,84)

Color info

#306454 contains red, green and blue colors in about the same proportion. Web safe color of #306454 is #336666 (or #366).

RGB color model

#306454 color RGB value is (48,100,84).

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

RGB channels and saturation

R 48 of 255 = 19%
G 100 of 255 = 39%
B 84 of 255 = 33%

48
100
84

R + G + B ~ 30%. #306454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 100 + 84 = 232 (100%)
R 48 of 232 ~ 20.69%
G 100 of 232 ~ 43.1%
B 84 of 232 ~ 36.21%

%20.69
%43.1
%36.21

CMYK color model

#306454 color CMYK value is (52,0,16,61).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%
CMYK:
(52,0,16,61)
C52M0Y16K61 
(52%,0%,16%,61%)
(0.52/0.00/0.16/0.61)	

CMYK percentages

%52
%0
%16
%60.78

Codes

Color #306454 in popluar color models

306454
RGB4810084
HSL162°35.14%29.02%
HSB/HSV162°52.00%39.22%
CMYK52.00%0.00%16.00%
60.78%

Color #306454 in popluar number systems.

HEX306454
Decimal4810084
Binary11000011001001010100
Octal60144124

Shades and tints

Shades of #306454

#306454
(48,100,84)
#2C5B4D
(44,91,77)
#285246
(40,82,70)
#24493F
(36,73,63)
#204038
(32,64,56)
#1C3731
(28,55,49)
#182E2A
(24,46,42)
#142523
(20,37,35)
#101C1C
(16,28,28)
#0C1315
(12,19,21)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #306454

#306454
(48,100,84)
#427263
(66,114,99)
#548072
(84,128,114)
#668E81
(102,142,129)
#789C90
(120,156,144)
#8AAA9F
(138,170,159)
#9CB8AE
(156,184,174)
#AEC6BD
(174,198,189)
#C0D4CC
(192,212,204)
#D2E2DB
(210,226,219)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306454; }

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

This text font color is #306454.


Background Color

.myBgColor { background-color: #306454; }

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

This div background color is #306454.


Border color

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

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

This div border color is #306454.


Opacity

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

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

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

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

This text has shadow with #306454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306454 on black background.


Color preview on white background

This text has color #306454 on white background.



Black color preview on #306454 background

This text has black color on #306454 background.


White color preview on #306454 background

This text has white color on #306454 background.