COLOR #308A4C

HEX: #308A4C
RGB: (48,138,76)

Color info

#308A4C contains mainly green color. Web safe color of #308A4C is #339933 (or #393).

RGB color model

#308A4C color RGB value is (48,138,76).

  • red value is 48;
  • green value is 138;
  • blue value is 76.
RGB:
(48,138,76)
(19%,54%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 138 of 255 = 54%
B 76 of 255 = 30%

48
138
76

R + G + B ~ 34%. #308A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 138 + 76 = 262 (100%)
R 48 of 262 ~ 18.32%
G 138 of 262 ~ 52.67%
B 76 of 262 ~ 29.01%

%18.32
%52.67
%29.01

CMYK color model

#308A4C color CMYK value is (65,0,45,46).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 44.93%
  • key color value is 45.88%
CMYK:
(65,0,45,46)
C65M0Y45K46 
(65%,0%,45%,46%)
(0.65/0.00/0.45/0.46)	

CMYK percentages

%65.22
%0
%44.93
%45.88

Codes

Color #308A4C in popluar color models

308A4C
RGB4813876
HSL139°48.39%36.47%
HSB/HSV139°65.22%54.12%
CMYK65.22%0.00%44.93%
45.88%

Color #308A4C in popluar number systems.

HEX308A4C
Decimal4813876
Binary110000100010101001100
Octal60212114

Shades and tints

Shades of #308A4C

#308A4C
(48,138,76)
#2C7E46
(44,126,70)
#287240
(40,114,64)
#24663A
(36,102,58)
#205A34
(32,90,52)
#1C4E2E
(28,78,46)
#184228
(24,66,40)
#143622
(20,54,34)
#102A1C
(16,42,28)
#0C1E16
(12,30,22)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #308A4C

#308A4C
(48,138,76)
#42945C
(66,148,92)
#549E6C
(84,158,108)
#66A87C
(102,168,124)
#78B28C
(120,178,140)
#8ABC9C
(138,188,156)
#9CC6AC
(156,198,172)
#AED0BC
(174,208,188)
#C0DACC
(192,218,204)
#D2E4DC
(210,228,220)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308A4C color. Also use rgb(48,138,76) instead hex code.

Text Font Color

.myTextColor { color: #308A4C; }

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

This text font color is #308A4C.


Background Color

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

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

This div background color is #308A4C.


Border color

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

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

This div border color is #308A4C.


Opacity

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

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

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

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

This text has shadow with #308A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308A4C on black background.


Color preview on white background

This text has color #308A4C on white background.



Black color preview on #308A4C background

This text has black color on #308A4C background.


White color preview on #308A4C background

This text has white color on #308A4C background.