COLOR #307141

HEX: #307141 RGB: (48,113,65)

Color info

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

RGB color model

#307141 color RGB value is (48,113,65).

RGB: (48,113,65) (19%, 44%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 113 of 255 = 44%
B 65 of 255 = 25%

48
113
65

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

Portions of RGB colors in percentages

R + G + B = 48 + 113 + 65 = 226 (100%)
R 48 of 226 ~ 21.24%
G 113 of 226 ~ 50%
B 65 of 226 ~ 28.76'%

%21.24
%50
%28.76

CMYK color model

#307141 color CMYK value is (58,0,42,56).

  • cyan value is 57.52%
  • magenta value is 0.00%
  • yellow value is 42.48%
  • key color value is 55.69%
CMYK: (58,0,42,56) C58M0Y42K56 (58%,0%,42%,56%) (0.58/0.00/0.42/0.56) 

CMYK percentages

%57.52
%0
%42.48
%55.69

Codes

Color #307141 in popluar color models

30 71 41
RGB 48 113 65
HSL 136° 40.37% 31.57%
HSB/HSV 136° 57.52% 44.31%
CMYK 57.52% 0.00% 42.48%
55.69%

Color #307141 in popluar number systems.

HEX 30 71 41
Decimal 48 113 65
Binary 110000 1110001 1000001
Octal 60 161 101

Shades and tints

Shades of #307141

#307141
(48,113,65)
#2C673C
(44,103,60)
#285D37
(40,93,55)
#245332
(36,83,50)
#20492D
(32,73,45)
#1C3F28
(28,63,40)
#183523
(24,53,35)
#142B1E
(20,43,30)
#102119
(16,33,25)
#0C1714
(12,23,20)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #307141

#307141
(48,113,65)
#427D52
(66,125,82)
#548963
(84,137,99)
#669574
(102,149,116)
#78A185
(120,161,133)
#8AAD96
(138,173,150)
#9CB9A7
(156,185,167)
#AEC5B8
(174,197,184)
#C0D1C9
(192,209,201)
#D2DDDA
(210,221,218)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307141; }

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

This text font color is #307141.

Background Color

.myBgColor { background-color: #307141; }

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

This div background color is #307141.

Border color

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

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

This div border color is #307141.

Opacity

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

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

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

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

This text has shadow with #307141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307141.

Preview

Color preview on black background

This text has color #307141 on black background.


Color preview on white background

This text has color #307141 on white background.


Black color preview on #307141 background

This text has black color on #307141 background.


White color preview on #307141 background

This text has white color on #307141 background.


Related colors

Complementary color

Complementary color for #hex is #CF8EBE.


I love getcolorcode.com

Triadic colors

1 #413071 and #714130 with #307141 are triadic colors.

2 #417130 and #713041 with #307141 are triadic colors.