COLOR #438572

HEX: #438572
RGB: (67,133,114)

Color info

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

RGB color model

#438572 color RGB value is (67,133,114).

  • red value is 67;
  • green value is 133;
  • blue value is 114.
RGB:
(67,133,114)
(26%,52%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 133 of 255 = 52%
B 114 of 255 = 45%

67
133
114

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

Portions of RGB colors in percentages

R + G + B =
67 + 133 + 114 = 314 (100%)
R 67 of 314 ~ 21.34%
G 133 of 314 ~ 42.36%
B 114 of 314 ~ 36.31%

%21.34
%42.36
%36.31

CMYK color model

#438572 color CMYK value is (50,0,14,48).

  • cyan value is 49.62%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(50,0,14,48)
C50M0Y14K48 
(50%,0%,14%,48%)
(0.50/0.00/0.14/0.48)	

CMYK percentages

%49.62
%0
%14.29
%47.84

Codes

Color #438572 in popluar color models

438572
RGB67133114
HSL163°33.00%39.22%
HSB/HSV163°49.62%52.16%
CMYK49.62%0.00%14.29%
47.84%

Color #438572 in popluar number systems.

HEX438572
Decimal67133114
Binary1000011100001011110010
Octal103205162

Shades and tints

Shades of #438572

#438572
(67,133,114)
#3D7968
(61,121,104)
#376D5E
(55,109,94)
#316154
(49,97,84)
#2B554A
(43,85,74)
#254940
(37,73,64)
#1F3D36
(31,61,54)
#19312C
(25,49,44)
#132522
(19,37,34)
#0D1918
(13,25,24)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #438572

#438572
(67,133,114)
#54907E
(84,144,126)
#659B8A
(101,155,138)
#76A696
(118,166,150)
#87B1A2
(135,177,162)
#98BCAE
(152,188,174)
#A9C7BA
(169,199,186)
#BAD2C6
(186,210,198)
#CBDDD2
(203,221,210)
#DCE8DE
(220,232,222)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438572 color. Also use rgb(67,133,114) instead hex code.

Text Font Color

.myTextColor { color: #438572; }

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

This text font color is #438572.


Background Color

.myBgColor { background-color: #438572; }

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

This div background color is #438572.


Border color

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

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

This div border color is #438572.


Opacity

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

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

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

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

This text has shadow with #438572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438572 on black background.


Color preview on white background

This text has color #438572 on white background.



Black color preview on #438572 background

This text has black color on #438572 background.


White color preview on #438572 background

This text has white color on #438572 background.