COLOR #267F48

HEX: #267F48
RGB: (38,127,72)

Color info

#267F48 contains mainly green and blue colors. Web safe color of #267F48 is #336633 (or #363).

RGB color model

#267F48 color RGB value is (38,127,72).

  • red value is 38;
  • green value is 127;
  • blue value is 72.
RGB:
(38,127,72)
(15%,50%,28%)

RGB channels and saturation

R 38 of 255 = 15%
G 127 of 255 = 50%
B 72 of 255 = 28%

38
127
72

R + G + B ~ 31%. #267F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 127 + 72 = 237 (100%)
R 38 of 237 ~ 16.03%
G 127 of 237 ~ 53.59%
B 72 of 237 ~ 30.38%

%16.03
%53.59
%30.38

CMYK color model

#267F48 color CMYK value is (70,0,43,50).

  • cyan value is 70.08%
  • magenta value is 0.00%
  • yellow value is 43.31%
  • key color value is 50.20%
CMYK:
(70,0,43,50)
C70M0Y43K50 
(70%,0%,43%,50%)
(0.70/0.00/0.43/0.50)	

CMYK percentages

%70.08
%0
%43.31
%50.2

Codes

Color #267F48 in popluar color models

267F48
RGB3812772
HSL143°53.94%32.35%
HSB/HSV143°70.08%49.80%
CMYK70.08%0.00%43.31%
50.20%

Color #267F48 in popluar number systems.

HEX267F48
Decimal3812772
Binary10011011111111001000
Octal46177110

Shades and tints

Shades of #267F48

#267F48
(38,127,72)
#237442
(35,116,66)
#20693C
(32,105,60)
#1D5E36
(29,94,54)
#1A5330
(26,83,48)
#17482A
(23,72,42)
#143D24
(20,61,36)
#11321E
(17,50,30)
#0E2718
(14,39,24)
#0B1C12
(11,28,18)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #267F48

#267F48
(38,127,72)
#398A58
(57,138,88)
#4C9568
(76,149,104)
#5FA078
(95,160,120)
#72AB88
(114,171,136)
#85B698
(133,182,152)
#98C1A8
(152,193,168)
#ABCCB8
(171,204,184)
#BED7C8
(190,215,200)
#D1E2D8
(209,226,216)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267F48 color. Also use rgb(38,127,72) instead hex code.

Text Font Color

.myTextColor { color: #267F48; }

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

This text font color is #267F48.


Background Color

.myBgColor { background-color: #267F48; }

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

This div background color is #267F48.


Border color

.myBorderColor { border: 1px solid #267F48; }

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

This div border color is #267F48.


Opacity

.myOpacity80 { color: #267F48; opacity: 0.8; }

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

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

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

This text has shadow with #267F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267F48 on black background.


Color preview on white background

This text has color #267F48 on white background.



Black color preview on #267F48 background

This text has black color on #267F48 background.


White color preview on #267F48 background

This text has white color on #267F48 background.