COLOR #308584

HEX: #308584
RGB: (48,133,132)

Color info

#308584 contains mainly green and blue colors. Web safe color of #308584 is #339999 (or #399).

RGB color model

#308584 color RGB value is (48,133,132).

  • red value is 48;
  • green value is 133;
  • blue value is 132.
RGB:
(48,133,132)
(19%,52%,52%)

RGB channels and saturation

R 48 of 255 = 19%
G 133 of 255 = 52%
B 132 of 255 = 52%

48
133
132

R + G + B ~ 41%. #308584 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 133 + 132 = 313 (100%)
R 48 of 313 ~ 15.34%
G 133 of 313 ~ 42.49%
B 132 of 313 ~ 42.17%

%15.34
%42.49
%42.17

CMYK color model

#308584 color CMYK value is (64,0,1,48).

  • cyan value is 63.91%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(64,0,1,48)
C64M0Y1K48 
(64%,0%,1%,48%)
(0.64/0.00/0.01/0.48)	

CMYK percentages

%63.91
%0
%0.75
%47.84

Codes

Color #308584 in popluar color models

308584
RGB48133132
HSL179°46.96%35.49%
HSB/HSV179°63.91%52.16%
CMYK63.91%0.00%0.75%
47.84%

Color #308584 in popluar number systems.

HEX308584
Decimal48133132
Binary1100001000010110000100
Octal60205204

Shades and tints

Shades of #308584

#308584
(48,133,132)
#2C7978
(44,121,120)
#286D6C
(40,109,108)
#246160
(36,97,96)
#205554
(32,85,84)
#1C4948
(28,73,72)
#183D3C
(24,61,60)
#143130
(20,49,48)
#102524
(16,37,36)
#0C1918
(12,25,24)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #308584

#308584
(48,133,132)
#42908F
(66,144,143)
#549B9A
(84,155,154)
#66A6A5
(102,166,165)
#78B1B0
(120,177,176)
#8ABCBB
(138,188,187)
#9CC7C6
(156,199,198)
#AED2D1
(174,210,209)
#C0DDDC
(192,221,220)
#D2E8E7
(210,232,231)
#E4F3F2
(228,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308584 color. Also use rgb(48,133,132) instead hex code.

Text Font Color

.myTextColor { color: #308584; }

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

This text font color is #308584.


Background Color

.myBgColor { background-color: #308584; }

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

This div background color is #308584.


Border color

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

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

This div border color is #308584.


Opacity

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

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

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

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

This text has shadow with #308584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308584 on black background.


Color preview on white background

This text has color #308584 on white background.



Black color preview on #308584 background

This text has black color on #308584 background.


White color preview on #308584 background

This text has white color on #308584 background.