COLOR #75925D

HEX: #75925D RGB: (117,146,93)

Color info

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

RGB color model

#75925D color RGB value is (117,146,93).

RGB: (117,146,93) (46%, 57%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 93 of 255 = 36%

117
146
93

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

Portions of RGB colors in percentages

R + G + B = 117 + 146 + 93 = 356 (100%)
R 117 of 356 ~ 32.87%
G 146 of 356 ~ 41.01%
B 93 of 356 ~ 26.12'%

%32.87
%41.01
%26.12

CMYK color model

#75925D color CMYK value is (20,0,36,43).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 42.75%

CMYK: (20,0,36,43)
C20M0Y36K43 (20%, 0%, 36%, 43%)
(0.20 / 0.00 / 0.36 / 0.43)

CMYK percentages

%19.86
%0
%36.3
%42.75

Codes

Color #75925D in popluar color models

75 92 5D
RGB 117 146 93
HSL 93° 22.18% 46.86%
HSB/HSV 93° 36.30% 57.25%
CMYK 19.86% 0.00% 36.30%
42.75%

Color #75925D in popluar number systems.

HEX 75 92 5D
Decimal 117 146 93
Binary 1110101 10010010 1011101
Octal 165 222 135

Shades and tints

Shades of #75925D

#75925D
(117,146,93)
#6B8555
(107,133,85)
#61784D
(97,120,77)
#576B45
(87,107,69)
#4D5E3D
(77,94,61)
#435135
(67,81,53)
#39442D
(57,68,45)
#2F3725
(47,55,37)
#252A1D
(37,42,29)
#1B1D15
(27,29,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75925D

#75925D
(117,146,93)
#819B6B
(129,155,107)
#8DA479
(141,164,121)
#99AD87
(153,173,135)
#A5B695
(165,182,149)
#B1BFA3
(177,191,163)
#BDC8B1
(189,200,177)
#C9D1BF
(201,209,191)
#D5DACD
(213,218,205)
#E1E3DB
(225,227,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75925D color. Also use rgb(117,146,93) instead hex code.

Text Font Color

.myTextColor { color: #75925D; }

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

This text font color is #75925D.

Background Color

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

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

This div background color is #75925D.

Border color

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

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

This div border color is #75925D.

Opacity

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

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

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

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

This text has shadow with #75925D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75925D.

Preview

Color preview on black background

This text has color #75925D on black background.


Color preview on white background

This text has color #75925D on white background.


Black color preview on #75925D background

This text has black color on #75925D background.


White color preview on #75925D background

This text has white color on #75925D background.


Related colors

Complementary color

Complementary color for #hex is #8A6DA2.


I love getcolorcode.com

Triadic colors

1 #5D7592 and #925D75 with #75925D are triadic colors.

2 #5D9275 and #92755D with #75925D are triadic colors.