COLOR #309565

HEX: #309565
RGB: (48,149,101)

Color info

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

RGB color model

#309565 color RGB value is (48,149,101).

  • red value is 48;
  • green value is 149;
  • blue value is 101.
RGB:
(48,149,101)
(19%,58%,40%)

RGB channels and saturation

R 48 of 255 = 19%
G 149 of 255 = 58%
B 101 of 255 = 40%

48
149
101

R + G + B ~ 39%. #309565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 149 + 101 = 298 (100%)
R 48 of 298 ~ 16.11%
G 149 of 298 ~ 50%
B 101 of 298 ~ 33.89%

%16.11
%50
%33.89

CMYK color model

#309565 color CMYK value is (68,0,32,42).

  • cyan value is 67.79%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(68,0,32,42)
C68M0Y32K42 
(68%,0%,32%,42%)
(0.68/0.00/0.32/0.42)	

CMYK percentages

%67.79
%0
%32.21
%41.57

Codes

Color #309565 in popluar color models

309565
RGB48149101
HSL151°51.27%38.63%
HSB/HSV151°67.79%58.43%
CMYK67.79%0.00%32.21%
41.57%

Color #309565 in popluar number systems.

HEX309565
Decimal48149101
Binary110000100101011100101
Octal60225145

Shades and tints

Shades of #309565

#309565
(48,149,101)
#2C885C
(44,136,92)
#287B53
(40,123,83)
#246E4A
(36,110,74)
#206141
(32,97,65)
#1C5438
(28,84,56)
#18472F
(24,71,47)
#143A26
(20,58,38)
#102D1D
(16,45,29)
#0C2014
(12,32,20)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #309565

#309565
(48,149,101)
#429E73
(66,158,115)
#54A781
(84,167,129)
#66B08F
(102,176,143)
#78B99D
(120,185,157)
#8AC2AB
(138,194,171)
#9CCBB9
(156,203,185)
#AED4C7
(174,212,199)
#C0DDD5
(192,221,213)
#D2E6E3
(210,230,227)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309565 color. Also use rgb(48,149,101) instead hex code.

Text Font Color

.myTextColor { color: #309565; }

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

This text font color is #309565.


Background Color

.myBgColor { background-color: #309565; }

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

This div background color is #309565.


Border color

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

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

This div border color is #309565.


Opacity

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

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

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

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

This text has shadow with #309565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309565 on black background.


Color preview on white background

This text has color #309565 on white background.



Black color preview on #309565 background

This text has black color on #309565 background.


White color preview on #309565 background

This text has white color on #309565 background.