COLOR #557B38

HEX: #557B38
RGB: (85,123,56)

Color info

#557B38 contains mainly red and green colors. Web safe color of #557B38 is #666633 (or #663).

RGB color model

#557B38 color RGB value is (85,123,56).

  • red value is 85;
  • green value is 123;
  • blue value is 56.
RGB:
(85,123,56)
(33%,48%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 56 of 255 = 22%

85
123
56

R + G + B ~ 34%. #557B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 56 = 264 (100%)
R 85 of 264 ~ 32.2%
G 123 of 264 ~ 46.59%
B 56 of 264 ~ 21.21%

%32.2
%46.59
%21.21

CMYK color model

#557B38 color CMYK value is (31,0,54,52).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 54.47%
  • key color value is 51.76%
CMYK:
(31,0,54,52)
C31M0Y54K52 
(31%,0%,54%,52%)
(0.31/0.00/0.54/0.52)	

CMYK percentages

%30.89
%0
%54.47
%51.76

Codes

Color #557B38 in popluar color models

557B38
RGB8512356
HSL94°37.43%35.10%
HSB/HSV94°54.47%48.24%
CMYK30.89%0.00%54.47%
51.76%

Color #557B38 in popluar number systems.

HEX557B38
Decimal8512356
Binary10101011111011111000
Octal12517370

Shades and tints

Shades of #557B38

#557B38
(85,123,56)
#4E7033
(78,112,51)
#47652E
(71,101,46)
#405A29
(64,90,41)
#394F24
(57,79,36)
#32441F
(50,68,31)
#2B391A
(43,57,26)
#242E15
(36,46,21)
#1D2310
(29,35,16)
#16180B
(22,24,11)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #557B38

#557B38
(85,123,56)
#64874A
(100,135,74)
#73935C
(115,147,92)
#829F6E
(130,159,110)
#91AB80
(145,171,128)
#A0B792
(160,183,146)
#AFC3A4
(175,195,164)
#BECFB6
(190,207,182)
#CDDBC8
(205,219,200)
#DCE7DA
(220,231,218)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557B38 color. Also use rgb(85,123,56) instead hex code.

Text Font Color

.myTextColor { color: #557B38; }

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

This text font color is #557B38.


Background Color

.myBgColor { background-color: #557B38; }

<div style="background-color:#557B38">Inner text</div>

This div background color is #557B38.


Border color

.myBorderColor { border: 1px solid #557B38; }

<div style="border:3px solid #557B38">Div</div>

This div border color is #557B38.


Opacity

.myOpacity80 { color: #557B38; opacity: 0.8; }

<p style="color:#557B38;opacity:0.8;">80%</p>

Text with #557B38 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 #557B38;}

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

This text has shadow with #557B38 color.

.textShadow {text-shadow: 3px 3px 1px #557B38, 3px 3px 1px red;}

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

This text has shadow with #557B38 primary color and red secondary color.


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

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

This text has shadow with #557B38 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B38 on black background.


Color preview on white background

This text has color #557B38 on white background.



Black color preview on #557B38 background

This text has black color on #557B38 background.


White color preview on #557B38 background

This text has white color on #557B38 background.