COLOR #67996E

HEX: #67996E
RGB: (103,153,110)

Color info

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

RGB color model

#67996E color RGB value is (103,153,110).

  • red value is 103;
  • green value is 153;
  • blue value is 110.
RGB:
(103,153,110)
(40%,60%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 110 of 255 = 43%

103
153
110

R + G + B ~ 48%. #67996E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 110 = 366 (100%)
R 103 of 366 ~ 28.14%
G 153 of 366 ~ 41.8%
B 110 of 366 ~ 30.05%

%28.14
%41.8
%30.05

CMYK color model

#67996E color CMYK value is (33,0,28,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(33,0,28,40)
C33M0Y28K40 
(33%,0%,28%,40%)
(0.33/0.00/0.28/0.40)	

CMYK percentages

%32.68
%0
%28.1
%40

Codes

Color #67996E in popluar color models

67996E
RGB103153110
HSL128°19.69%50.20%
HSB/HSV128°32.68%60.00%
CMYK32.68%0.00%28.10%
40.00%

Color #67996E in popluar number systems.

HEX67996E
Decimal103153110
Binary1100111100110011101110
Octal147231156

Shades and tints

Shades of #67996E

#67996E
(103,153,110)
#5E8C64
(94,140,100)
#557F5A
(85,127,90)
#4C7250
(76,114,80)
#436546
(67,101,70)
#3A583C
(58,88,60)
#314B32
(49,75,50)
#283E28
(40,62,40)
#1F311E
(31,49,30)
#162414
(22,36,20)
#0D170A
(13,23,10)
#000000
(0,0,0)

Tints of #67996E

#67996E
(103,153,110)
#74A27B
(116,162,123)
#81AB88
(129,171,136)
#8EB495
(142,180,149)
#9BBDA2
(155,189,162)
#A8C6AF
(168,198,175)
#B5CFBC
(181,207,188)
#C2D8C9
(194,216,201)
#CFE1D6
(207,225,214)
#DCEAE3
(220,234,227)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67996E color. Also use rgb(103,153,110) instead hex code.

Text Font Color

.myTextColor { color: #67996E; }

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

This text font color is #67996E.


Background Color

.myBgColor { background-color: #67996E; }

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

This div background color is #67996E.


Border color

.myBorderColor { border: 1px solid #67996E; }

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

This div border color is #67996E.


Opacity

.myOpacity80 { color: #67996E; opacity: 0.8; }

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

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

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

This text has shadow with #67996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67996E on black background.


Color preview on white background

This text has color #67996E on white background.



Black color preview on #67996E background

This text has black color on #67996E background.


White color preview on #67996E background

This text has white color on #67996E background.