COLOR #438137

HEX: #438137
RGB: (67,129,55)

Color info

#438137 contains mainly green color. Web safe color of #438137 is #339933 (or #393).

RGB color model

#438137 color RGB value is (67,129,55).

  • red value is 67;
  • green value is 129;
  • blue value is 55.
RGB:
(67,129,55)
(26%,51%,22%)

RGB channels and saturation

R 67 of 255 = 26%
G 129 of 255 = 51%
B 55 of 255 = 22%

67
129
55

R + G + B ~ 33%. #438137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 129 + 55 = 251 (100%)
R 67 of 251 ~ 26.69%
G 129 of 251 ~ 51.39%
B 55 of 251 ~ 21.91%

%26.69
%51.39
%21.91

CMYK color model

#438137 color CMYK value is (48,0,57,49).

  • cyan value is 48.06%
  • magenta value is 0.00%
  • yellow value is 57.36%
  • key color value is 49.41%
CMYK:
(48,0,57,49)
C48M0Y57K49 
(48%,0%,57%,49%)
(0.48/0.00/0.57/0.49)	

CMYK percentages

%48.06
%0
%57.36
%49.41

Codes

Color #438137 in popluar color models

438137
RGB6712955
HSL110°40.22%36.08%
HSB/HSV110°57.36%50.59%
CMYK48.06%0.00%57.36%
49.41%

Color #438137 in popluar number systems.

HEX438137
Decimal6712955
Binary100001110000001110111
Octal10320167

Shades and tints

Shades of #438137

#438137
(67,129,55)
#3D7632
(61,118,50)
#376B2D
(55,107,45)
#316028
(49,96,40)
#2B5523
(43,85,35)
#254A1E
(37,74,30)
#1F3F19
(31,63,25)
#193414
(25,52,20)
#13290F
(19,41,15)
#0D1E0A
(13,30,10)
#071305
(7,19,5)
#000000
(0,0,0)

Tints of #438137

#438137
(67,129,55)
#548C49
(84,140,73)
#65975B
(101,151,91)
#76A26D
(118,162,109)
#87AD7F
(135,173,127)
#98B891
(152,184,145)
#A9C3A3
(169,195,163)
#BACEB5
(186,206,181)
#CBD9C7
(203,217,199)
#DCE4D9
(220,228,217)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438137 color. Also use rgb(67,129,55) instead hex code.

Text Font Color

.myTextColor { color: #438137; }

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

This text font color is #438137.


Background Color

.myBgColor { background-color: #438137; }

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

This div background color is #438137.


Border color

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

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

This div border color is #438137.


Opacity

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

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

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

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

This text has shadow with #438137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438137 on black background.


Color preview on white background

This text has color #438137 on white background.



Black color preview on #438137 background

This text has black color on #438137 background.


White color preview on #438137 background

This text has white color on #438137 background.