COLOR #438053

HEX: #438053 RGB: (67,128,83)

Color info

#438053 contains mainly green and blue colors. Web safe color of #438053 is #336666 (or #366).

RGB color model

#438053 color RGB value is (67,128,83).

RGB: (67,128,83) (26%, 50%, 33%)

RGB channels and saturation

R 67 of 255 = 26%
G 128 of 255 = 50%
B 83 of 255 = 33%

67
128
83

R + G + B ~ 36%. #438053 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 128 + 83 = 278 (100%)
R 67 of 278 ~ 24.1%
G 128 of 278 ~ 46.04%
B 83 of 278 ~ 29.86'%

%24.1
%46.04
%29.86

CMYK color model

#438053 color CMYK value is (48,0,35,50).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 49.80%

CMYK: (48,0,35,50)
C48M0Y35K50 (48%, 0%, 35%, 50%)
(0.48 / 0.00 / 0.35 / 0.50)

CMYK percentages

%47.66
%0
%35.16
%49.8

Codes

Color #438053 in popluar color models

43 80 53
RGB 67 128 83
HSL 136° 31.28% 38.24%
HSB/HSV 136° 47.66% 50.20%
CMYK 47.66% 0.00% 35.16%
49.80%

Color #438053 in popluar number systems.

HEX 43 80 53
Decimal 67 128 83
Binary 1000011 10000000 1010011
Octal 103 200 123

Shades and tints

Shades of #438053

#438053
(67,128,83)
#3D754C
(61,117,76)
#376A45
(55,106,69)
#315F3E
(49,95,62)
#2B5437
(43,84,55)
#254930
(37,73,48)
#1F3E29
(31,62,41)
#193322
(25,51,34)
#13281B
(19,40,27)
#0D1D14
(13,29,20)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #438053

#438053
(67,128,83)
#548B62
(84,139,98)
#659671
(101,150,113)
#76A180
(118,161,128)
#87AC8F
(135,172,143)
#98B79E
(152,183,158)
#A9C2AD
(169,194,173)
#BACDBC
(186,205,188)
#CBD8CB
(203,216,203)
#DCE3DA
(220,227,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438053 color. Also use rgb(67,128,83) instead hex code.

Text Font Color

.myTextColor { color: #438053; }

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

This text font color is #438053.

Background Color

.myBgColor { background-color: #438053; }

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

This div background color is #438053.

Border color

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

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

This div border color is #438053.

Opacity

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

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

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

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

This text has shadow with #438053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438053.

Preview

Color preview on black background

This text has color #438053 on black background.


Color preview on white background

This text has color #438053 on white background.


Black color preview on #438053 background

This text has black color on #438053 background.


White color preview on #438053 background

This text has white color on #438053 background.


Related colors

Complementary color

Complementary color for #hex is #BC7FAC.


I love getcolorcode.com

Triadic colors

1 #534380 and #805343 with #438053 are triadic colors.

2 #538043 and #804353 with #438053 are triadic colors.