COLOR #55925D

HEX: #55925D
RGB: (85,146,93)

Color info

#55925D contains mainly green and blue colors. Web safe color of #55925D is #669966 (or #696).

RGB color model

#55925D color RGB value is (85,146,93).

  • red value is 85;
  • green value is 146;
  • blue value is 93.
RGB:
(85,146,93)
(33%,57%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 146 of 255 = 57%
B 93 of 255 = 36%

85
146
93

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

Portions of RGB colors in percentages

R + G + B =
85 + 146 + 93 = 324 (100%)
R 85 of 324 ~ 26.23%
G 146 of 324 ~ 45.06%
B 93 of 324 ~ 28.7%

%26.23
%45.06
%28.7

CMYK color model

#55925D color CMYK value is (42,0,36,43).

  • cyan value is 41.78%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 42.75%
CMYK:
(42,0,36,43)
C42M0Y36K43 
(42%,0%,36%,43%)
(0.42/0.00/0.36/0.43)	

CMYK percentages

%41.78
%0
%36.3
%42.75

Codes

Color #55925D in popluar color models

55925D
RGB8514693
HSL128°26.41%45.29%
HSB/HSV128°41.78%57.25%
CMYK41.78%0.00%36.30%
42.75%

Color #55925D in popluar number systems.

HEX55925D
Decimal8514693
Binary1010101100100101011101
Octal125222135

Shades and tints

Shades of #55925D

#55925D
(85,146,93)
#4E8555
(78,133,85)
#47784D
(71,120,77)
#406B45
(64,107,69)
#395E3D
(57,94,61)
#325135
(50,81,53)
#2B442D
(43,68,45)
#243725
(36,55,37)
#1D2A1D
(29,42,29)
#161D15
(22,29,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #55925D

#55925D
(85,146,93)
#649B6B
(100,155,107)
#73A479
(115,164,121)
#82AD87
(130,173,135)
#91B695
(145,182,149)
#A0BFA3
(160,191,163)
#AFC8B1
(175,200,177)
#BED1BF
(190,209,191)
#CDDACD
(205,218,205)
#DCE3DB
(220,227,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55925D; }

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

This text font color is #55925D.


Background Color

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

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

This div background color is #55925D.


Border color

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

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

This div border color is #55925D.


Opacity

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

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

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

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

This text has shadow with #55925D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55925D on black background.


Color preview on white background

This text has color #55925D on white background.



Black color preview on #55925D background

This text has black color on #55925D background.


White color preview on #55925D background

This text has white color on #55925D background.