COLOR #698C0C

HEX: #698C0C
RGB: (105,140,12)

Color info

#698C0C contains mainly red and green colors. Web safe color of #698C0C is #669900 (or #690).

RGB color model

#698C0C color RGB value is (105,140,12).

  • red value is 105;
  • green value is 140;
  • blue value is 12.
RGB:
(105,140,12)
(41%,55%,5%)

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 12 of 255 = 5%

105
140
12

R + G + B ~ 34%. #698C0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 12 = 257 (100%)
R 105 of 257 ~ 40.86%
G 140 of 257 ~ 54.47%
B 12 of 257 ~ 4.67%

%40.86
%54.47

CMYK color model

#698C0C color CMYK value is (25,0,91,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 91.43%
  • key color value is 45.10%
CMYK:
(25,0,91,45)
C25M0Y91K45 
(25%,0%,91%,45%)
(0.25/0.00/0.91/0.45)	

CMYK percentages

%25
%0
%91.43
%45.1

Codes

Color #698C0C in popluar color models

698C0C
RGB10514012
HSL76°84.21%29.80%
HSB/HSV76°91.43%54.90%
CMYK25.00%0.00%91.43%
45.10%

Color #698C0C in popluar number systems.

HEX698C0C
Decimal10514012
Binary1101001100011001100
Octal15121414

Shades and tints

Shades of #698C0C

#698C0C
(105,140,12)
#60800B
(96,128,11)
#57740A
(87,116,10)
#4E6809
(78,104,9)
#455C08
(69,92,8)
#3C5007
(60,80,7)
#334406
(51,68,6)
#2A3805
(42,56,5)
#212C04
(33,44,4)
#182003
(24,32,3)
#0F1402
(15,20,2)
#000000
(0,0,0)

Tints of #698C0C

#698C0C
(105,140,12)
#769622
(118,150,34)
#83A038
(131,160,56)
#90AA4E
(144,170,78)
#9DB464
(157,180,100)
#AABE7A
(170,190,122)
#B7C890
(183,200,144)
#C4D2A6
(196,210,166)
#D1DCBC
(209,220,188)
#DEE6D2
(222,230,210)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698C0C color. Also use rgb(105,140,12) instead hex code.

Text Font Color

.myTextColor { color: #698C0C; }

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

This text font color is #698C0C.


Background Color

.myBgColor { background-color: #698C0C; }

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

This div background color is #698C0C.


Border color

.myBorderColor { border: 1px solid #698C0C; }

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

This div border color is #698C0C.


Opacity

.myOpacity80 { color: #698C0C; opacity: 0.8; }

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

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

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

This text has shadow with #698C0C color.

.textShadow {text-shadow: 3px 3px 1px #698C0C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C0C on black background.


Color preview on white background

This text has color #698C0C on white background.



Black color preview on #698C0C background

This text has black color on #698C0C background.


White color preview on #698C0C background

This text has white color on #698C0C background.