COLOR #307D33

HEX: #307D33
RGB: (48,125,51)

Color info

#307D33 contains mainly green color. Web safe color of #307D33 is #336633 (or #363).

RGB color model

#307D33 color RGB value is (48,125,51).

  • red value is 48;
  • green value is 125;
  • blue value is 51.
RGB:
(48,125,51)
(19%,49%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 125 of 255 = 49%
B 51 of 255 = 20%

48
125
51

R + G + B ~ 29%. #307D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 125 + 51 = 224 (100%)
R 48 of 224 ~ 21.43%
G 125 of 224 ~ 55.8%
B 51 of 224 ~ 22.77%

%21.43
%55.8
%22.77

CMYK color model

#307D33 color CMYK value is (62,0,59,51).

  • cyan value is 61.60%
  • magenta value is 0.00%
  • yellow value is 59.20%
  • key color value is 50.98%
CMYK:
(62,0,59,51)
C62M0Y59K51 
(62%,0%,59%,51%)
(0.62/0.00/0.59/0.51)	

CMYK percentages

%61.6
%0
%59.2
%50.98

Codes

Color #307D33 in popluar color models

307D33
RGB4812551
HSL122°44.51%33.92%
HSB/HSV122°61.60%49.02%
CMYK61.60%0.00%59.20%
50.98%

Color #307D33 in popluar number systems.

HEX307D33
Decimal4812551
Binary1100001111101110011
Octal6017563

Shades and tints

Shades of #307D33

#307D33
(48,125,51)
#2C722F
(44,114,47)
#28672B
(40,103,43)
#245C27
(36,92,39)
#205123
(32,81,35)
#1C461F
(28,70,31)
#183B1B
(24,59,27)
#143017
(20,48,23)
#102513
(16,37,19)
#0C1A0F
(12,26,15)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #307D33

#307D33
(48,125,51)
#428845
(66,136,69)
#549357
(84,147,87)
#669E69
(102,158,105)
#78A97B
(120,169,123)
#8AB48D
(138,180,141)
#9CBF9F
(156,191,159)
#AECAB1
(174,202,177)
#C0D5C3
(192,213,195)
#D2E0D5
(210,224,213)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307D33 color. Also use rgb(48,125,51) instead hex code.

Text Font Color

.myTextColor { color: #307D33; }

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

This text font color is #307D33.


Background Color

.myBgColor { background-color: #307D33; }

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

This div background color is #307D33.


Border color

.myBorderColor { border: 1px solid #307D33; }

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

This div border color is #307D33.


Opacity

.myOpacity80 { color: #307D33; opacity: 0.8; }

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

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

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

This text has shadow with #307D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307D33 on black background.


Color preview on white background

This text has color #307D33 on white background.



Black color preview on #307D33 background

This text has black color on #307D33 background.


White color preview on #307D33 background

This text has white color on #307D33 background.