COLOR #438259

HEX: #438259
RGB: (67,130,89)

Color info

#438259 contains mainly green and blue colors. Web safe color of #438259 is #339966 (or #396).

RGB color model

#438259 color RGB value is (67,130,89).

  • red value is 67;
  • green value is 130;
  • blue value is 89.
RGB:
(67,130,89)
(26%,51%,35%)

RGB channels and saturation

R 67 of 255 = 26%
G 130 of 255 = 51%
B 89 of 255 = 35%

67
130
89

R + G + B ~ 37%. #438259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 130 + 89 = 286 (100%)
R 67 of 286 ~ 23.43%
G 130 of 286 ~ 45.45%
B 89 of 286 ~ 31.12%

%23.43
%45.45
%31.12

CMYK color model

#438259 color CMYK value is (48,0,32,49).

  • cyan value is 48.46%
  • magenta value is 0.00%
  • yellow value is 31.54%
  • key color value is 49.02%
CMYK:
(48,0,32,49)
C48M0Y32K49 
(48%,0%,32%,49%)
(0.48/0.00/0.32/0.49)	

CMYK percentages

%48.46
%0
%31.54
%49.02

Codes

Color #438259 in popluar color models

438259
RGB6713089
HSL141°31.98%38.63%
HSB/HSV141°48.46%50.98%
CMYK48.46%0.00%31.54%
49.02%

Color #438259 in popluar number systems.

HEX438259
Decimal6713089
Binary1000011100000101011001
Octal103202131

Shades and tints

Shades of #438259

#438259
(67,130,89)
#3D7751
(61,119,81)
#376C49
(55,108,73)
#316141
(49,97,65)
#2B5639
(43,86,57)
#254B31
(37,75,49)
#1F4029
(31,64,41)
#193521
(25,53,33)
#132A19
(19,42,25)
#0D1F11
(13,31,17)
#071409
(7,20,9)
#000000
(0,0,0)

Tints of #438259

#438259
(67,130,89)
#548D68
(84,141,104)
#659877
(101,152,119)
#76A386
(118,163,134)
#87AE95
(135,174,149)
#98B9A4
(152,185,164)
#A9C4B3
(169,196,179)
#BACFC2
(186,207,194)
#CBDAD1
(203,218,209)
#DCE5E0
(220,229,224)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438259 color. Also use rgb(67,130,89) instead hex code.

Text Font Color

.myTextColor { color: #438259; }

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

This text font color is #438259.


Background Color

.myBgColor { background-color: #438259; }

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

This div background color is #438259.


Border color

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

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

This div border color is #438259.


Opacity

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

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

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

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

This text has shadow with #438259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438259 on black background.


Color preview on white background

This text has color #438259 on white background.



Black color preview on #438259 background

This text has black color on #438259 background.


White color preview on #438259 background

This text has white color on #438259 background.