COLOR #267D75

HEX: #267D75 RGB: (38,125,117)

Color info

#267D75 contains mainly green and blue colors. Web safe color of #267D75 is #336666 (or #366).

RGB color model

#267D75 color RGB value is (38,125,117).

RGB: (38,125,117) (15%, 49%, 46%)

RGB channels and saturation

R 38 of 255 = 15%
G 125 of 255 = 49%
B 117 of 255 = 46%

38
125
117

R + G + B ~ 37%. #267D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 125 + 117 = 280 (100%)
R 38 of 280 ~ 13.57%
G 125 of 280 ~ 44.64%
B 117 of 280 ~ 41.79'%

%13.57
%44.64
%41.79

CMYK color model

#267D75 color CMYK value is (70,0,6,51).

  • cyan value is 69.60%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 50.98%

CMYK: (70,0,6,51)
C70M0Y6K51 (70%, 0%, 6%, 51%)
(0.70 / 0.00 / 0.06 / 0.51)

CMYK percentages

%69.6
%0
%6.4
%50.98

Codes

Color #267D75 in popluar color models

26 7D 75
RGB 38 125 117
HSL 174° 53.37% 31.96%
HSB/HSV 174° 69.60% 49.02%
CMYK 69.60% 0.00% 6.40%
50.98%

Color #267D75 in popluar number systems.

HEX 26 7D 75
Decimal 38 125 117
Binary 100110 1111101 1110101
Octal 46 175 165

Shades and tints

Shades of #267D75

#267D75
(38,125,117)
#23726B
(35,114,107)
#206761
(32,103,97)
#1D5C57
(29,92,87)
#1A514D
(26,81,77)
#174643
(23,70,67)
#143B39
(20,59,57)
#11302F
(17,48,47)
#0E2525
(14,37,37)
#0B1A1B
(11,26,27)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #267D75

#267D75
(38,125,117)
#398881
(57,136,129)
#4C938D
(76,147,141)
#5F9E99
(95,158,153)
#72A9A5
(114,169,165)
#85B4B1
(133,180,177)
#98BFBD
(152,191,189)
#ABCAC9
(171,202,201)
#BED5D5
(190,213,213)
#D1E0E1
(209,224,225)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267D75 color. Also use rgb(38,125,117) instead hex code.

Text Font Color

.myTextColor { color: #267D75; }

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

This text font color is #267D75.

Background Color

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

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

This div background color is #267D75.

Border color

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

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

This div border color is #267D75.

Opacity

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

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

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

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

This text has shadow with #267D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #267D75.

Preview

Color preview on black background

This text has color #267D75 on black background.


Color preview on white background

This text has color #267D75 on white background.


Black color preview on #267D75 background

This text has black color on #267D75 background.


White color preview on #267D75 background

This text has white color on #267D75 background.


Related colors

Complementary color

Complementary color for #hex is #D9828A.


I love getcolorcode.com

Triadic colors

1 #75267D and #7D7526 with #267D75 are triadic colors.

2 #757D26 and #7D2675 with #267D75 are triadic colors.