COLOR #306458

HEX: #306458
RGB: (48,100,88)

Color info

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

RGB color model

#306458 color RGB value is (48,100,88).

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

RGB channels and saturation

R 48 of 255 = 19%
G 100 of 255 = 39%
B 88 of 255 = 35%

48
100
88

R + G + B ~ 31%. #306458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 100 + 88 = 236 (100%)
R 48 of 236 ~ 20.34%
G 100 of 236 ~ 42.37%
B 88 of 236 ~ 37.29%

%20.34
%42.37
%37.29

CMYK color model

#306458 color CMYK value is (52,0,12,61).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 60.78%
CMYK:
(52,0,12,61)
C52M0Y12K61 
(52%,0%,12%,61%)
(0.52/0.00/0.12/0.61)	

CMYK percentages

%52
%0
%12
%60.78

Codes

Color #306458 in popluar color models

306458
RGB4810088
HSL166°35.14%29.02%
HSB/HSV166°52.00%39.22%
CMYK52.00%0.00%12.00%
60.78%

Color #306458 in popluar number systems.

HEX306458
Decimal4810088
Binary11000011001001011000
Octal60144130

Shades and tints

Shades of #306458

#306458
(48,100,88)
#2C5B50
(44,91,80)
#285248
(40,82,72)
#244940
(36,73,64)
#204038
(32,64,56)
#1C3730
(28,55,48)
#182E28
(24,46,40)
#142520
(20,37,32)
#101C18
(16,28,24)
#0C1310
(12,19,16)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #306458

#306458
(48,100,88)
#427267
(66,114,103)
#548076
(84,128,118)
#668E85
(102,142,133)
#789C94
(120,156,148)
#8AAAA3
(138,170,163)
#9CB8B2
(156,184,178)
#AEC6C1
(174,198,193)
#C0D4D0
(192,212,208)
#D2E2DF
(210,226,223)
#E4F0EE
(228,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306458; }

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

This text font color is #306458.


Background Color

.myBgColor { background-color: #306458; }

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

This div background color is #306458.


Border color

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

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

This div border color is #306458.


Opacity

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

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

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

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

This text has shadow with #306458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306458 on black background.


Color preview on white background

This text has color #306458 on white background.



Black color preview on #306458 background

This text has black color on #306458 background.


White color preview on #306458 background

This text has white color on #306458 background.