COLOR #255230

HEX: #255230 RGB: (37,82,48)

Color info

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

RGB color model

#255230 color RGB value is (37,82,48).

RGB: (37,82,48) (15%, 32%, 19%)

RGB channels and saturation

R 37 of 255 = 15%
G 82 of 255 = 32%
B 48 of 255 = 19%

37
82
48

R + G + B ~ 22%. #255230 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 82 + 48 = 167 (100%)
R 37 of 167 ~ 22.16%
G 82 of 167 ~ 49.1%
B 48 of 167 ~ 28.74'%

%22.16
%49.1
%28.74

CMYK color model

#255230 color CMYK value is (55,0,41,68).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 67.84%

CMYK: (55,0,41,68)
C55M0Y41K68 (55%, 0%, 41%, 68%)
(0.55 / 0.00 / 0.41 / 0.68)

CMYK percentages

%54.88
%0
%41.46
%67.84

Codes

Color #255230 in popluar color models

25 52 30
RGB 37 82 48
HSL 135° 37.82% 23.33%
HSB/HSV 135° 54.88% 32.16%
CMYK 54.88% 0.00% 41.46%
67.84%

Color #255230 in popluar number systems.

HEX 25 52 30
Decimal 37 82 48
Binary 100101 1010010 110000
Octal 45 122 60

Shades and tints

Shades of #255230

#255230
(37,82,48)
#224B2C
(34,75,44)
#1F4428
(31,68,40)
#1C3D24
(28,61,36)
#193620
(25,54,32)
#162F1C
(22,47,28)
#132818
(19,40,24)
#102114
(16,33,20)
#0D1A10
(13,26,16)
#0A130C
(10,19,12)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #255230

#255230
(37,82,48)
#386142
(56,97,66)
#4B7054
(75,112,84)
#5E7F66
(94,127,102)
#718E78
(113,142,120)
#849D8A
(132,157,138)
#97AC9C
(151,172,156)
#AABBAE
(170,187,174)
#BDCAC0
(189,202,192)
#D0D9D2
(208,217,210)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255230 color. Also use rgb(37,82,48) instead hex code.

Text Font Color

.myTextColor { color: #255230; }

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

This text font color is #255230.

Background Color

.myBgColor { background-color: #255230; }

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

This div background color is #255230.

Border color

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

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

This div border color is #255230.

Opacity

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

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

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

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

This text has shadow with #255230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255230.

Preview

Color preview on black background

This text has color #255230 on black background.


Color preview on white background

This text has color #255230 on white background.


Black color preview on #255230 background

This text has black color on #255230 background.


White color preview on #255230 background

This text has white color on #255230 background.


Related colors

Complementary color

Complementary color for #hex is #DAADCF.


I love getcolorcode.com

Triadic colors

1 #302552 and #523025 with #255230 are triadic colors.

2 #305225 and #522530 with #255230 are triadic colors.