COLOR #308C9D

HEX: #308C9D RGB: (48,140,157)

Color info

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

RGB color model

#308C9D color RGB value is (48,140,157).

RGB: (48,140,157) (19%, 55%, 62%)

RGB channels and saturation

R 48 of 255 = 19%
G 140 of 255 = 55%
B 157 of 255 = 62%

48
140
157

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

Portions of RGB colors in percentages

R + G + B = 48 + 140 + 157 = 345 (100%)
R 48 of 345 ~ 13.91%
G 140 of 345 ~ 40.58%
B 157 of 345 ~ 45.51'%

%13.91
%40.58
%45.51

CMYK color model

#308C9D color CMYK value is (69,11,0,38).

  • cyan value is 69.43%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (69,11,0,38)
C69M11Y0K38 (69%, 11%, 0%, 38%)
(0.69 / 0.11 / 0.00 / 0.38)

CMYK percentages

%69.43
%10.83
%0
%38.43

Codes

Color #308C9D in popluar color models

30 8C 9D
RGB 48 140 157
HSL 189° 53.17% 40.20%
HSB/HSV 189° 69.43% 61.57%
CMYK 69.43% 10.83% 0.00%
38.43%

Color #308C9D in popluar number systems.

HEX 30 8C 9D
Decimal 48 140 157
Binary 110000 10001100 10011101
Octal 60 214 235

Shades and tints

Shades of #308C9D

#308C9D
(48,140,157)
#2C808F
(44,128,143)
#287481
(40,116,129)
#246873
(36,104,115)
#205C65
(32,92,101)
#1C5057
(28,80,87)
#184449
(24,68,73)
#14383B
(20,56,59)
#102C2D
(16,44,45)
#0C201F
(12,32,31)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #308C9D

#308C9D
(48,140,157)
#4296A5
(66,150,165)
#54A0AD
(84,160,173)
#66AAB5
(102,170,181)
#78B4BD
(120,180,189)
#8ABEC5
(138,190,197)
#9CC8CD
(156,200,205)
#AED2D5
(174,210,213)
#C0DCDD
(192,220,221)
#D2E6E5
(210,230,229)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308C9D; }

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

This text font color is #308C9D.

Background Color

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

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

This div background color is #308C9D.

Border color

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

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

This div border color is #308C9D.

Opacity

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

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

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

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

This text has shadow with #308C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #308C9D.

Preview

Color preview on black background

This text has color #308C9D on black background.


Color preview on white background

This text has color #308C9D on white background.


Black color preview on #308C9D background

This text has black color on #308C9D background.


White color preview on #308C9D background

This text has white color on #308C9D background.


Related colors

Complementary color

Complementary color for #hex is #CF7362.


I love getcolorcode.com

Triadic colors

1 #9D308C and #8C9D30 with #308C9D are triadic colors.

2 #9D8C30 and #8C309D with #308C9D are triadic colors.