COLOR #255336

HEX: #255336 RGB: (37,83,54)

Color info

#255336 contains red, green and blue colors in about the same proportion. Web safe color of #255336 is #336633 (or #363).

RGB color model

#255336 color RGB value is (37,83,54).

RGB: (37,83,54) (15%, 33%, 21%)

RGB channels and saturation

R 37 of 255 = 15%
G 83 of 255 = 33%
B 54 of 255 = 21%

37
83
54

R + G + B ~ 23%. #255336 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 83 + 54 = 174 (100%)
R 37 of 174 ~ 21.26%
G 83 of 174 ~ 47.7%
B 54 of 174 ~ 31.03'%

%21.26
%47.7
%31.03

CMYK color model

#255336 color CMYK value is (55,0,35,67).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 67.45%

CMYK: (55,0,35,67)
C55M0Y35K67 (55%, 0%, 35%, 67%)
(0.55 / 0.00 / 0.35 / 0.67)

CMYK percentages

%55.42
%0
%34.94
%67.45

Codes

Color #255336 in popluar color models

25 53 36
RGB 37 83 54
HSL 142° 38.33% 23.53%
HSB/HSV 142° 55.42% 32.55%
CMYK 55.42% 0.00% 34.94%
67.45%

Color #255336 in popluar number systems.

HEX 25 53 36
Decimal 37 83 54
Binary 100101 1010011 110110
Octal 45 123 66

Shades and tints

Shades of #255336

#255336
(37,83,54)
#224C32
(34,76,50)
#1F452E
(31,69,46)
#1C3E2A
(28,62,42)
#193726
(25,55,38)
#163022
(22,48,34)
#13291E
(19,41,30)
#10221A
(16,34,26)
#0D1B16
(13,27,22)
#0A1412
(10,20,18)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #255336

#255336
(37,83,54)
#386248
(56,98,72)
#4B715A
(75,113,90)
#5E806C
(94,128,108)
#718F7E
(113,143,126)
#849E90
(132,158,144)
#97ADA2
(151,173,162)
#AABCB4
(170,188,180)
#BDCBC6
(189,203,198)
#D0DAD8
(208,218,216)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255336 color. Also use rgb(37,83,54) instead hex code.

Text Font Color

.myTextColor { color: #255336; }

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

This text font color is #255336.

Background Color

.myBgColor { background-color: #255336; }

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

This div background color is #255336.

Border color

.myBorderColor { border: 1px solid #255336; }

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

This div border color is #255336.

Opacity

.myOpacity80 { color: #255336; opacity: 0.8; }

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

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

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

This text has shadow with #255336 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255336.

Preview

Color preview on black background

This text has color #255336 on black background.


Color preview on white background

This text has color #255336 on white background.


Black color preview on #255336 background

This text has black color on #255336 background.


White color preview on #255336 background

This text has white color on #255336 background.


Related colors

Complementary color

Complementary color for #hex is #DAACC9.


I love getcolorcode.com

Triadic colors

1 #362553 and #533625 with #255336 are triadic colors.

2 #365325 and #532536 with #255336 are triadic colors.