COLOR #69825E

HEX: #69825E
RGB: (105,130,94)

Color info

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

RGB color model

#69825E color RGB value is (105,130,94).

  • red value is 105;
  • green value is 130;
  • blue value is 94.
RGB:
(105,130,94)
(41%,51%,37%)

RGB channels and saturation

R 105 of 255 = 41%
G 130 of 255 = 51%
B 94 of 255 = 37%

105
130
94

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

Portions of RGB colors in percentages

R + G + B =
105 + 130 + 94 = 329 (100%)
R 105 of 329 ~ 31.91%
G 130 of 329 ~ 39.51%
B 94 of 329 ~ 28.57%

%31.91
%39.51
%28.57

CMYK color model

#69825E color CMYK value is (19,0,28,49).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(19,0,28,49)
C19M0Y28K49 
(19%,0%,28%,49%)
(0.19/0.00/0.28/0.49)	

CMYK percentages

%19.23
%0
%27.69
%49.02

Codes

Color #69825E in popluar color models

69825E
RGB10513094
HSL102°16.07%43.92%
HSB/HSV102°27.69%50.98%
CMYK19.23%0.00%27.69%
49.02%

Color #69825E in popluar number systems.

HEX69825E
Decimal10513094
Binary1101001100000101011110
Octal151202136

Shades and tints

Shades of #69825E

#69825E
(105,130,94)
#607756
(96,119,86)
#576C4E
(87,108,78)
#4E6146
(78,97,70)
#45563E
(69,86,62)
#3C4B36
(60,75,54)
#33402E
(51,64,46)
#2A3526
(42,53,38)
#212A1E
(33,42,30)
#181F16
(24,31,22)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #69825E

#69825E
(105,130,94)
#768D6C
(118,141,108)
#83987A
(131,152,122)
#90A388
(144,163,136)
#9DAE96
(157,174,150)
#AAB9A4
(170,185,164)
#B7C4B2
(183,196,178)
#C4CFC0
(196,207,192)
#D1DACE
(209,218,206)
#DEE5DC
(222,229,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69825E color. Also use rgb(105,130,94) instead hex code.

Text Font Color

.myTextColor { color: #69825E; }

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

This text font color is #69825E.


Background Color

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

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

This div background color is #69825E.


Border color

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

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

This div border color is #69825E.


Opacity

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

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

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

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

This text has shadow with #69825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69825E on black background.


Color preview on white background

This text has color #69825E on white background.



Black color preview on #69825E background

This text has black color on #69825E background.


White color preview on #69825E background

This text has white color on #69825E background.