COLOR #75825F

HEX: #75825F RGB: (117,130,95)

Color info

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

RGB color model

#75825F color RGB value is (117,130,95).

RGB: (117,130,95) (46%, 51%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 95 of 255 = 37%

117
130
95

R + G + B ~ 45%. #75825F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 130 + 95 = 342 (100%)
R 117 of 342 ~ 34.21%
G 130 of 342 ~ 38.01%
B 95 of 342 ~ 27.78'%

%34.21
%38.01
%27.78

CMYK color model

#75825F color CMYK value is (10,0,27,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 49.02%

CMYK: (10,0,27,49)
C10M0Y27K49 (10%, 0%, 27%, 49%)
(0.10 / 0.00 / 0.27 / 0.49)

CMYK percentages

%10
%0
%26.92
%49.02

Codes

Color #75825F in popluar color models

75 82 5F
RGB 117 130 95
HSL 82° 15.56% 44.12%
HSB/HSV 82° 26.92% 50.98%
CMYK 10.00% 0.00% 26.92%
49.02%

Color #75825F in popluar number systems.

HEX 75 82 5F
Decimal 117 130 95
Binary 1110101 10000010 1011111
Octal 165 202 137

Shades and tints

Shades of #75825F

#75825F
(117,130,95)
#6B7757
(107,119,87)
#616C4F
(97,108,79)
#576147
(87,97,71)
#4D563F
(77,86,63)
#434B37
(67,75,55)
#39402F
(57,64,47)
#2F3527
(47,53,39)
#252A1F
(37,42,31)
#1B1F17
(27,31,23)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #75825F

#75825F
(117,130,95)
#818D6D
(129,141,109)
#8D987B
(141,152,123)
#99A389
(153,163,137)
#A5AE97
(165,174,151)
#B1B9A5
(177,185,165)
#BDC4B3
(189,196,179)
#C9CFC1
(201,207,193)
#D5DACF
(213,218,207)
#E1E5DD
(225,229,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75825F color. Also use rgb(117,130,95) instead hex code.

Text Font Color

.myTextColor { color: #75825F; }

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

This text font color is #75825F.

Background Color

.myBgColor { background-color: #75825F; }

<div style="background-color:#75825F">Inner text</div>

This div background color is #75825F.

Border color

.myBorderColor { border: 1px solid #75825F; }

<div style="border:3px solid #75825F">Div</div>

This div border color is #75825F.

Opacity

.myOpacity80 { color: #75825F; opacity: 0.8; }

<p style="color:#75825F;opacity:0.8;">80%</p>

Text with #75825F 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 #75825F;}

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

This text has shadow with #75825F color.


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

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

This text has shadow with #75825F primary color and red secondary color.


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

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

This text has shadow with #75825F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75825F.

Preview

Color preview on black background

This text has color #75825F on black background.


Color preview on white background

This text has color #75825F on white background.


Black color preview on #75825F background

This text has black color on #75825F background.


White color preview on #75825F background

This text has white color on #75825F background.


Related colors

Complementary color

Complementary color for #hex is #8A7DA0.


I love getcolorcode.com

Triadic colors

1 #5F7582 and #825F75 with #75825F are triadic colors.

2 #5F8275 and #82755F with #75825F are triadic colors.