COLOR #67967D

HEX: #67967D
RGB: (103,150,125)

Color info

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

RGB color model

#67967D color RGB value is (103,150,125).

  • red value is 103;
  • green value is 150;
  • blue value is 125.
RGB:
(103,150,125)
(40%,59%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 150 of 255 = 59%
B 125 of 255 = 49%

103
150
125

R + G + B ~ 49%. #67967D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 150 + 125 = 378 (100%)
R 103 of 378 ~ 27.25%
G 150 of 378 ~ 39.68%
B 125 of 378 ~ 33.07%

%27.25
%39.68
%33.07

CMYK color model

#67967D color CMYK value is (31,0,17,41).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(31,0,17,41)
C31M0Y17K41 
(31%,0%,17%,41%)
(0.31/0.00/0.17/0.41)	

CMYK percentages

%31.33
%0
%16.67
%41.18

Codes

Color #67967D in popluar color models

67967D
RGB103150125
HSL148°18.58%49.61%
HSB/HSV148°31.33%58.82%
CMYK31.33%0.00%16.67%
41.18%

Color #67967D in popluar number systems.

HEX67967D
Decimal103150125
Binary1100111100101101111101
Octal147226175

Shades and tints

Shades of #67967D

#67967D
(103,150,125)
#5E8972
(94,137,114)
#557C67
(85,124,103)
#4C6F5C
(76,111,92)
#436251
(67,98,81)
#3A5546
(58,85,70)
#31483B
(49,72,59)
#283B30
(40,59,48)
#1F2E25
(31,46,37)
#16211A
(22,33,26)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #67967D

#67967D
(103,150,125)
#749F88
(116,159,136)
#81A893
(129,168,147)
#8EB19E
(142,177,158)
#9BBAA9
(155,186,169)
#A8C3B4
(168,195,180)
#B5CCBF
(181,204,191)
#C2D5CA
(194,213,202)
#CFDED5
(207,222,213)
#DCE7E0
(220,231,224)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67967D color. Also use rgb(103,150,125) instead hex code.

Text Font Color

.myTextColor { color: #67967D; }

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

This text font color is #67967D.


Background Color

.myBgColor { background-color: #67967D; }

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

This div background color is #67967D.


Border color

.myBorderColor { border: 1px solid #67967D; }

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

This div border color is #67967D.


Opacity

.myOpacity80 { color: #67967D; opacity: 0.8; }

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

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

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

This text has shadow with #67967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67967D on black background.


Color preview on white background

This text has color #67967D on white background.



Black color preview on #67967D background

This text has black color on #67967D background.


White color preview on #67967D background

This text has white color on #67967D background.