COLOR #307635

HEX: #307635
RGB: (48,118,53)

Color info

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

RGB color model

#307635 color RGB value is (48,118,53).

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

RGB channels and saturation

R 48 of 255 = 19%
G 118 of 255 = 46%
B 53 of 255 = 21%

48
118
53

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

Portions of RGB colors in percentages

R + G + B =
48 + 118 + 53 = 219 (100%)
R 48 of 219 ~ 21.92%
G 118 of 219 ~ 53.88%
B 53 of 219 ~ 24.2%

%21.92
%53.88
%24.2

CMYK color model

#307635 color CMYK value is (59,0,55,54).

  • cyan value is 59.32%
  • magenta value is 0.00%
  • yellow value is 55.08%
  • key color value is 53.73%
CMYK:
(59,0,55,54)
C59M0Y55K54 
(59%,0%,55%,54%)
(0.59/0.00/0.55/0.54)	

CMYK percentages

%59.32
%0
%55.08
%53.73

Codes

Color #307635 in popluar color models

307635
RGB4811853
HSL124°42.17%32.55%
HSB/HSV124°59.32%46.27%
CMYK59.32%0.00%55.08%
53.73%

Color #307635 in popluar number systems.

HEX307635
Decimal4811853
Binary1100001110110110101
Octal6016665

Shades and tints

Shades of #307635

#307635
(48,118,53)
#2C6C31
(44,108,49)
#28622D
(40,98,45)
#245829
(36,88,41)
#204E25
(32,78,37)
#1C4421
(28,68,33)
#183A1D
(24,58,29)
#143019
(20,48,25)
#102615
(16,38,21)
#0C1C11
(12,28,17)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #307635

#307635
(48,118,53)
#428247
(66,130,71)
#548E59
(84,142,89)
#669A6B
(102,154,107)
#78A67D
(120,166,125)
#8AB28F
(138,178,143)
#9CBEA1
(156,190,161)
#AECAB3
(174,202,179)
#C0D6C5
(192,214,197)
#D2E2D7
(210,226,215)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307635; }

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

This text font color is #307635.


Background Color

.myBgColor { background-color: #307635; }

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

This div background color is #307635.


Border color

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

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

This div border color is #307635.


Opacity

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

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

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

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

This text has shadow with #307635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307635 on black background.


Color preview on white background

This text has color #307635 on white background.



Black color preview on #307635 background

This text has black color on #307635 background.


White color preview on #307635 background

This text has white color on #307635 background.