COLOR #307241

HEX: #307241
RGB: (48,114,65)

Color info

#307241 contains mainly green and blue colors. Web safe color of #307241 is #336633 (or #363).

RGB color model

#307241 color RGB value is (48,114,65).

  • red value is 48;
  • green value is 114;
  • blue value is 65.
RGB: (48,114,65) (19%,45%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 114 of 255 = 45%
B 65 of 255 = 25%

48
114
65

R + G + B ~ 30%. #307241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 114 + 65 = 227 (100%)
R 48 of 227 ~ 21.15%
G 114 of 227 ~ 50.22%
B 65 of 227 ~ 28.63%

%21.15
%50.22
%28.63

CMYK color model

#307241 color CMYK value is (58,0,43,55).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK: (58,0,43,55) C58M0Y43K55 (58%,0%,43%,55%) (0.58/0.00/0.43/0.55)

CMYK percentages

%57.89
%0
%42.98
%55.29

Codes

Color #307241 in popluar color models

307241
RGB4811465
HSL135°40.74%31.76%
HSB/HSV135°57.89%44.71%
CMYK57.89%0.00%42.98%
55.29%

Color #307241 in popluar number systems.

HEX307241
Decimal4811465
Binary11000011100101000001
Octal60162101

Shades and tints

Shades of #307241

#307241
(48,114,65)
#2C683C
(44,104,60)
#285E37
(40,94,55)
#245432
(36,84,50)
#204A2D
(32,74,45)
#1C4028
(28,64,40)
#183623
(24,54,35)
#142C1E
(20,44,30)
#102219
(16,34,25)
#0C1814
(12,24,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #307241

#307241
(48,114,65)
#427E52
(66,126,82)
#548A63
(84,138,99)
#669674
(102,150,116)
#78A285
(120,162,133)
#8AAE96
(138,174,150)
#9CBAA7
(156,186,167)
#AEC6B8
(174,198,184)
#C0D2C9
(192,210,201)
#D2DEDA
(210,222,218)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307241 color. Also use rgb(48,114,65) instead hex code.

Text Font Color

.myTextColor { color: #307241; }

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

This text font color is #307241.


Background Color

.myBgColor { background-color: #307241; }

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

This div background color is #307241.


Border color

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

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

This div border color is #307241.


Opacity

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

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

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

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

This text has shadow with #307241 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #307241 on black background.


Color preview on white background

This text has color #307241 on white background.



Black color preview on #307241 background

This text has black color on #307241 background.


White color preview on #307241 background

This text has white color on #307241 background.