COLOR #438773

HEX: #438773
RGB: (67,135,115)

Color info

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

RGB color model

#438773 color RGB value is (67,135,115).

  • red value is 67;
  • green value is 135;
  • blue value is 115.
RGB:
(67,135,115)
(26%,53%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 135 of 255 = 53%
B 115 of 255 = 45%

67
135
115

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

Portions of RGB colors in percentages

R + G + B =
67 + 135 + 115 = 317 (100%)
R 67 of 317 ~ 21.14%
G 135 of 317 ~ 42.59%
B 115 of 317 ~ 36.28%

%21.14
%42.59
%36.28

CMYK color model

#438773 color CMYK value is (50,0,15,47).

  • cyan value is 50.37%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(50,0,15,47)
C50M0Y15K47 
(50%,0%,15%,47%)
(0.50/0.00/0.15/0.47)	

CMYK percentages

%50.37
%0
%14.81
%47.06

Codes

Color #438773 in popluar color models

438773
RGB67135115
HSL162°33.66%39.61%
HSB/HSV162°50.37%52.94%
CMYK50.37%0.00%14.81%
47.06%

Color #438773 in popluar number systems.

HEX438773
Decimal67135115
Binary1000011100001111110011
Octal103207163

Shades and tints

Shades of #438773

#438773
(67,135,115)
#3D7B69
(61,123,105)
#376F5F
(55,111,95)
#316355
(49,99,85)
#2B574B
(43,87,75)
#254B41
(37,75,65)
#1F3F37
(31,63,55)
#19332D
(25,51,45)
#132723
(19,39,35)
#0D1B19
(13,27,25)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #438773

#438773
(67,135,115)
#54917F
(84,145,127)
#659B8B
(101,155,139)
#76A597
(118,165,151)
#87AFA3
(135,175,163)
#98B9AF
(152,185,175)
#A9C3BB
(169,195,187)
#BACDC7
(186,205,199)
#CBD7D3
(203,215,211)
#DCE1DF
(220,225,223)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438773 color. Also use rgb(67,135,115) instead hex code.

Text Font Color

.myTextColor { color: #438773; }

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

This text font color is #438773.


Background Color

.myBgColor { background-color: #438773; }

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

This div background color is #438773.


Border color

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

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

This div border color is #438773.


Opacity

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

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

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

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

This text has shadow with #438773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438773 on black background.


Color preview on white background

This text has color #438773 on white background.



Black color preview on #438773 background

This text has black color on #438773 background.


White color preview on #438773 background

This text has white color on #438773 background.