COLOR #306127

HEX: #306127 RGB: (48,97,39)

Color info

#306127 contains red, green and blue colors in about the same proportion. Web safe color of #306127 is #336633 (or #363).

RGB color model

#306127 color RGB value is (48,97,39).

RGB: (48,97,39) (19%, 38%, 15%)

RGB channels and saturation

R 48 of 255 = 19%
G 97 of 255 = 38%
B 39 of 255 = 15%

48
97
39

R + G + B ~ 24%. #306127 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 97 + 39 = 184 (100%)
R 48 of 184 ~ 26.09%
G 97 of 184 ~ 52.72%
B 39 of 184 ~ 21.2'%

%26.09
%52.72
%21.2

CMYK color model

#306127 color CMYK value is (51,0,60,62).

  • cyan value is 50.52%
  • magenta value is 0.00%
  • yellow value is 59.79%
  • key color value is 61.96%

CMYK: (51,0,60,62)
C51M0Y60K62 (51%, 0%, 60%, 62%)
(0.51 / 0.00 / 0.60 / 0.62)

CMYK percentages

%50.52
%0
%59.79
%61.96

Codes

Color #306127 in popluar color models

30 61 27
RGB 48 97 39
HSL 111° 42.65% 26.67%
HSB/HSV 111° 59.79% 38.04%
CMYK 50.52% 0.00% 59.79%
61.96%

Color #306127 in popluar number systems.

HEX 30 61 27
Decimal 48 97 39
Binary 110000 1100001 100111
Octal 60 141 47

Shades and tints

Shades of #306127

#306127
(48,97,39)
#2C5924
(44,89,36)
#285121
(40,81,33)
#24491E
(36,73,30)
#20411B
(32,65,27)
#1C3918
(28,57,24)
#183115
(24,49,21)
#142912
(20,41,18)
#10210F
(16,33,15)
#0C190C
(12,25,12)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #306127

#306127
(48,97,39)
#426F3A
(66,111,58)
#547D4D
(84,125,77)
#668B60
(102,139,96)
#789973
(120,153,115)
#8AA786
(138,167,134)
#9CB599
(156,181,153)
#AEC3AC
(174,195,172)
#C0D1BF
(192,209,191)
#D2DFD2
(210,223,210)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306127 color. Also use rgb(48,97,39) instead hex code.

Text Font Color

.myTextColor { color: #306127; }

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

This text font color is #306127.

Background Color

.myBgColor { background-color: #306127; }

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

This div background color is #306127.

Border color

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

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

This div border color is #306127.

Opacity

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

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

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

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

This text has shadow with #306127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #306127.

Preview

Color preview on black background

This text has color #306127 on black background.


Color preview on white background

This text has color #306127 on white background.


Black color preview on #306127 background

This text has black color on #306127 background.


White color preview on #306127 background

This text has white color on #306127 background.


Related colors

Complementary color

Complementary color for #hex is #CF9ED8.


I love getcolorcode.com

Triadic colors

1 #273061 and #612730 with #306127 are triadic colors.

2 #276130 and #613027 with #306127 are triadic colors.