COLOR #309B35

HEX: #309B35
RGB: (48,155,53)

Color info

#309B35 contains mainly green color. Web safe color of #309B35 is #339933 (or #393).

RGB color model

#309B35 color RGB value is (48,155,53).

  • red value is 48;
  • green value is 155;
  • blue value is 53.
RGB:
(48,155,53)
(19%,61%,21%)

RGB channels and saturation

R 48 of 255 = 19%
G 155 of 255 = 61%
B 53 of 255 = 21%

48
155
53

R + G + B ~ 34%. #309B35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 155 + 53 = 256 (100%)
R 48 of 256 ~ 18.75%
G 155 of 256 ~ 60.55%
B 53 of 256 ~ 20.7%

%18.75
%60.55
%20.7

CMYK color model

#309B35 color CMYK value is (69,0,66,39).

  • cyan value is 69.03%
  • magenta value is 0.00%
  • yellow value is 65.81%
  • key color value is 39.22%
CMYK:
(69,0,66,39)
C69M0Y66K39 
(69%,0%,66%,39%)
(0.69/0.00/0.66/0.39)	

CMYK percentages

%69.03
%0
%65.81
%39.22

Codes

Color #309B35 in popluar color models

309B35
RGB4815553
HSL123°52.71%39.80%
HSB/HSV123°69.03%60.78%
CMYK69.03%0.00%65.81%
39.22%

Color #309B35 in popluar number systems.

HEX309B35
Decimal4815553
Binary11000010011011110101
Octal6023365

Shades and tints

Shades of #309B35

#309B35
(48,155,53)
#2C8D31
(44,141,49)
#287F2D
(40,127,45)
#247129
(36,113,41)
#206325
(32,99,37)
#1C5521
(28,85,33)
#18471D
(24,71,29)
#143919
(20,57,25)
#102B15
(16,43,21)
#0C1D11
(12,29,17)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #309B35

#309B35
(48,155,53)
#42A447
(66,164,71)
#54AD59
(84,173,89)
#66B66B
(102,182,107)
#78BF7D
(120,191,125)
#8AC88F
(138,200,143)
#9CD1A1
(156,209,161)
#AEDAB3
(174,218,179)
#C0E3C5
(192,227,197)
#D2ECD7
(210,236,215)
#E4F5E9
(228,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309B35 color. Also use rgb(48,155,53) instead hex code.

Text Font Color

.myTextColor { color: #309B35; }

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

This text font color is #309B35.


Background Color

.myBgColor { background-color: #309B35; }

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

This div background color is #309B35.


Border color

.myBorderColor { border: 1px solid #309B35; }

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

This div border color is #309B35.


Opacity

.myOpacity80 { color: #309B35; opacity: 0.8; }

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

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

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

This text has shadow with #309B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309B35 on black background.


Color preview on white background

This text has color #309B35 on white background.



Black color preview on #309B35 background

This text has black color on #309B35 background.


White color preview on #309B35 background

This text has white color on #309B35 background.