COLOR #308C66

HEX: #308C66
RGB: (48,140,102)

Color info

#308C66 contains mainly green and blue colors. Web safe color of #308C66 is #339966 (or #396).

RGB color model

#308C66 color RGB value is (48,140,102).

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

RGB channels and saturation

R 48 of 255 = 19%
G 140 of 255 = 55%
B 102 of 255 = 40%

48
140
102

R + G + B ~ 38%. #308C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 140 + 102 = 290 (100%)
R 48 of 290 ~ 16.55%
G 140 of 290 ~ 48.28%
B 102 of 290 ~ 35.17%

%16.55
%48.28
%35.17

CMYK color model

#308C66 color CMYK value is (66,0,27,45).

  • cyan value is 65.71%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 45.10%
CMYK:
(66,0,27,45)
C66M0Y27K45 
(66%,0%,27%,45%)
(0.66/0.00/0.27/0.45)	

CMYK percentages

%65.71
%0
%27.14
%45.1

Codes

Color #308C66 in popluar color models

308C66
RGB48140102
HSL155°48.94%36.86%
HSB/HSV155°65.71%54.90%
CMYK65.71%0.00%27.14%
45.10%

Color #308C66 in popluar number systems.

HEX308C66
Decimal48140102
Binary110000100011001100110
Octal60214146

Shades and tints

Shades of #308C66

#308C66
(48,140,102)
#2C805D
(44,128,93)
#287454
(40,116,84)
#24684B
(36,104,75)
#205C42
(32,92,66)
#1C5039
(28,80,57)
#184430
(24,68,48)
#143827
(20,56,39)
#102C1E
(16,44,30)
#0C2015
(12,32,21)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #308C66

#308C66
(48,140,102)
#429673
(66,150,115)
#54A080
(84,160,128)
#66AA8D
(102,170,141)
#78B49A
(120,180,154)
#8ABEA7
(138,190,167)
#9CC8B4
(156,200,180)
#AED2C1
(174,210,193)
#C0DCCE
(192,220,206)
#D2E6DB
(210,230,219)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308C66; }

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

This text font color is #308C66.


Background Color

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

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

This div background color is #308C66.


Border color

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

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

This div border color is #308C66.


Opacity

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

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

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

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

This text has shadow with #308C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308C66 on black background.


Color preview on white background

This text has color #308C66 on white background.



Black color preview on #308C66 background

This text has black color on #308C66 background.


White color preview on #308C66 background

This text has white color on #308C66 background.