COLOR #308CA5

HEX: #308CA5
RGB: (48,140,165)

Color info

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

RGB color model

#308CA5 color RGB value is (48,140,165).

  • red value is 48;
  • green value is 140;
  • blue value is 165.
RGB:
(48,140,165)
(19%,55%,65%)

RGB channels and saturation

R 48 of 255 = 19%
G 140 of 255 = 55%
B 165 of 255 = 65%

48
140
165

R + G + B ~ 46%. #308CA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 140 + 165 = 353 (100%)
R 48 of 353 ~ 13.6%
G 140 of 353 ~ 39.66%
B 165 of 353 ~ 46.74%

%13.6
%39.66
%46.74

CMYK color model

#308CA5 color CMYK value is (71,15,0,35).

  • cyan value is 70.91%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(71,15,0,35)
C71M15Y0K35 
(71%,15%,0%,35%)
(0.71/0.15/0.00/0.35)	

CMYK percentages

%70.91
%15.15
%0
%35.29

Codes

Color #308CA5 in popluar color models

308CA5
RGB48140165
HSL193°54.93%41.76%
HSB/HSV193°70.91%64.71%
CMYK70.91%15.15%0.00%
35.29%

Color #308CA5 in popluar number systems.

HEX308CA5
Decimal48140165
Binary1100001000110010100101
Octal60214245

Shades and tints

Shades of #308CA5

#308CA5
(48,140,165)
#2C8096
(44,128,150)
#287487
(40,116,135)
#246878
(36,104,120)
#205C69
(32,92,105)
#1C505A
(28,80,90)
#18444B
(24,68,75)
#14383C
(20,56,60)
#102C2D
(16,44,45)
#0C201E
(12,32,30)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #308CA5

#308CA5
(48,140,165)
#4296AD
(66,150,173)
#54A0B5
(84,160,181)
#66AABD
(102,170,189)
#78B4C5
(120,180,197)
#8ABECD
(138,190,205)
#9CC8D5
(156,200,213)
#AED2DD
(174,210,221)
#C0DCE5
(192,220,229)
#D2E6ED
(210,230,237)
#E4F0F5
(228,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308CA5 color. Also use rgb(48,140,165) instead hex code.

Text Font Color

.myTextColor { color: #308CA5; }

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

This text font color is #308CA5.


Background Color

.myBgColor { background-color: #308CA5; }

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

This div background color is #308CA5.


Border color

.myBorderColor { border: 1px solid #308CA5; }

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

This div border color is #308CA5.


Opacity

.myOpacity80 { color: #308CA5; opacity: 0.8; }

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

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

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

This text has shadow with #308CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308CA5 on black background.


Color preview on white background

This text has color #308CA5 on white background.



Black color preview on #308CA5 background

This text has black color on #308CA5 background.


White color preview on #308CA5 background

This text has white color on #308CA5 background.