COLOR #438975

HEX: #438975
RGB: (67,137,117)

Color info

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

RGB color model

#438975 color RGB value is (67,137,117).

  • red value is 67;
  • green value is 137;
  • blue value is 117.
RGB: (67,137,117) (26%,54%,46%)

RGB channels and saturation

R 67 of 255 = 26%
G 137 of 255 = 54%
B 117 of 255 = 46%

67
137
117

R + G + B ~ 42%. #438975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 137 + 117 = 321 (100%)
R 67 of 321 ~ 20.87%
G 137 of 321 ~ 42.68%
B 117 of 321 ~ 36.45%

%20.87
%42.68
%36.45

CMYK color model

#438975 color CMYK value is (51,0,15,46).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK: (51,0,15,46) C51M0Y15K46 (51%,0%,15%,46%) (0.51/0.00/0.15/0.46)

CMYK percentages

%51.09
%0
%14.6
%46.27

Codes

Color #438975 in popluar color models

438975
RGB67137117
HSL163°34.31%40.00%
HSB/HSV163°51.09%53.73%
CMYK51.09%0.00%14.60%
46.27%

Color #438975 in popluar number systems.

HEX438975
Decimal67137117
Binary1000011100010011110101
Octal103211165

Shades and tints

Shades of #438975

#438975
(67,137,117)
#3D7D6B
(61,125,107)
#377161
(55,113,97)
#316557
(49,101,87)
#2B594D
(43,89,77)
#254D43
(37,77,67)
#1F4139
(31,65,57)
#19352F
(25,53,47)
#132925
(19,41,37)
#0D1D1B
(13,29,27)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #438975

#438975
(67,137,117)
#549381
(84,147,129)
#659D8D
(101,157,141)
#76A799
(118,167,153)
#87B1A5
(135,177,165)
#98BBB1
(152,187,177)
#A9C5BD
(169,197,189)
#BACFC9
(186,207,201)
#CBD9D5
(203,217,213)
#DCE3E1
(220,227,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438975 color. Also use rgb(67,137,117) instead hex code.

Text Font Color

.myTextColor { color: #438975; }

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

This text font color is #438975.


Background Color

.myBgColor { background-color: #438975; }

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

This div background color is #438975.


Border color

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

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

This div border color is #438975.


Opacity

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

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

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

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

This text has shadow with #438975 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #438975 on black background.


Color preview on white background

This text has color #438975 on white background.



Black color preview on #438975 background

This text has black color on #438975 background.


White color preview on #438975 background

This text has white color on #438975 background.