COLOR #265527

HEX: #265527
RGB: (38,85,39)

Color info

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

RGB color model

#265527 color RGB value is (38,85,39).

  • red value is 38;
  • green value is 85;
  • blue value is 39.
RGB:
(38,85,39)
(15%,33%,15%)

RGB channels and saturation

R 38 of 255 = 15%
G 85 of 255 = 33%
B 39 of 255 = 15%

38
85
39

R + G + B ~ 21%. #265527 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 85 + 39 = 162 (100%)
R 38 of 162 ~ 23.46%
G 85 of 162 ~ 52.47%
B 39 of 162 ~ 24.07%

%23.46
%52.47
%24.07

CMYK color model

#265527 color CMYK value is (55,0,54,67).

  • cyan value is 55.29%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK:
(55,0,54,67)
C55M0Y54K67 
(55%,0%,54%,67%)
(0.55/0.00/0.54/0.67)	

CMYK percentages

%55.29
%0
%54.12
%66.67

Codes

Color #265527 in popluar color models

265527
RGB388539
HSL121°38.21%24.12%
HSB/HSV121°55.29%33.33%
CMYK55.29%0.00%54.12%
66.67%

Color #265527 in popluar number systems.

HEX265527
Decimal388539
Binary1001101010101100111
Octal4612547

Shades and tints

Shades of #265527

#265527
(38,85,39)
#234E24
(35,78,36)
#204721
(32,71,33)
#1D401E
(29,64,30)
#1A391B
(26,57,27)
#173218
(23,50,24)
#142B15
(20,43,21)
#112412
(17,36,18)
#0E1D0F
(14,29,15)
#0B160C
(11,22,12)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #265527

#265527
(38,85,39)
#39643A
(57,100,58)
#4C734D
(76,115,77)
#5F8260
(95,130,96)
#729173
(114,145,115)
#85A086
(133,160,134)
#98AF99
(152,175,153)
#ABBEAC
(171,190,172)
#BECDBF
(190,205,191)
#D1DCD2
(209,220,210)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265527 color. Also use rgb(38,85,39) instead hex code.

Text Font Color

.myTextColor { color: #265527; }

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

This text font color is #265527.


Background Color

.myBgColor { background-color: #265527; }

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

This div background color is #265527.


Border color

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

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

This div border color is #265527.


Opacity

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

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

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

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

This text has shadow with #265527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265527 on black background.


Color preview on white background

This text has color #265527 on white background.



Black color preview on #265527 background

This text has black color on #265527 background.


White color preview on #265527 background

This text has white color on #265527 background.