COLOR #437125

HEX: #437125
RGB: (67,113,37)

Color info

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

RGB color model

#437125 color RGB value is (67,113,37).

  • red value is 67;
  • green value is 113;
  • blue value is 37.
RGB:
(67,113,37)
(26%,44%,15%)

RGB channels and saturation

R 67 of 255 = 26%
G 113 of 255 = 44%
B 37 of 255 = 15%

67
113
37

R + G + B ~ 28%. #437125 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 113 + 37 = 217 (100%)
R 67 of 217 ~ 30.88%
G 113 of 217 ~ 52.07%
B 37 of 217 ~ 17.05%

%30.88
%52.07
%17.05

CMYK color model

#437125 color CMYK value is (41,0,67,56).

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 67.26%
  • key color value is 55.69%
CMYK:
(41,0,67,56)
C41M0Y67K56 
(41%,0%,67%,56%)
(0.41/0.00/0.67/0.56)	

CMYK percentages

%40.71
%0
%67.26
%55.69

Codes

Color #437125 in popluar color models

437125
RGB6711337
HSL96°50.67%29.41%
HSB/HSV96°67.26%44.31%
CMYK40.71%0.00%67.26%
55.69%

Color #437125 in popluar number systems.

HEX437125
Decimal6711337
Binary10000111110001100101
Octal10316145

Shades and tints

Shades of #437125

#437125
(67,113,37)
#3D6722
(61,103,34)
#375D1F
(55,93,31)
#31531C
(49,83,28)
#2B4919
(43,73,25)
#253F16
(37,63,22)
#1F3513
(31,53,19)
#192B10
(25,43,16)
#13210D
(19,33,13)
#0D170A
(13,23,10)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #437125

#437125
(67,113,37)
#547D38
(84,125,56)
#65894B
(101,137,75)
#76955E
(118,149,94)
#87A171
(135,161,113)
#98AD84
(152,173,132)
#A9B997
(169,185,151)
#BAC5AA
(186,197,170)
#CBD1BD
(203,209,189)
#DCDDD0
(220,221,208)
#EDE9E3
(237,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #437125 color. Also use rgb(67,113,37) instead hex code.

Text Font Color

.myTextColor { color: #437125; }

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

This text font color is #437125.


Background Color

.myBgColor { background-color: #437125; }

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

This div background color is #437125.


Border color

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

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

This div border color is #437125.


Opacity

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

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

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

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

This text has shadow with #437125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437125 on black background.


Color preview on white background

This text has color #437125 on white background.



Black color preview on #437125 background

This text has black color on #437125 background.


White color preview on #437125 background

This text has white color on #437125 background.