COLOR #438B3F

HEX: #438B3F
RGB: (67,139,63)

Color info

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

RGB color model

#438B3F color RGB value is (67,139,63).

  • red value is 67;
  • green value is 139;
  • blue value is 63.
RGB:
(67,139,63)
(26%,55%,25%)

RGB channels and saturation

R 67 of 255 = 26%
G 139 of 255 = 55%
B 63 of 255 = 25%

67
139
63

R + G + B ~ 35%. #438B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 139 + 63 = 269 (100%)
R 67 of 269 ~ 24.91%
G 139 of 269 ~ 51.67%
B 63 of 269 ~ 23.42%

%24.91
%51.67
%23.42

CMYK color model

#438B3F color CMYK value is (52,0,55,45).

  • cyan value is 51.80%
  • magenta value is 0.00%
  • yellow value is 54.68%
  • key color value is 45.49%
CMYK:
(52,0,55,45)
C52M0Y55K45 
(52%,0%,55%,45%)
(0.52/0.00/0.55/0.45)	

CMYK percentages

%51.8
%0
%54.68
%45.49

Codes

Color #438B3F in popluar color models

438B3F
RGB6713963
HSL117°37.62%39.61%
HSB/HSV117°54.68%54.51%
CMYK51.80%0.00%54.68%
45.49%

Color #438B3F in popluar number systems.

HEX438B3F
Decimal6713963
Binary100001110001011111111
Octal10321377

Shades and tints

Shades of #438B3F

#438B3F
(67,139,63)
#3D7F3A
(61,127,58)
#377335
(55,115,53)
#316730
(49,103,48)
#2B5B2B
(43,91,43)
#254F26
(37,79,38)
#1F4321
(31,67,33)
#19371C
(25,55,28)
#132B17
(19,43,23)
#0D1F12
(13,31,18)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #438B3F

#438B3F
(67,139,63)
#549550
(84,149,80)
#659F61
(101,159,97)
#76A972
(118,169,114)
#87B383
(135,179,131)
#98BD94
(152,189,148)
#A9C7A5
(169,199,165)
#BAD1B6
(186,209,182)
#CBDBC7
(203,219,199)
#DCE5D8
(220,229,216)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438B3F color. Also use rgb(67,139,63) instead hex code.

Text Font Color

.myTextColor { color: #438B3F; }

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

This text font color is #438B3F.


Background Color

.myBgColor { background-color: #438B3F; }

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

This div background color is #438B3F.


Border color

.myBorderColor { border: 1px solid #438B3F; }

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

This div border color is #438B3F.


Opacity

.myOpacity80 { color: #438B3F; opacity: 0.8; }

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

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

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

This text has shadow with #438B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438B3F on black background.


Color preview on white background

This text has color #438B3F on white background.



Black color preview on #438B3F background

This text has black color on #438B3F background.


White color preview on #438B3F background

This text has white color on #438B3F background.