COLOR #255830

HEX: #255830 RGB: (37,88,48)

Color info

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

RGB color model

#255830 color RGB value is (37,88,48).

RGB: (37,88,48) (15%, 35%, 19%)

RGB channels and saturation

R 37 of 255 = 15%
G 88 of 255 = 35%
B 48 of 255 = 19%

37
88
48

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

Portions of RGB colors in percentages

R + G + B = 37 + 88 + 48 = 173 (100%)
R 37 of 173 ~ 21.39%
G 88 of 173 ~ 50.87%
B 48 of 173 ~ 27.75'%

%21.39
%50.87
%27.75

CMYK color model

#255830 color CMYK value is (58,0,45,65).

  • cyan value is 57.95%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 65.49%

CMYK: (58,0,45,65)
C58M0Y45K65 (58%, 0%, 45%, 65%)
(0.58 / 0.00 / 0.45 / 0.65)

CMYK percentages

%57.95
%0
%45.45
%65.49

Codes

Color #255830 in popluar color models

25 58 30
RGB 37 88 48
HSL 133° 40.80% 24.51%
HSB/HSV 133° 57.95% 34.51%
CMYK 57.95% 0.00% 45.45%
65.49%

Color #255830 in popluar number systems.

HEX 25 58 30
Decimal 37 88 48
Binary 100101 1011000 110000
Octal 45 130 60

Shades and tints

Shades of #255830

#255830
(37,88,48)
#22502C
(34,80,44)
#1F4828
(31,72,40)
#1C4024
(28,64,36)
#193820
(25,56,32)
#16301C
(22,48,28)
#132818
(19,40,24)
#102014
(16,32,20)
#0D1810
(13,24,16)
#0A100C
(10,16,12)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #255830

#255830
(37,88,48)
#386742
(56,103,66)
#4B7654
(75,118,84)
#5E8566
(94,133,102)
#719478
(113,148,120)
#84A38A
(132,163,138)
#97B29C
(151,178,156)
#AAC1AE
(170,193,174)
#BDD0C0
(189,208,192)
#D0DFD2
(208,223,210)
#E3EEE4
(227,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255830; }

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

This text font color is #255830.

Background Color

.myBgColor { background-color: #255830; }

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

This div background color is #255830.

Border color

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

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

This div border color is #255830.

Opacity

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

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

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

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

This text has shadow with #255830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255830.

Preview

Color preview on black background

This text has color #255830 on black background.


Color preview on white background

This text has color #255830 on white background.


Black color preview on #255830 background

This text has black color on #255830 background.


White color preview on #255830 background

This text has white color on #255830 background.


Related colors

Complementary color

Complementary color for #hex is #DAA7CF.


I love getcolorcode.com

Triadic colors

1 #302558 and #583025 with #255830 are triadic colors.

2 #305825 and #582530 with #255830 are triadic colors.