COLOR #438D41

HEX: #438D41
RGB: (67,141,65)

Color info

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

RGB color model

#438D41 color RGB value is (67,141,65).

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

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 65 of 255 = 25%

67
141
65

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

Portions of RGB colors in percentages

R + G + B =
67 + 141 + 65 = 273 (100%)
R 67 of 273 ~ 24.54%
G 141 of 273 ~ 51.65%
B 65 of 273 ~ 23.81%

%24.54
%51.65
%23.81

CMYK color model

#438D41 color CMYK value is (52,0,54,45).

  • cyan value is 52.48%
  • magenta value is 0.00%
  • yellow value is 53.90%
  • key color value is 44.71%
CMYK:
(52,0,54,45)
C52M0Y54K45 
(52%,0%,54%,45%)
(0.52/0.00/0.54/0.45)	

CMYK percentages

%52.48
%0
%53.9
%44.71

Codes

Color #438D41 in popluar color models

438D41
RGB6714165
HSL118°36.89%40.39%
HSB/HSV118°53.90%55.29%
CMYK52.48%0.00%53.90%
44.71%

Color #438D41 in popluar number systems.

HEX438D41
Decimal6714165
Binary1000011100011011000001
Octal103215101

Shades and tints

Shades of #438D41

#438D41
(67,141,65)
#3D813C
(61,129,60)
#377537
(55,117,55)
#316932
(49,105,50)
#2B5D2D
(43,93,45)
#255128
(37,81,40)
#1F4523
(31,69,35)
#19391E
(25,57,30)
#132D19
(19,45,25)
#0D2114
(13,33,20)
#07150F
(7,21,15)
#000000
(0,0,0)

Tints of #438D41

#438D41
(67,141,65)
#549752
(84,151,82)
#65A163
(101,161,99)
#76AB74
(118,171,116)
#87B585
(135,181,133)
#98BF96
(152,191,150)
#A9C9A7
(169,201,167)
#BAD3B8
(186,211,184)
#CBDDC9
(203,221,201)
#DCE7DA
(220,231,218)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438D41 color. Also use rgb(67,141,65) instead hex code.

Text Font Color

.myTextColor { color: #438D41; }

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

This text font color is #438D41.


Background Color

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

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

This div background color is #438D41.


Border color

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

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

This div border color is #438D41.


Opacity

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

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

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

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

This text has shadow with #438D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438D41 on black background.


Color preview on white background

This text has color #438D41 on white background.



Black color preview on #438D41 background

This text has black color on #438D41 background.


White color preview on #438D41 background

This text has white color on #438D41 background.