COLOR #438D61

HEX: #438D61 RGB: (67,141,97)

Color info

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

RGB color model

#438D61 color RGB value is (67,141,97).

RGB: (67,141,97) (26%, 55%, 38%)

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 97 of 255 = 38%

67
141
97

R + G + B ~ 40%. #438D61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 141 + 97 = 305 (100%)
R 67 of 305 ~ 21.97%
G 141 of 305 ~ 46.23%
B 97 of 305 ~ 31.8'%

%21.97
%46.23
%31.8

CMYK color model

#438D61 color CMYK value is (52,0,31,45).

  • cyan value is 52.48%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 44.71%

CMYK: (52,0,31,45)
C52M0Y31K45 (52%, 0%, 31%, 45%)
(0.52 / 0.00 / 0.31 / 0.45)

CMYK percentages

%52.48
%0
%31.21
%44.71

Codes

Color #438D61 in popluar color models

43 8D 61
RGB 67 141 97
HSL 144° 35.58% 40.78%
HSB/HSV 144° 52.48% 55.29%
CMYK 52.48% 0.00% 31.21%
44.71%

Color #438D61 in popluar number systems.

HEX 43 8D 61
Decimal 67 141 97
Binary 1000011 10001101 1100001
Octal 103 215 141

Shades and tints

Shades of #438D61

#438D61
(67,141,97)
#3D8159
(61,129,89)
#377551
(55,117,81)
#316949
(49,105,73)
#2B5D41
(43,93,65)
#255139
(37,81,57)
#1F4531
(31,69,49)
#193929
(25,57,41)
#132D21
(19,45,33)
#0D2119
(13,33,25)
#071511
(7,21,17)
#000000
(0,0,0)

Tints of #438D61

#438D61
(67,141,97)
#54976F
(84,151,111)
#65A17D
(101,161,125)
#76AB8B
(118,171,139)
#87B599
(135,181,153)
#98BFA7
(152,191,167)
#A9C9B5
(169,201,181)
#BAD3C3
(186,211,195)
#CBDDD1
(203,221,209)
#DCE7DF
(220,231,223)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438D61 color. Also use rgb(67,141,97) instead hex code.

Text Font Color

.myTextColor { color: #438D61; }

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

This text font color is #438D61.

Background Color

.myBgColor { background-color: #438D61; }

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

This div background color is #438D61.

Border color

.myBorderColor { border: 1px solid #438D61; }

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

This div border color is #438D61.

Opacity

.myOpacity80 { color: #438D61; opacity: 0.8; }

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

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

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

This text has shadow with #438D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438D61.

Preview

Color preview on black background

This text has color #438D61 on black background.


Color preview on white background

This text has color #438D61 on white background.


Black color preview on #438D61 background

This text has black color on #438D61 background.


White color preview on #438D61 background

This text has white color on #438D61 background.


Related colors

Complementary color

Complementary color for #hex is #BC729E.


I love getcolorcode.com

Triadic colors

1 #61438D and #8D6143 with #438D61 are triadic colors.

2 #618D43 and #8D4361 with #438D61 are triadic colors.