COLOR #67887B

HEX: #67887B RGB: (103,136,123)

Color info

#67887B contains red, green and blue colors in about the same proportion. Web safe color of #67887B is #669966 (or #696).

RGB color model

#67887B color RGB value is (103,136,123).

RGB: (103,136,123) (40%, 53%, 48%)

RGB channels and saturation

R 103 of 255 = 40%
G 136 of 255 = 53%
B 123 of 255 = 48%

103
136
123

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

Portions of RGB colors in percentages

R + G + B = 103 + 136 + 123 = 362 (100%)
R 103 of 362 ~ 28.45%
G 136 of 362 ~ 37.57%
B 123 of 362 ~ 33.98'%

%28.45
%37.57
%33.98

CMYK color model

#67887B color CMYK value is (24,0,10,47).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 46.67%

CMYK: (24,0,10,47)
C24M0Y10K47 (24%, 0%, 10%, 47%)
(0.24 / 0.00 / 0.10 / 0.47)

CMYK percentages

%24.26
%0
%9.56
%46.67

Codes

Color #67887B in popluar color models

67 88 7B
RGB 103 136 123
HSL 156° 13.81% 46.86%
HSB/HSV 156° 24.26% 53.33%
CMYK 24.26% 0.00% 9.56%
46.67%

Color #67887B in popluar number systems.

HEX 67 88 7B
Decimal 103 136 123
Binary 1100111 10001000 1111011
Octal 147 210 173

Shades and tints

Shades of #67887B

#67887B
(103,136,123)
#5E7C70
(94,124,112)
#557065
(85,112,101)
#4C645A
(76,100,90)
#43584F
(67,88,79)
#3A4C44
(58,76,68)
#314039
(49,64,57)
#28342E
(40,52,46)
#1F2823
(31,40,35)
#161C18
(22,28,24)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #67887B

#67887B
(103,136,123)
#749287
(116,146,135)
#819C93
(129,156,147)
#8EA69F
(142,166,159)
#9BB0AB
(155,176,171)
#A8BAB7
(168,186,183)
#B5C4C3
(181,196,195)
#C2CECF
(194,206,207)
#CFD8DB
(207,216,219)
#DCE2E7
(220,226,231)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67887B color. Also use rgb(103,136,123) instead hex code.

Text Font Color

.myTextColor { color: #67887B; }

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

This text font color is #67887B.

Background Color

.myBgColor { background-color: #67887B; }

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

This div background color is #67887B.

Border color

.myBorderColor { border: 1px solid #67887B; }

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

This div border color is #67887B.

Opacity

.myOpacity80 { color: #67887B; opacity: 0.8; }

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

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

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

This text has shadow with #67887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67887B.

Preview

Color preview on black background

This text has color #67887B on black background.


Color preview on white background

This text has color #67887B on white background.


Black color preview on #67887B background

This text has black color on #67887B background.


White color preview on #67887B background

This text has white color on #67887B background.


Related colors

Complementary color

Complementary color for #hex is #987784.


I love getcolorcode.com

Triadic colors

1 #7B6788 and #887B67 with #67887B are triadic colors.

2 #7B8867 and #88677B with #67887B are triadic colors.